pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/findutils
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Sep 3 17:10:54 UTC 2018
Modified Files:
pkgsrc/sysutils/findutils: Makefile
Log Message:
We no longer apply a patch to *.y files. So do not use bison as tool
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/findutils/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/findutils/Makefile
diff -u pkgsrc/sysutils/findutils/Makefile:1.37 pkgsrc/sysutils/findutils/Makefile:1.38
--- pkgsrc/sysutils/findutils/Makefile:1.37 Mon May 2 05:18:47 2016
+++ pkgsrc/sysutils/findutils/Makefile Mon Sep 3 17:10:54 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2016/05/02 05:18:47 richard Exp $
+# $NetBSD: Makefile,v 1.38 2018/09/03 17:10:54 ryoon Exp $
DISTNAME= findutils-4.6.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=findutils/}
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3 # or later
GNU_CONFIGURE= yes
INFO_FILES= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake bison # we patch a .y file, so needs bison
+USE_TOOLS+= gmake
LDFLAGS.IRIX+= -lgen
Home |
Main Index |
Thread Index |
Old Index