summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2004-07-26 07:43:06 +0000
committeragc <agc>2004-07-26 07:43:06 +0000
commit907cc54ba1bca81a80c14b4352144257fb4df77a (patch)
tree54c6aa85177195e7b76f31a76159a3f7d836507d
parenta3e6ef48c69987193b86356850c9d17c7e87ee46 (diff)
downloadpkgsrc-907cc54ba1bca81a80c14b4352144257fb4df77a.tar.gz
Pullup ticket 66 to the pkgsrc-2004Q2 branch, requested by Grant Beattie
Solaris fix for cvsgraph Module Name: pkgsrc Committed By: grant Date: Sat Jul 24 02:53:53 UTC 2004 Modified Files: pkgsrc/devel/cvsgraph: Makefile Log Message: this needs flex(1) to build.
-rw-r--r--devel/cvsgraph/Makefile3
-rw-r--r--doc/CHANGES-pkgsrc-2004Q24
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile
index 286bbb4d041..add3b937f63 100644
--- a/devel/cvsgraph/Makefile
+++ b/devel/cvsgraph/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/04/10 23:38:47 snj Exp $
+# $NetBSD: Makefile,v 1.10.2.1 2004/07/26 07:43:06 agc Exp $
#
DISTNAME= cvsgraph-1.2.0
@@ -11,6 +11,7 @@ HOMEPAGE= http://www.akhphd.au.dk/~bertho/cvsgraph/
COMMENT= Graphically represents CVS/RCS branches and file revisions
USE_BUILDLINK3= YES
+USE_GNU_TOOLS+= lex
USE_PKGINSTALL= YES
USE_X11= YES
GNU_CONFIGURE= YES
diff --git a/doc/CHANGES-pkgsrc-2004Q2 b/doc/CHANGES-pkgsrc-2004Q2
index ba4540bc46a..388ea6c6ca1 100644
--- a/doc/CHANGES-pkgsrc-2004Q2
+++ b/doc/CHANGES-pkgsrc-2004Q2
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.31 2004/07/26 07:40:04 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.32 2004/07/26 07:43:06 agc Exp $
Changes to the packages collection and infrastructure on the
pkgsrc-2004Q2 branch:
@@ -58,4 +58,6 @@ Pullup ticket 64, requested by Matthias Scheler [agc 2004-07-26]
Security fix for samba 3.0
Pullup ticket 65, requested by Grant Beattie [agc 2004-07-26]
Solaris fix for ddclient
+Pullup ticket 66, requested by Grant Beattie [agc 2004-07-26]
+ Solaris fix for cvsgraph