diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-02-13 20:17:58 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-02-14 08:59:48 +0100 |
commit | bea4af160dc640549e07144b9a0dddf09b569861 (patch) | |
tree | fd503608cc157d2e102b48dddff9ba0e26387522 /source/l | |
parent | a2163e3ab2d184702eeb1c4f7c0c9bed6d178206 (diff) | |
download | current-bea4af160dc640549e07144b9a0dddf09b569861.tar.gz |
Thu Feb 13 20:17:58 UTC 202020200213201758
a/sysvinit-scripts-2.1-noarch-29.txz: Rebuilt.
rc.S: make /var/run a bind mount to /run. Thanks to Robby Workman.
rc.S: make a few adjustments to temporary file cleanup.
rc.M: drop additional checks on starting rc.syslog.
a/util-linux-2.35.1-x86_64-2.txz: Rebuilt.
d/bison-3.5.2-x86_64-1.txz: Upgraded.
l/pcre-8.44-x86_64-1.txz: Upgraded.
l/sdl-1.2.15-x86_64-9.txz: Rebuilt.
Replaced missing SDL_ttf docs. Thanks to Stuart Winter.
n/krb5-1.18-x86_64-1.txz: Upgraded.
x/mesa-19.3.4-x86_64-1.txz: Upgraded.
testing/packages/PAM/util-linux-2.35.1-x86_64-2_pam.txz: Rebuilt.
Added /etc/default/su containing 'ALWAYS_SET_PATH yes' to ensure that
ENV_SUPATH from /etc/login.defs is used for the $PATH with plain 'su'.
Diffstat (limited to 'source/l')
-rw-r--r-- | source/l/pcre/pcre.url | 3 | ||||
-rw-r--r-- | source/l/pcre/slack-desc | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | source/l/qt/slack-desc | 0 | ||||
-rwxr-xr-x | source/l/sdl/sdl.SlackBuild | 8 |
4 files changed, 9 insertions, 4 deletions
diff --git a/source/l/pcre/pcre.url b/source/l/pcre/pcre.url index 249757b9..2e0a9c86 100644 --- a/source/l/pcre/pcre.url +++ b/source/l/pcre/pcre.url @@ -1 +1,2 @@ -ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ +ftp://ftp.pcre.org/pub/pcre/ +#ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ diff --git a/source/l/pcre/slack-desc b/source/l/pcre/slack-desc index 010ce487..1a5d8b06 100644 --- a/source/l/pcre/slack-desc +++ b/source/l/pcre/slack-desc @@ -12,7 +12,7 @@ pcre: The PCRE library is a set of functions that implement regular pcre: expression pattern matching using the same syntax and semantics as pcre: Perl 5, with just a few differences (documented in the man page). pcre: -pcre: +pcre: Homepage: https://www.pcre.org pcre: pcre: pcre: diff --git a/source/l/qt/slack-desc b/source/l/qt/slack-desc index 955b3af1..955b3af1 100755..100644 --- a/source/l/qt/slack-desc +++ b/source/l/qt/slack-desc diff --git a/source/l/sdl/sdl.SlackBuild b/source/l/sdl/sdl.SlackBuild index 1f79c32d..9fee9163 100755 --- a/source/l/sdl/sdl.SlackBuild +++ b/source/l/sdl/sdl.SlackBuild @@ -30,7 +30,7 @@ NET=${NET:-$(echo SDL_net-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev SOUND=${SOUND:-$(echo SDL_sound-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} TTF=${TTF:-$(echo SDL_ttf-*.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 @@ -252,6 +252,11 @@ CFLAGS="$SLKCFLAGS" \ make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 +mkdir -p $PKG/usr/doc/SDL_ttf-$TTF +cp -a \ + CHANGES COPYING README \ + $PKG/usr/doc/SDL_ttf-$TTF + # Add SDL_sound: cd $TMP rm -rf SDL_sound-$SOUND @@ -296,4 +301,3 @@ gzip -9 $PKG/usr/man/man?/*.? cd $PKG /sbin/makepkg -l y -c n $TMP/sdl-$VERSION-$ARCH-$BUILD.txz - |