diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-06-28 19:52:19 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-06-29 09:00:34 +0200 |
commit | 4a88d2e4184a3fe0a96aacaf504266d0972582ba (patch) | |
tree | cf91a185622c23bf0f1d0bca96ac0ab54c0f4f14 /source/a/dcron/dcron.SlackBuild | |
parent | 233fc224df15f411fad82cafffa1fb5caa79ec03 (diff) | |
download | current-4a88d2e4184a3fe0a96aacaf504266d0972582ba.tar.gz |
Thu Jun 28 19:52:19 UTC 201820180628195219
a/dcron-4.5-x86_64-9.txz: Rebuilt.
Dropped two patches that were breaking @daily jobs.
Thanks to Dennis Snow for the bug report.
ap/texinfo-6.5-x86_64-6.txz: Rebuilt.
Rebuilt with --disable-perl-xs (use native Perl modules instead of C
versions), which fixes the FTBFS issues we were having with glibc.
Thanks to nobodino, ponce, and mmawhin for the help.
Diffstat (limited to 'source/a/dcron/dcron.SlackBuild')
-rwxr-xr-x | source/a/dcron/dcron.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/a/dcron/dcron.SlackBuild b/source/a/dcron/dcron.SlackBuild index 72fd6a6b..d6cf2369 100755 --- a/source/a/dcron/dcron.SlackBuild +++ b/source/a/dcron/dcron.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=dcron VERSION=${VERSION:-$(echo dcron-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-8} +BUILD=${BUILD:-9} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -79,8 +79,6 @@ zcat $CWD/patches/0002-README-var-spool-cron-crontabs-root.patch.gz | patch -p1 zcat $CWD/patches/0003-CHANGELOG-tweak.patch.gz | patch -p1 --verbose || exit 1 zcat $CWD/patches/0006-Fixed-a-bug-whereby-syncs-killed-all-waiting-jobs.patch.gz | patch -p1 --verbose || exit 1 zcat $CWD/patches/0007-Update-main.c.patch.gz | patch -p1 --verbose || exit 1 -zcat $CWD/patches/0008-Fix-3-every-Nth-day-of-week-syntax-not-working.patch.gz | patch -p1 --verbose || exit 1 -zcat $CWD/patches/0009-Updated-manpage.patch.gz | patch -p1 --verbose || exit 1 # Define TMPDIR as /run/cron instead of /tmp: # This eliminates possibility of stale $TMPDIR/cron.??????/ dirs as |