pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/findutils We no longer apply a patch to *.y f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c705ffb2e7fd
branches:  trunk
changeset: 312452:c705ffb2e7fd
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Sep 03 17:10:54 2018 +0000

description:
We no longer apply a patch to *.y files. So do not use bison as tool

Bump PKGREVISION.

diffstat:

 sysutils/findutils/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 0e2120ac5b6f -r c705ffb2e7fd sysutils/findutils/Makefile
--- a/sysutils/findutils/Makefile       Mon Sep 03 16:59:12 2018 +0000
+++ b/sysutils/findutils/Makefile       Mon Sep 03 17:10:54 2018 +0000
@@ -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 @@
 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