aboutsummaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-09-12 01:59:13 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-17 00:10:36 +0700
commit6d4ae50e69a3c722603452e7f0669448eb794693 (patch)
treea539ced0735d846b4cb71969a366441eca204e67 /development
parent2143a44466b050eeb0c5aa98ddc062d96579751c (diff)
development/vasm: Updated for version 1.9d.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/vasm/vasm.SlackBuild15
-rw-r--r--development/vasm/vasm.info6
2 files changed, 11 insertions, 10 deletions
diff --git a/development/vasm/vasm.SlackBuild b/development/vasm/vasm.SlackBuild
index 7341bf85449ea..d00fa2806ba4c 100644
--- a/development/vasm/vasm.SlackBuild
+++ b/development/vasm/vasm.SlackBuild
@@ -6,10 +6,12 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230912 bkw: update for v1.9d.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=vasm
-VERSION=${VERSION:-1.9a}
+VERSION=${VERSION:-1.9d}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -33,16 +35,12 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
fi
set -e
@@ -58,8 +56,8 @@ tar xvf $CWD/${PRGNAM}${VERSION/./_}.tar.gz
cd $PRGNAM
chown -R root:root .
# permissions are awful, don't use template here.
-find . -type d -exec chmod 755 {} \+
-find . -type f -exec chmod 644 {} \+
+find . -type d -exec chmod 755 {} +
+find . -type f -exec chmod 644 {} +
sed -i "/^COPTS/s,-O2,$SLKCFLAGS," Makefile
@@ -93,6 +91,9 @@ done
install -s -m0755 vobjdump $PKG/usr/bin
+# 20230912 bkw: 1.9d's texi doc is slightly broken.
+sed -i 's, \(option{\), @\1,' doc/output_tos.texi
+
make doc/vasm.pdf
# This would require texi2html... but it fails with the texi2html
diff --git a/development/vasm/vasm.info b/development/vasm/vasm.info
index 8e0260d0643cd..9193269ef78f2 100644
--- a/development/vasm/vasm.info
+++ b/development/vasm/vasm.info
@@ -1,8 +1,8 @@
PRGNAM="vasm"
-VERSION="1.9a"
+VERSION="1.9d"
HOMEPAGE="http://sun.hasenbraten.de/vasm/"
-DOWNLOAD="http://phoenix.owl.de/tags/vasm1_9a.tar.gz"
-MD5SUM="acb5d7645d94e01741c7232b19eb331a"
+DOWNLOAD="http://phoenix.owl.de/tags/vasm1_9d.tar.gz"
+MD5SUM="14e87e882ac20f1a69dddf2fd7c6db86"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""