diff options
author | Adrien Nader <adrien@notk.org> | 2015-04-29 08:55:19 +0200 |
---|---|---|
committer | Adrien Nader <adrien@notk.org> | 2015-04-29 08:55:19 +0200 |
commit | 345ed8333e3b39039250591833ac6e794bedd132 (patch) | |
tree | 15203c5b978cbde708aee668d68e9c10b924741b /slackware64-current/source/l/libxml2 | |
parent | f1ae22d2257bf6aa113688247d40cd8dbc66f424 (diff) |
Wed Apr 29 05:10:52 UTC 2015
l/libxml2-2.9.2-x86_64-2.txz: Rebuilt.
Reverted a patch that breaks the catalog. Thanks to Stuart Winter.
n/gnupg-1.4.19-x86_64-2.txz: Rebuilt.
Patched to fix spurious debug messages that may break sbopkg and slackpkg.
Thanks to Willy Sudiarto Raharjo.
Diffstat (limited to 'slackware64-current/source/l/libxml2')
-rw-r--r-- | slackware64-current/source/l/libxml2/libxml2-2.9.2-catalog-revert.patch.gz | 1 | ||||
-rwxr-xr-x | slackware64-current/source/l/libxml2/libxml2.SlackBuild | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/slackware64-current/source/l/libxml2/libxml2-2.9.2-catalog-revert.patch.gz b/slackware64-current/source/l/libxml2/libxml2-2.9.2-catalog-revert.patch.gz new file mode 100644 index 000000000..5507b5e71 --- /dev/null +++ b/slackware64-current/source/l/libxml2/libxml2-2.9.2-catalog-revert.patch.gz @@ -0,0 +1 @@ +52ad1203486f68c0783fd638dd33be02a29039a3 diff --git a/slackware64-current/source/l/libxml2/libxml2.SlackBuild b/slackware64-current/source/l/libxml2/libxml2.SlackBuild index 3f71df57c..2f641123f 100755 --- a/slackware64-current/source/l/libxml2/libxml2.SlackBuild +++ b/slackware64-current/source/l/libxml2/libxml2.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010, 2011, 2012, 2013 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ PKGNAM=libxml2 VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -69,6 +69,7 @@ find . \ -exec chmod 644 {} \; zcat $CWD/libxml2.do-not-check-crc.diff.gz | patch -p1 --verbose || exit 1 +zcat $CWD/libxml2-2.9.2-catalog-revert.patch.gz | patch -p1 --verbose || exit 1 CFLAGS="$SLKCFLAGS" \ ./configure \ |