Mon May 2 05:18:47 2016 UTC ()
pkg_admin check (an bmake check) notice that the target of the symlink
$LOCALBASE/gnu/bin/oldfind and its manpage is missing.

Indeed, oldfind was obsoleted in findutils 4.4.2.

PLIST and symlink generation is updated to reflect this.

bump PKGREVISION to pick up the change.


(richard)
diff -r1.36 -r1.37 pkgsrc/sysutils/findutils/Makefile
diff -r1.13 -r1.14 pkgsrc/sysutils/findutils/PLIST

cvs diff -r1.36 -r1.37 pkgsrc/sysutils/findutils/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/findutils/Makefile 2016/01/03 17:00:48 1.36
+++ pkgsrc/sysutils/findutils/Makefile 2016/05/02 05:18:47 1.37
@@ -1,33 +1,34 @@ @@ -1,33 +1,34 @@
1# $NetBSD: Makefile,v 1.36 2016/01/03 17:00:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.37 2016/05/02 05:18:47 richard Exp $
2 2
3DISTNAME= findutils-4.6.0 3DISTNAME= findutils-4.6.0
 4PKGREVISION= 1
4CATEGORIES= sysutils 5CATEGORIES= sysutils
5MASTER_SITES= ${MASTER_SITE_GNU:=findutils/} 6MASTER_SITES= ${MASTER_SITE_GNU:=findutils/}
6 7
7MAINTAINER= bouyer@NetBSD.org 8MAINTAINER= bouyer@NetBSD.org
8HOMEPAGE= http://www.gnu.org/software/findutils/findutils.html 9HOMEPAGE= http://www.gnu.org/software/findutils/findutils.html
9COMMENT= The GNU find, locate, updatedb, and xargs utilities 10COMMENT= The GNU find, locate, updatedb, and xargs utilities
10LICENSE= gnu-gpl-v3 # or later 11LICENSE= gnu-gpl-v3 # or later
11 12
12GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
13INFO_FILES= yes 14INFO_FILES= yes
14USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
15USE_TOOLS+= gmake bison # we patch a .y file, so needs bison 16USE_TOOLS+= gmake bison # we patch a .y file, so needs bison
16 17
17LDFLAGS.IRIX+= -lgen 18LDFLAGS.IRIX+= -lgen
18 19
19CONFIGURE_ARGS+= --program-prefix=g 20CONFIGURE_ARGS+= --program-prefix=g
20 21
21AUTO_MKDIRS= yes 22AUTO_MKDIRS= yes
22 23
23.include "../../mk/bsd.prefs.mk" 24.include "../../mk/bsd.prefs.mk"
24 25
25post-install: 26post-install:
26.for f in find locate oldfind updatedb xargs 27.for f in find locate updatedb xargs
27 ${LN} -sf ${PREFIX}/bin/g${f} ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/${f} 28 ${LN} -sf ${PREFIX}/bin/g${f} ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/${f}
28 ${LN} -sf ${PREFIX}/${PKGMANDIR}/man1/g${f}.1 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man1/${f}.1 29 ${LN} -sf ${PREFIX}/${PKGMANDIR}/man1/g${f}.1 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man1/${f}.1
29.endfor 30.endfor
30 ${LN} -sf ${PREFIX}/${PKGMANDIR}/man5/glocatedb.5 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man5/locatedb.5 31 ${LN} -sf ${PREFIX}/${PKGMANDIR}/man5/glocatedb.5 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man5/locatedb.5
31 32
32.include "../../devel/gettext-lib/buildlink3.mk" 33.include "../../devel/gettext-lib/buildlink3.mk"
33.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/sysutils/findutils/PLIST (expand / switch to unified diff)

--- pkgsrc/sysutils/findutils/PLIST 2016/01/03 17:00:48 1.13
+++ pkgsrc/sysutils/findutils/PLIST 2016/05/02 05:18:47 1.14
@@ -1,26 +1,24 @@ @@ -1,26 +1,24 @@
1@comment $NetBSD: PLIST,v 1.13 2016/01/03 17:00:48 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.14 2016/05/02 05:18:47 richard Exp $
2bin/gfind 2bin/gfind
3bin/glocate 3bin/glocate
4bin/gupdatedb 4bin/gupdatedb
5bin/gxargs 5bin/gxargs
6gnu/bin/find 6gnu/bin/find
7gnu/bin/locate 7gnu/bin/locate
8gnu/bin/oldfind 
9gnu/bin/updatedb 8gnu/bin/updatedb
10gnu/bin/xargs 9gnu/bin/xargs
11gnu/man/man1/find.1 10gnu/man/man1/find.1
12gnu/man/man1/locate.1 11gnu/man/man1/locate.1
13gnu/man/man1/oldfind.1 
14gnu/man/man1/updatedb.1 12gnu/man/man1/updatedb.1
15gnu/man/man1/xargs.1 13gnu/man/man1/xargs.1
16gnu/man/man5/locatedb.5 14gnu/man/man5/locatedb.5
17info/find-maint.info 15info/find-maint.info
18info/find.info 16info/find.info
19libexec/gbigram 17libexec/gbigram
20libexec/gcode 18libexec/gcode
21libexec/gfrcode 19libexec/gfrcode
22man/man1/gfind.1 20man/man1/gfind.1
23man/man1/glocate.1 21man/man1/glocate.1
24man/man1/gupdatedb.1 22man/man1/gupdatedb.1
25man/man1/gxargs.1 23man/man1/gxargs.1
26man/man5/glocatedb.5 24man/man5/glocatedb.5