diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-08-22 23:44:25 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-08-23 09:00:32 +0200 |
commit | e27639b95ae9a52e4dc9b04a34df56105e210902 (patch) | |
tree | 09d5d8456a2f3766a4c9d6d7a5e87e57dc5e9ec0 /source/a/findutils/findutils.nolocate.diff | |
parent | cfe7baffeee46ddf054cd19a6570bdab8b0cf7bd (diff) | |
download | current-e27639b95ae9a52e4dc9b04a34df56105e210902.tar.gz current-e27639b95ae9a52e4dc9b04a34df56105e210902.tar.xz |
Wed Aug 22 23:44:25 UTC 201820180822234425
a/findutils-4.6.0-x86_64-1.txz: Upgraded.
a/kernel-firmware-20180821_1d17c18-noarch-1.txz: Upgraded.
a/kernel-generic-4.14.66-x86_64-1.txz: Upgraded.
a/kernel-huge-4.14.66-x86_64-1.txz: Upgraded.
a/kernel-modules-4.14.66-x86_64-1.txz: Upgraded.
ap/man-db-2.8.4-x86_64-2.txz: Rebuilt.
Rebuilt to get it on the slackpkg upgrade list since the previous texlive
package clobbered /usr/bin/man and we need to fix that.
d/kernel-headers-4.14.66-x86-1.txz: Upgraded.
k/kernel-source-4.14.66-noarch-1.txz: Upgraded.
l/glib2-2.56.2-x86_64-1.txz: Upgraded.
t/texlive-2018.180822-x86_64-1.txz: Upgraded.
Added some patches that I'd dropped - sorry, my bad.
Don't clobber /usr/bin/man.
Thanks to Johannes Schoepfer.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/a/findutils/findutils.nolocate.diff')
-rw-r--r-- | source/a/findutils/findutils.nolocate.diff | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/source/a/findutils/findutils.nolocate.diff b/source/a/findutils/findutils.nolocate.diff index 920b57baf..a3820f7a7 100644 --- a/source/a/findutils/findutils.nolocate.diff +++ b/source/a/findutils/findutils.nolocate.diff @@ -1,22 +1,22 @@ ---- ./Makefile.am.orig 2009-02-21 15:09:54.000000000 -0600 -+++ ./Makefile.am 2009-02-21 15:18:43.000000000 -0600 -@@ -4,7 +4,7 @@ - EXTRA_DIST = COPYING ChangeLog TODO config.h.in stamp-h.in \ - THANKS import-gnulib.sh import-gnulib.config - # "tests" is the gnulib unit test dir. --SUBDIRS = gnulib tests build-aux lib find xargs locate doc po m4 -+SUBDIRS = gnulib tests build-aux lib find xargs doc po m4 - - ACLOCAL_AMFLAGS = -I gnulib/m4 -I m4 - ---- ./Makefile.in.orig 2009-02-21 15:09:54.000000000 -0600 -+++ ./Makefile.in 2009-02-21 15:18:56.000000000 -0600 -@@ -572,7 +572,7 @@ - THANKS import-gnulib.sh import-gnulib.config +--- ./Makefile.in.orig 2015-12-28 15:31:15.000000000 -0600 ++++ ./Makefile.in 2018-08-16 15:04:37.525329502 -0500 +@@ -1639,7 +1639,7 @@ + DISTCLEANFILES = tool-versions.txt # "tests" is the gnulib unit test dir. --SUBDIRS = gnulib tests build-aux lib find xargs locate doc po m4 -+SUBDIRS = gnulib tests build-aux lib find xargs doc po m4 - ACLOCAL_AMFLAGS = -I gnulib/m4 -I m4 +-SUBDIRS = gl tests build-aux lib find xargs locate doc po m4 ++SUBDIRS = gl tests build-aux lib find xargs doc po m4 + ACLOCAL_AMFLAGS = -I gl/m4 -I m4 TESTFILE_SUFFIXES = .exp .xo .xe .xi all: config.h +--- ./Makefile.am.orig 2015-12-28 15:10:23.000000000 -0600 ++++ ./Makefile.am 2018-08-16 15:04:25.998328424 -0500 +@@ -9,7 +9,7 @@ + + + # "tests" is the gnulib unit test dir. +-SUBDIRS = gl tests build-aux lib find xargs locate doc po m4 ++SUBDIRS = gl tests build-aux lib find xargs doc po m4 + + ACLOCAL_AMFLAGS = -I gl/m4 -I m4 + |