summaryrefslogtreecommitdiff
path: root/www/webalizer
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-04-18 18:11:23 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-04-18 18:11:23 +0000
commit9f59f001ef1fd39c0ba251ff39fba039860d848c (patch)
tree620118084c83cfc8a57fb67d31e0cd4dfd2794ad /www/webalizer
parentActivate smalleiffel. (diff)
preserve cvs history now
Notes
Notes: svn path=/head/; revision=27727
Diffstat (limited to 'www/webalizer')
-rw-r--r--www/webalizer/files/patch-ad38
1 files changed, 0 insertions, 38 deletions
diff --git a/www/webalizer/files/patch-ad b/www/webalizer/files/patch-ad
deleted file mode 100644
index d0c305c1ac57..000000000000
--- a/www/webalizer/files/patch-ad
+++ /dev/null
@@ -1,38 +0,0 @@
---- graphs.c.orig Tue Jun 15 06:33:40 1999
-+++ graphs.c Sat Jul 31 10:43:48 1999
-@@ -285,7 +285,7 @@
- /* save gif image */
- if ((out = fopen(fname, "wb")) != NULL)
- {
-- gdImageGif(im, out);
-+ gdImagePng(im, out);
- fclose(out);
- }
- /* deallocate memory */
-@@ -501,7 +501,7 @@
- /* open file for writing */
- if ((out = fopen(fname, "wb")) != NULL)
- {
-- gdImageGif(im, out);
-+ gdImagePng(im, out);
- fclose(out);
- }
- /* deallocate memory */
-@@ -614,7 +614,7 @@
- /* save as gif file */
- if ( (out = fopen(fname, "wb")) != NULL)
- {
-- gdImageGif(im, out);
-+ gdImagePng(im, out);
- fclose(out);
- }
- /* deallocate memory */
-@@ -700,7 +700,7 @@
- /* save gif image */
- if ((out = fopen(fname, "wb")) != NULL)
- {
-- gdImageGif(im, out);
-+ gdImagePng(im, out);
- fclose(out);
- }
- /* deallocate memory */