Fri Oct 2 19:19:43 2015 UTC ()
Pullup ticket #4817 - requested by dholland
sysutils/findutils: build fix

Revisions pulled up:
- sysutils/findutils/Makefile                                   1.35

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Mon Sep 28 01:40:53 UTC 2015

   Modified Files:
   	pkgsrc/sysutils/findutils: Makefile

   Log Message:
   add bison to tools since we patched a .y file; noticed by Joerg


(bsiegert)
diff -r1.34 -r1.34.2.1 pkgsrc/sysutils/findutils/Makefile

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

--- pkgsrc/sysutils/findutils/Makefile 2015/08/26 12:44:32 1.34
+++ pkgsrc/sysutils/findutils/Makefile 2015/10/02 19:19:43 1.34.2.1
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.34 2015/08/26 12:44:32 wiz Exp $ 1# $NetBSD: Makefile,v 1.34.2.1 2015/10/02 19:19:43 bsiegert Exp $
2 2
3DISTNAME= findutils-4.4.2 3DISTNAME= findutils-4.4.2
4CATEGORIES= sysutils 4CATEGORIES= sysutils
5MASTER_SITES= ${MASTER_SITE_GNU:=findutils/} 5MASTER_SITES= ${MASTER_SITE_GNU:=findutils/}
6 6
7MAINTAINER= bouyer@NetBSD.org 7MAINTAINER= bouyer@NetBSD.org
8HOMEPAGE= http://www.gnu.org/software/findutils/findutils.html 8HOMEPAGE= http://www.gnu.org/software/findutils/findutils.html
9COMMENT= The GNU find, locate, updatedb, and xargs utilities 9COMMENT= The GNU find, locate, updatedb, and xargs utilities
10LICENSE= gnu-gpl-v3 # or later 10LICENSE= gnu-gpl-v3 # or later
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13INFO_FILES= yes 13INFO_FILES= yes
14USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
15USE_TOOLS+= gmake 15USE_TOOLS+= gmake bison # we patch a .y file, so needs bison
16 16
17LDFLAGS.IRIX+= -lgen 17LDFLAGS.IRIX+= -lgen
18 18
19CONFIGURE_ARGS+= --program-prefix=g 19CONFIGURE_ARGS+= --program-prefix=g
20 20
21AUTO_MKDIRS= yes 21AUTO_MKDIRS= yes
22 22
23.include "../../mk/bsd.prefs.mk" 23.include "../../mk/bsd.prefs.mk"
24 24
25post-install: 25post-install:
26.for f in find locate oldfind updatedb xargs 26.for f in find locate oldfind updatedb xargs
27 ${LN} -sf ${PREFIX}/bin/g${f} ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/${f} 27 ${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 28 ${LN} -sf ${PREFIX}/${PKGMANDIR}/man1/g${f}.1 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man1/${f}.1