pkgsrc/devel/cvsgraph/patches/patch-aa
adrianp 7fde6b3e6e - 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
2004-08-10 15:10:50 +00:00

21 lines
617 B
Text

$NetBSD: patch-aa,v 1.2 2004/08/10 15:10:50 adrianp Exp $
--- 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)\" -DINTTYPE="@INTTYPE@"
+LDFLAGS = @LDFLAGS@
YACCFLAGS= -t
LEXFLAGS= @LEXFLAGS@ -d #-b
@@ -34,7 +35,7 @@
all: $(TARGET)
$(TARGET): $(COBJS) $(GENOBJS)
- $(CC) $(CFLAGS) -o $(TARGET) $(COBJS) $(GENOBJS) $(LIBS)
+ $(CC) $(CFLAGS) ${LDFLAGS} -o $(TARGET) $(COBJS) $(GENOBJS) $(LIBS)
cvsgraph.o: cvsgraph.c config.h cvsgraph.h utils.h readconf.h rcs.h
utils.o: utils.c utils.h readconf.h