summaryrefslogtreecommitdiff
path: root/sysutils/findutils/patches/patch-aa
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-03-08 11:15:03 +0000
committertnn <tnn@pkgsrc.org>2008-03-08 11:15:03 +0000
commit2bd088937b5f36b0d9b8fbd066138f4b6808e064 (patch)
tree51ea9dc7a6ac65f3339f2adf51a8b21ae332214b /sysutils/findutils/patches/patch-aa
parent34abf36dd33b785f6fa18e602e58c8c31482c0d3 (diff)
downloadpkgsrc-2bd088937b5f36b0d9b8fbd066138f4b6808e064.tar.gz
* Major changes in release 4.2.33, 2008-02-13
New and updated translations * Major changes in release 4.2.32, 2008-01-25 Moved to GPLv3. Bugfixes: #19596: -printf %b should be compared with %s/512, not %s/1024. #20970: Trailing slash on directory arguments breaks -name. "find foo/ -name foo" now correctly matches foo and printf foo/. See POSIX interp http://www.opengroup.org/austin/interps/uploads/40/14959/AI-186.txt #20751: Avoid memory corruption in find -ls that has been present since 4.2.28. #20662: Avoid memory leak in find -name and other places affected by gnulib dirname module. The leak had been present since 4.2.28. #20273: When xargs is successful without consuming all of stdin (for example, with the -E option), and stdin is seekable, xargs now correctly restores the file position, even on platforms where exit() does not follow the POSIX rules of doing likewise. Likewise for find (for example, with the -ok action). #15384: Find misbehaves when parent directory is not readable.
Diffstat (limited to 'sysutils/findutils/patches/patch-aa')
-rw-r--r--sysutils/findutils/patches/patch-aa14
1 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/findutils/patches/patch-aa b/sysutils/findutils/patches/patch-aa
index 285d1602790..6bc1f44faca 100644
--- a/sysutils/findutils/patches/patch-aa
+++ b/sysutils/findutils/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.6 2007/10/16 00:45:53 tnn Exp $
+$NetBSD: patch-aa,v 1.7 2008/03/08 11:15:03 tnn Exp $
---- locate/Makefile.in.orig 2007-05-30 22:06:20.000000000 +0200
+--- locate/Makefile.in.orig 2008-02-13 23:37:41.000000000 +0100
+++ locate/Makefile.in
-@@ -434,7 +434,7 @@ install_sh = @install_sh@
+@@ -532,7 +532,7 @@ install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = $(datadir)/locale
@@ -11,12 +11,12 @@ $NetBSD: patch-aa,v 1.6 2007/10/16 00:45:53 tnn Exp $
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
-@@ -452,7 +452,7 @@ top_srcdir = @top_srcdir@
+@@ -550,7 +550,7 @@ top_srcdir = @top_srcdir@
# The default database to build and search.
AUTOMAKE_OPTIONS = std-options
-LOCATE_DB = $(localstatedir)/locatedb
+LOCATE_DB = /var/db/locate.database
- AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = frcode code bigram
- bin_SCRIPTS = updatedb
- man_MANS = locate.1 updatedb.1 locatedb.5
+ AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = \
+ frcode$(EXEEXT) \
+ code$(EXEEXT) \