summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/findutils/Makefile14
-rw-r--r--sysutils/findutils/PLIST8
-rw-r--r--sysutils/findutils/distinfo10
-rw-r--r--sysutils/findutils/patches/patch-ag10
4 files changed, 24 insertions, 18 deletions
diff --git a/sysutils/findutils/Makefile b/sysutils/findutils/Makefile
index 5d90b2617dd..177f71f4ebf 100644
--- a/sysutils/findutils/Makefile
+++ b/sysutils/findutils/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2012/12/16 18:13:28 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2015/08/26 12:44:32 wiz Exp $
-DISTNAME= findutils-4.2.33
-PKGREVISION= 3
+DISTNAME= findutils-4.4.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=findutils/}
@@ -10,9 +9,10 @@ HOMEPAGE= http://www.gnu.org/software/findutils/findutils.html
COMMENT= The GNU find, locate, updatedb, and xargs utilities
LICENSE= gnu-gpl-v3 # or later
-GNU_CONFIGURE= YES
-INFO_FILES= YES
-USE_PKGLOCALEDIR= YES
+GNU_CONFIGURE= yes
+INFO_FILES= yes
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= gmake
LDFLAGS.IRIX+= -lgen
@@ -23,7 +23,7 @@ AUTO_MKDIRS= yes
.include "../../mk/bsd.prefs.mk"
post-install:
-.for f in find locate updatedb xargs
+.for f in find locate oldfind updatedb xargs
${LN} -sf ${PREFIX}/bin/g${f} ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/${f}
${LN} -sf ${PREFIX}/${PKGMANDIR}/man1/g${f}.1 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man1/${f}.1
.endfor
diff --git a/sysutils/findutils/PLIST b/sysutils/findutils/PLIST
index 003ce05a2de..31a9b0be2be 100644
--- a/sysutils/findutils/PLIST
+++ b/sysutils/findutils/PLIST
@@ -1,17 +1,21 @@
-@comment $NetBSD: PLIST,v 1.11 2012/06/01 20:16:06 cheusov Exp $
+@comment $NetBSD: PLIST,v 1.12 2015/08/26 12:44:32 wiz Exp $
bin/gfind
bin/glocate
+bin/goldfind
bin/gupdatedb
bin/gxargs
gnu/bin/find
gnu/bin/locate
+gnu/bin/oldfind
gnu/bin/updatedb
gnu/bin/xargs
gnu/man/man1/find.1
gnu/man/man1/locate.1
+gnu/man/man1/oldfind.1
gnu/man/man1/updatedb.1
gnu/man/man1/xargs.1
gnu/man/man5/locatedb.5
+info/find-maint.info
info/find.info
libexec/gbigram
libexec/gcode
@@ -24,6 +28,7 @@ man/man5/glocatedb.5
share/locale/be/LC_MESSAGES/findutils.mo
share/locale/bg/LC_MESSAGES/findutils.mo
share/locale/ca/LC_MESSAGES/findutils.mo
+share/locale/cs/LC_MESSAGES/findutils.mo
share/locale/da/LC_MESSAGES/findutils.mo
share/locale/de/LC_MESSAGES/findutils.mo
share/locale/el/LC_MESSAGES/findutils.mo
@@ -41,6 +46,7 @@ share/locale/it/LC_MESSAGES/findutils.mo
share/locale/ja/LC_MESSAGES/findutils.mo
share/locale/ko/LC_MESSAGES/findutils.mo
share/locale/lg/LC_MESSAGES/findutils.mo
+share/locale/lt/LC_MESSAGES/findutils.mo
share/locale/ms/LC_MESSAGES/findutils.mo
share/locale/nl/LC_MESSAGES/findutils.mo
share/locale/pl/LC_MESSAGES/findutils.mo
diff --git a/sysutils/findutils/distinfo b/sysutils/findutils/distinfo
index 315e07c80d6..763eb9f06a0 100644
--- a/sysutils/findutils/distinfo
+++ b/sysutils/findutils/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2011/04/04 11:27:39 drochner Exp $
+$NetBSD: distinfo,v 1.16 2015/08/26 12:44:32 wiz Exp $
-SHA1 (findutils-4.2.33.tar.gz) = 930a77cd0cbf4ee05888947cc10809f0761c84b8
-RMD160 (findutils-4.2.33.tar.gz) = 51c750025487434dd785a332050fff925633c8f9
-Size (findutils-4.2.33.tar.gz) = 1455067 bytes
+SHA1 (findutils-4.4.2.tar.gz) = e8dd88fa2cc58abffd0bfc1eddab9020231bb024
+RMD160 (findutils-4.4.2.tar.gz) = d2954a31d59ca238e18b50be82f1eccf7ad69054
+Size (findutils-4.4.2.tar.gz) = 2149838 bytes
SHA1 (patch-aa) = 162de59955ded4cf6d53d012511402a672a39b7c
SHA1 (patch-ab) = 782c5c642e8e6883686c36ddc470edc3d063f0f0
-SHA1 (patch-ag) = def96d47ad09cf98b0caf9f44e94df1c0fd611a2
+SHA1 (patch-ag) = 564ef15f6f9719ba33c54049a6e6780608afdf19
SHA1 (patch-ah) = 213f8984aba51d500cb0d0c8ba2362918e065741
diff --git a/sysutils/findutils/patches/patch-ag b/sysutils/findutils/patches/patch-ag
index 8478542cfb3..308819aeb1c 100644
--- a/sysutils/findutils/patches/patch-ag
+++ b/sysutils/findutils/patches/patch-ag
@@ -1,10 +1,10 @@
-$NetBSD: patch-ag,v 1.4 2007/10/16 00:45:55 tnn Exp $
+$NetBSD: patch-ag,v 1.5 2015/08/26 12:44:33 wiz Exp $
---- find/pred.c.orig 2007-04-22 17:43:17.000000000 +0200
+--- find/pred.c.orig 2009-05-16 15:17:01.000000000 +0000
+++ find/pred.c
-@@ -38,6 +38,10 @@
- #include "buildcmd.h"
- #include "yesno.h"
+@@ -48,6 +48,10 @@
+ #include "error.h"
+ #include "verify.h"
+#ifdef __sgi
+#include <libgen.h>