pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2004Q2]: pkgsrc/doc Pullup ticket 66 to the pkgsrc-2004Q2 bran...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/627e55068bd3
branches:  pkgsrc-2004Q2
changeset: 476738:627e55068bd3
user:      agc <agc%pkgsrc.org@localhost>
date:      Mon Jul 26 07:43:06 2004 +0000

description:
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.

diffstat:

 devel/cvsgraph/Makefile   |  3 ++-
 doc/CHANGES-pkgsrc-2004Q2 |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 159c3b23d083 -r 627e55068bd3 devel/cvsgraph/Makefile
--- a/devel/cvsgraph/Makefile   Mon Jul 26 07:40:04 2004 +0000
+++ b/devel/cvsgraph/Makefile   Mon Jul 26 07:43:06 2004 +0000
@@ -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 @@
 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 -r 159c3b23d083 -r 627e55068bd3 doc/CHANGES-pkgsrc-2004Q2
--- a/doc/CHANGES-pkgsrc-2004Q2 Mon Jul 26 07:40:04 2004 +0000
+++ b/doc/CHANGES-pkgsrc-2004Q2 Mon Jul 26 07:43:06 2004 +0000
@@ -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 @@
        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
 



Home | Main Index | Thread Index | Old Index