diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-11-08 02:52:55 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-11-08 08:59:43 +0100 |
commit | fa6118f0a78c511877bf875a9b8f119e1a46eb6f (patch) | |
tree | b974a179f497cbfe07621696371567905199418d /source/l/libcap-ng | |
parent | 8a96b5ff3bf56cf5d7bf349f244aebe20b38b057 (diff) | |
download | current-fa6118f0a78c511877bf875a9b8f119e1a46eb6f.tar.gz |
Thu Nov 8 02:52:55 UTC 201820181108025255
a/aaa_terminfo-6.1_20181027-x86_64-2.txz: Rebuilt.
a/efibootmgr-17-x86_64-1.txz: Upgraded.
a/efivar-36-x86_64-1.txz: Upgraded.
a/hostname-3.21-x86_64-1.txz: Upgraded.
a/inotify-tools-3.20.1-x86_64-1.txz: Upgraded.
a/mdadm-4.1-x86_64-1.txz: Upgraded.
a/usb_modeswitch-2.5.2-x86_64-1.txz: Upgraded.
a/util-linux-2.33-x86_64-1.txz: Upgraded.
ap/cdrdao-1.2.4-x86_64-1.txz: Upgraded.
ap/dash-0.5.10.2-x86_64-1.txz: Upgraded.
ap/diffstat-1.62-x86_64-1.txz: Upgraded.
ap/rpm-4.14.2.1-x86_64-1.txz: Upgraded.
ap/sqlite-3.25.3-x86_64-1.txz: Upgraded.
l/gnu-efi-3.0.9-x86_64-1.txz: Upgraded.
l/iso-codes-4.1-noarch-1.txz: Upgraded.
l/jasper-2.0.14-x86_64-1.txz: Upgraded.
l/libbluray-1.0.2-x86_64-1.txz: Upgraded.
l/libcap-ng-0.7.9-x86_64-1.txz: Upgraded.
l/libiodbc-3.52.12-x86_64-1.txz: Upgraded.
l/libodfgen-0.1.7-x86_64-1.txz: Upgraded.
l/libwpd-0.10.2-x86_64-1.txz: Upgraded.
l/libwpg-0.3.2-x86_64-1.txz: Upgraded.
l/libyaml-0.2.1-x86_64-1.txz: Upgraded.
l/ncurses-6.1_20181027-x86_64-2.txz: Rebuilt.
Temporarily removed the bce feature from the linux console definition until
the console is fixed. Added a linux-bce terminal definition for testing.
l/sbc-1.4-x86_64-1.txz: Upgraded.
l/zstd-1.3.7-x86_64-1.txz: Upgraded.
n/gnupg2-2.2.11-x86_64-1.txz: Upgraded.
n/ipset-7.0-x86_64-1.txz: Upgraded.
n/libndp-1.7-x86_64-1.txz: Upgraded.
n/npth-1.6-x86_64-1.txz: Upgraded.
n/php-7.2.12-x86_64-1.txz: Upgraded.
n/slrn-1.0.3a-x86_64-1.txz: Upgraded.
n/snownews-1.6.10-x86_64-1.txz: Upgraded.
n/whois-5.4.0-x86_64-1.txz: Upgraded.
x/libinput-1.12.3-x86_64-1.txz: Upgraded.
x/libva-2.3.0-x86_64-1.txz: Upgraded.
x/libva-utils-2.3.0-x86_64-1.txz: Upgraded.
x/libwacom-0.32-x86_64-1.txz: Upgraded.
x/xdg-user-dirs-0.17-x86_64-1.txz: Upgraded.
xap/blackbox-0.74-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/libcap-ng')
-rwxr-xr-x | source/l/libcap-ng/libcap-ng.SlackBuild | 9 | ||||
-rw-r--r-- | source/l/libcap-ng/python3.patch | 12 |
2 files changed, 3 insertions, 18 deletions
diff --git a/source/l/libcap-ng/libcap-ng.SlackBuild b/source/l/libcap-ng/libcap-ng.SlackBuild index 2b7c91ad..fd421fb4 100755 --- a/source/l/libcap-ng/libcap-ng.SlackBuild +++ b/source/l/libcap-ng/libcap-ng.SlackBuild @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libcap-ng -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -75,7 +75,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 chown -R root:root . @@ -85,9 +85,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Fix byte-compiling python3 bindings -zcat $CWD/python3.patch.gz | patch -p1 --verbose || exit 1 - autoreconf -vif # Configure: diff --git a/source/l/libcap-ng/python3.patch b/source/l/libcap-ng/python3.patch deleted file mode 100644 index cf26fe5d..00000000 --- a/source/l/libcap-ng/python3.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur libcap-ng-0.7.8.orig/bindings/python3/Makefile.am libcap-ng-0.7.8/bindings/python3/Makefile.am ---- libcap-ng-0.7.8.orig/bindings/python3/Makefile.am 2016-07-24 17:47:34.000000000 +0200 -+++ libcap-ng-0.7.8/bindings/python3/Makefile.am 2017-06-24 16:32:53.957501204 +0200 -@@ -26,6 +26,8 @@ - LIBS = ${top_builddir}/src/libcap-ng.la - SWIG_FLAGS = -python -py3 -modern - SWIG_INCLUDES = ${AM_CPPFLAGS} -+# REMOVE SOMEDAY - without overriding this macro, it uses python2 -+am__py_compile = PYTHON=$(PYTHON3) $(SHELL) $(py_compile) - py3exec_PYTHON = capng.py - py3exec_LTLIBRARIES = _capng.la - py3exec_SOLIBRARIES = _capng.so |