diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-08-10 15:10:50 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-08-10 15:10:50 +0000 |
commit | 1c2993c77649694ee5ceb84a4aea2078769c1651 (patch) | |
tree | c1aa968920442cec407dbe29dea6d9d9722a87b4 /devel/cvsgraph/patches | |
parent | 19785c042bfdd4b24c17b5e2f53ded94bbe2867a (diff) | |
download | pkgsrc-1c2993c77649694ee5ceb84a4aea2078769c1651.tar.gz |
- update to v1.4.1
- grab maintainership
- ok'ed wiz@, snj@, schmonz@
Lots of changes, please see http://www.akhphd.au.dk/~bertho/cvsgraph/#changes
for full details.
In brief:
- Implement new option to generate proper maps for different levels of HTML.
- Lots of bug fixes
- Implemented folding of empty branches
- Implemented logentry expansions using %l and %L
- You can now instruct CvsGraph to ommit all revisions that are not tagged
- Configuration no longer requires a configuration file
Diffstat (limited to 'devel/cvsgraph/patches')
-rw-r--r-- | devel/cvsgraph/patches/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/cvsgraph/patches/patch-aa b/devel/cvsgraph/patches/patch-aa index fe2266ca912..2583a5f141a 100644 --- a/devel/cvsgraph/patches/patch-aa +++ b/devel/cvsgraph/patches/patch-aa @@ -1,17 +1,17 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/12/09 14:25:00 mjl Exp $ +$NetBSD: patch-aa,v 1.2 2004/08/10 15:10:50 adrianp Exp $ ---- Makefile.in.orig Tue Nov 20 10:25:41 2001 -+++ Makefile.in +--- Makefile.in.orig Fri Aug 6 18:30:24 2004 ++++ Makefile.in Fri Aug 6 18:31:18 2004 @@ -10,6 +10,7 @@ LIBS = @LIBS@ - CFLAGS = @CFLAGS@ -DETCDIR=\"$(ETCDIR)\" + CFLAGS = @CFLAGS@ -DETCDIR=\"$(ETCDIR)\" -DINTTYPE="@INTTYPE@" +LDFLAGS = @LDFLAGS@ YACCFLAGS= -t LEXFLAGS= @LEXFLAGS@ -d #-b -@@ -33,7 +34,7 @@ - $(CC) $(CFLAGS) -c -o $*.o $< +@@ -34,7 +35,7 @@ + all: $(TARGET) $(TARGET): $(COBJS) $(GENOBJS) - $(CC) $(CFLAGS) -o $(TARGET) $(COBJS) $(GENOBJS) $(LIBS) |