summaryrefslogtreecommitdiff
path: root/devel/cvsgraph/patches
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvsgraph/patches')
-rw-r--r--devel/cvsgraph/patches/patch-aa21
-rw-r--r--devel/cvsgraph/patches/patch-ab22
2 files changed, 43 insertions, 0 deletions
diff --git a/devel/cvsgraph/patches/patch-aa b/devel/cvsgraph/patches/patch-aa
new file mode 100644
index 00000000000..fe2266ca912
--- /dev/null
+++ b/devel/cvsgraph/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/12/09 14:25:00 mjl Exp $
+
+--- Makefile.in.orig Tue Nov 20 10:25:41 2001
++++ Makefile.in
+@@ -10,6 +10,7 @@
+
+ LIBS = @LIBS@
+ CFLAGS = @CFLAGS@ -DETCDIR=\"$(ETCDIR)\"
++LDFLAGS = @LDFLAGS@
+ YACCFLAGS= -t
+ LEXFLAGS= @LEXFLAGS@ -d #-b
+
+@@ -33,7 +34,7 @@
+ $(CC) $(CFLAGS) -c -o $*.o $<
+
+ $(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
diff --git a/devel/cvsgraph/patches/patch-ab b/devel/cvsgraph/patches/patch-ab
new file mode 100644
index 00000000000..a3898fbeb37
--- /dev/null
+++ b/devel/cvsgraph/patches/patch-ab
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/12/09 14:25:00 mjl Exp $
+
+--- cvsgraph.1.orig Sun Dec 9 15:02:14 2001
++++ cvsgraph.1 Sun Dec 9 15:03:18 2001
+@@ -46,7 +46,7 @@
+ \fBCvsGraph\fR starts with reading a configuration file. If the \fB\-c\fR option
+ is given on the commandline, then it is read. Otherwise, \fBcvsgraph\fR first
+ looks for a configuration file in the current directory using \fI./cvsgraph.conf\fR
+-and, if not found, tries to open \fI/usr/local/etc/cvsgraph.conf\fR.
++and, if not found, tries to open \fI@PKG_SYSCONFDIR@/cvsgraph.conf\fR.
+ If still no configuration file is read an error message is issued and
+ \fBcvsgraph\fR terminates. The format of the configuration file is
+ described in \fBcvsgraph.conf(5)\fR. Configuration parameters entered on
+@@ -85,7 +85,7 @@
+ .SH "FILES"
+ .LP
+ .TP
+-\fI/usr/local/etc/cvsgraph.conf\fR
++\fI@PKG_SYSCONFDIR@/cvsgraph.conf\fR
+ Configuration file read for default layout parameters.
+ .SH "AUTHOR"
+ \fBCvsGraph\fR is written and maintained by B. Stultiens.