diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-07-01 18:49:11 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-07-02 09:00:34 +0200 |
commit | 925fbfa5e9784cf254634c67415ff2de76a6cfa4 (patch) | |
tree | f18bd7ca68155408041fc01b84ddda66903e7124 /source | |
parent | fee929a9dacac7582114c08bf9e84e5aa7c81d85 (diff) | |
download | current-925fbfa5e9784cf254634c67415ff2de76a6cfa4.tar.gz current-925fbfa5e9784cf254634c67415ff2de76a6cfa4.tar.xz |
Sun Jul 1 18:49:11 UTC 201820180701184911
a/pciutils-3.6.0-x86_64-1.txz: Upgraded.
a/sysvinit-scripts-2.1-noarch-13.txz: Rebuilt.
rc.M: remove sockets from /tmp/.X11-unix/. Thanks to Xsane.
n/NetworkManager-1.12.0-x86_64-2.txz: Rebuilt.
Recompiled with --with-libnm-glib. Thanks to Skaendo.
Diffstat (limited to '')
-rwxr-xr-x | source/a/pciutils/pciutils.SlackBuild | 2 | ||||
-rw-r--r-- | source/a/sysvinit-scripts/scripts/rc.M | 2 | ||||
-rwxr-xr-x | source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild | 2 | ||||
-rwxr-xr-x | source/n/NetworkManager/NetworkManager.SlackBuild | 3 |
4 files changed, 5 insertions, 4 deletions
diff --git a/source/a/pciutils/pciutils.SlackBuild b/source/a/pciutils/pciutils.SlackBuild index 22bb8e385..f60074503 100755 --- a/source/a/pciutils/pciutils.SlackBuild +++ b/source/a/pciutils/pciutils.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pciutils VERSION=${VERSION:-$(echo pciutils-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:--j7} diff --git a/source/a/sysvinit-scripts/scripts/rc.M b/source/a/sysvinit-scripts/scripts/rc.M index 30c852958..89c537765 100644 --- a/source/a/sysvinit-scripts/scripts/rc.M +++ b/source/a/sysvinit-scripts/scripts/rc.M @@ -150,7 +150,7 @@ if [ -x /etc/rc.d/rc.ntpd ]; then fi # Remove stale locks and junk files (must be done after mount -a!) -/bin/rm -f /var/lock/* /var/spool/uucp/LCK..* /tmp/.X*lock /tmp/core /core 2> /dev/null +/bin/rm -f /var/lock/* /var/spool/uucp/LCK..* /tmp/.X*lock /tmp/.X11-unix/* 2> /dev/null # Remove stale hunt sockets so the game can start. if [ -r /tmp/hunt -o -r /tmp/hunt.stats ]; then diff --git a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild index 266d23ee6..607212e46 100755 --- a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild +++ b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sysvinit-scripts VERSION=${VERSION:-2.1} ARCH=noarch -BUILD=${BUILD:-12} +BUILD=${BUILD:-13} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information diff --git a/source/n/NetworkManager/NetworkManager.SlackBuild b/source/n/NetworkManager/NetworkManager.SlackBuild index caa28ba7c..fdfe6ef31 100755 --- a/source/n/NetworkManager/NetworkManager.SlackBuild +++ b/source/n/NetworkManager/NetworkManager.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=NetworkManager 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: MARCH=$( uname -m ) @@ -126,6 +126,7 @@ CXXFLAGS="$SLKCFLAGS" \ --with-dhclient=yes \ --with-modem-manager-1=yes \ --with-nmtui=yes \ + --with-libnm-glib \ --disable-vala \ --disable-json-validation \ --disable-ovs \ |