development/bmake: Updated for version 20210803.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
04c4c5b4ff
commit
260d4647c9
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue