From 1b0f14f1ac91b97325a392757b2d9256c1c993a5 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 25 Dec 2018 03:15:50 +0000 Subject: Tue Dec 25 03:15:50 UTC 2018 ap/groff-1.22.4-x86_64-1.txz: Upgraded. d/bison-3.2.4-x86_64-1.txz: Upgraded. d/gdb-8.2.1-x86_64-1.txz: Upgraded. d/parallel-20181222-noarch-1.txz: Upgraded. --- source/ap/groff/groff.SlackBuild | 9 ++++++--- source/d/gdb/gdb.SlackBuild | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'source') diff --git a/source/ap/groff/groff.SlackBuild b/source/ap/groff/groff.SlackBuild index c7cc67126..fc39606eb 100755 --- a/source/ap/groff/groff.SlackBuild +++ b/source/ap/groff/groff.SlackBuild @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=groff -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -66,9 +66,12 @@ fi rm -rf $PKG mkdir -p $TMP $PKG +# Don't use icecream: +PATH=$(echo $PATH | sed "s|/usr/libexec/icecc/bin||g" | tr -s : | sed "s/^://g" | sed "s/:$//g") + cd $TMP rm -rf groff-$VERSION -tar xvf $CWD/groff-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/groff-$VERSION.tar.?z || exit 1 cd groff-$VERSION || exit 1 chown -R root:root . find . \ diff --git a/source/d/gdb/gdb.SlackBuild b/source/d/gdb/gdb.SlackBuild index 92cc11f88..9ad26c87a 100755 --- a/source/d/gdb/gdb.SlackBuild +++ b/source/d/gdb/gdb.SlackBuild @@ -73,7 +73,7 @@ find . \ -exec chmod 644 {} \; # Currently broken in this version, but keep trying: -if [ "$VERSION" = "8.0.1" -o "$VERSION" = "8.1" -o "$VERSION" = "8.1.1" -o "$VERSION" = "8.2" ]; then +if [ "$VERSION" = "8.2" -o "$VERSION" = "8.2.1" ]; then GUILE_OPTION="--without-guile" else # Might as well try it to see if it compiles this time: -- cgit v1.2.3