aboutsummaryrefslogtreecommitdiffstats
path: root/www/webalizer
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-09-30 22:19:53 +0800
committerache <ache@FreeBSD.org>2000-09-30 22:19:53 +0800
commit247c58467bde833ab759a668b73ea85dd41fa2bb (patch)
treecba4e207bec41aa84b8c2ff96e2578382eca64ea /www/webalizer
parent0b14a40ad1bb920301e31339de8ffd804b74a7f4 (diff)
downloadfreebsd-ports-gnome-247c58467bde833ab759a668b73ea85dd41fa2bb.tar.gz
freebsd-ports-gnome-247c58467bde833ab759a668b73ea85dd41fa2bb.tar.zst
freebsd-ports-gnome-247c58467bde833ab759a668b73ea85dd41fa2bb.zip
Upgrade to 2.01.03
Diffstat (limited to 'www/webalizer')
-rw-r--r--www/webalizer/files/patch-ac16
1 files changed, 4 insertions, 12 deletions
diff --git a/www/webalizer/files/patch-ac b/www/webalizer/files/patch-ac
index b0c25d3404d5..8c28cee7aa22 100644
--- a/www/webalizer/files/patch-ac
+++ b/www/webalizer/files/patch-ac
@@ -1,19 +1,11 @@
---- webalizer.c.orig Wed Sep 27 20:26:30 2000
-+++ webalizer.c Thu Sep 28 17:41:01 2000
-@@ -61,6 +61,7 @@
- #endif
-
- #ifdef USE_DNS
-+#include <netinet/in.h>
- #include <arpa/inet.h>
-
- #ifdef HAVE_DB_185_H
-@@ -1798,7 +1799,7 @@
+--- webalizer.c.bak Fri Sep 29 10:20:21 2000
++++ webalizer.c Sat Sep 30 18:11:19 2000
+@@ -1807,7 +1807,7 @@
if (*cp1=='+') *cp1=' '; /* change + to space */
if (sp_flg && *cp1==' ') { cp1++; continue; } /* compress spaces */
if (*cp1==' ') sp_flg=1; else sp_flg=0; /* (flag spaces here) */
- *cp2++=tolower(*cp1++); /* normal character */
-+ *cp2++= *cp1++; /* normal character */
++ *cp2++= *cp1++; /* normal character */
}
}
*cp2=0; cp2=tmpbuf;