summaryrefslogtreecommitdiffstats
path: root/source/d
diff options
context:
space:
mode:
Diffstat (limited to 'source/d')
-rwxr-xr-xsource/d/check/check.SlackBuild7
-rwxr-xr-xsource/d/gyp/fetch-gyp.sh2
-rwxr-xr-xsource/d/make/make.SlackBuild2
-rwxr-xr-xsource/d/perl/perl.SlackBuild2
4 files changed, 9 insertions, 4 deletions
diff --git a/source/d/check/check.SlackBuild b/source/d/check/check.SlackBuild
index 2851cdf5f..500083048 100755
--- a/source/d/check/check.SlackBuild
+++ b/source/d/check/check.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2019 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2019, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -85,7 +85,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# EXAMPLE FOR AUTOTOOLS:
+if [ ! -r configure ]; then
+ autoreconf -vif
+fi
+
# Configure, build, and install:
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/source/d/gyp/fetch-gyp.sh b/source/d/gyp/fetch-gyp.sh
index 7fe99f2bd..a04e448b0 100755
--- a/source/d/gyp/fetch-gyp.sh
+++ b/source/d/gyp/fetch-gyp.sh
@@ -36,6 +36,7 @@ git clone https://chromium.googlesource.com/external/gyp
HEADISAT="$( cd gyp && git log -1 --format=%h )"
DATE="$( cd gyp && git log -1 --format=%ad --date=format:%Y%m%d )"
+LONGDATE="$( cd gyp && git log -1 --date=format:%c | grep Date: | cut -f 2- -d : )"
# Cleanup. We're not packing up the whole git repo.
( cd gyp && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
rm -r gyp/test/*
@@ -43,6 +44,7 @@ mv gyp gyp-${DATE}_${HEADISAT}
tar cf gyp-${DATE}_${HEADISAT}.tar gyp-${DATE}_${HEADISAT}
xz -9 -f gyp-${DATE}_${HEADISAT}.tar
rm -rf gyp-${DATE}_${HEADISAT}
+touch -d "$LONGDATE" gyp-${DATE}_${HEADISAT}.tar.xz
echo
echo "gyp branch $BRANCH with HEAD at $HEADISAT packaged as gyp-${DATE}_${HEADISAT}.tar.xz"
echo
diff --git a/source/d/make/make.SlackBuild b/source/d/make/make.SlackBuild
index 0ea16d1d0..685bd2a3e 100755
--- a/source/d/make/make.SlackBuild
+++ b/source/d/make/make.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=make
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-5}
+BUILD=${BUILD:-6}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/d/perl/perl.SlackBuild b/source/d/perl/perl.SlackBuild
index edbd89441..351559a1b 100755
--- a/source/d/perl/perl.SlackBuild
+++ b/source/d/perl/perl.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=perl
-VERSION=5.30.3
+VERSION=5.32.0
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on: