summaryrefslogtreecommitdiff
path: root/devel/cvsgraph/files/patch-cvsgraph.c
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-02-21 09:17:10 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-02-21 09:17:10 +0000
commita3163cc00434eb498502748e0bd1d00cff6475ff (patch)
tree4064a378d8fe4806740269e8eb402a7311ffee1c /devel/cvsgraph/files/patch-cvsgraph.c
parentAdd splay.1 to the MAN page list (diff)
new port of cvsgraph 1.0.0, a utility for charting cvs/rcs history
Notes
Notes: svn path=/head/; revision=38549
Diffstat (limited to 'devel/cvsgraph/files/patch-cvsgraph.c')
-rw-r--r--devel/cvsgraph/files/patch-cvsgraph.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/cvsgraph/files/patch-cvsgraph.c b/devel/cvsgraph/files/patch-cvsgraph.c
new file mode 100644
index 000000000000..02145a6cd091
--- /dev/null
+++ b/devel/cvsgraph/files/patch-cvsgraph.c
@@ -0,0 +1,11 @@
+--- cvsgraph.c.orig Mon Feb 19 15:30:29 2001
++++ cvsgraph.c Wed Feb 21 00:03:56 2001
+@@ -1229,7 +1229,7 @@
+ }
+ else
+ fp = stdout;
+- gdImageGif(im, fp);
++ gdImagePng(im, fp);
+ if(outfile)
+ fclose(fp);
+ gdImageDestroy(im);