diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-29 13:44:53 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:52 +0700 |
commit | 260d4647c94997b0a9152d541d94528587409e6b (patch) | |
tree | d6e659dce2b736bf701d3dd5ba0f8404c2208d65 | |
parent | 04c4c5b4ff8a6004c9b9f4702c843008c0dc0889 (diff) | |
download | slackbuilds-260d4647c94997b0a9152d541d94528587409e6b.tar.gz |
development/bmake: Updated for version 20210803.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/bmake/README | 2 | ||||
-rw-r--r-- | development/bmake/bmake.SlackBuild | 10 | ||||
-rw-r--r-- | development/bmake/bmake.info | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/development/bmake/README b/development/bmake/README index d04cc55bcd..98f8f67353 100644 --- a/development/bmake/README +++ b/development/bmake/README @@ -10,5 +10,5 @@ NetBSD's make was again imported on June 6 and December 15, 2000. In 2003 bmake switched to a date based version (first was 20030714) which generally represents the date it was last merged with NetBSD's -make. Since then, NetBSD's make is imported within a week of any +make. Since then, NetBSD's make is imported within a week of any interesting changes, so that bmake tracks it very closely. diff --git a/development/bmake/bmake.SlackBuild b/development/bmake/bmake.SlackBuild index f9a4bee81d..f65fe60371 100644 --- a/development/bmake/bmake.SlackBuild +++ b/development/bmake/bmake.SlackBuild @@ -24,6 +24,9 @@ # Now maintained by B. Watson <yalhcru@gmail.com> +# 20210829 bkw: update for 20210803 +# - there is a 20210808 release (5 days newer) but it fails its +# own self-tests (specifically job-output-null). # 20201106 bkw: update for 20201010 # 20200306 bkw: update for 20200212 # 20191211 bkw: update for 20181221 @@ -37,7 +40,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bmake -VERSION=${VERSION:-20201010} +VERSION=${VERSION:-20210803} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -50,9 +53,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -113,7 +113,7 @@ CXXFLAGS="$SLKCFLAGS" \ # The usual MAKEFLAGS=-j8 or such, will break the build. bmake interprets # MAKEFLAGS differently from GNU make. Plus, the main part of the build # (actually compiling bmake) isn't done by make, so MAKEFLAGS would have -# no effect. Also, the build interprets TAG as selecting a test scenario. +# no effect. Also, the build interprets TAG as selecting a test scenario. env \ -u MAKEFLAGS \ -u TAG \ diff --git a/development/bmake/bmake.info b/development/bmake/bmake.info index e640ec7948..c4d00f92f5 100644 --- a/development/bmake/bmake.info +++ b/development/bmake/bmake.info @@ -1,8 +1,8 @@ PRGNAM="bmake" -VERSION="20201010" -HOMEPAGE="http://www.crufty.net/help/sjg/bmake.htm" -DOWNLOAD="http://www.crufty.net/ftp/pub/sjg/bmake-20201010.tar.gz" -MD5SUM="37b7890e551c8e3916d4b6834afb6b53" +VERSION="20210803" +HOMEPAGE="https://www.crufty.net/help/sjg/bmake.htm" +DOWNLOAD="https://www.crufty.net/ftp/pub/sjg/bmake-20210803.tar.gz" +MD5SUM="b85be0c3119d9000939e8f40382ede8e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |