summaryrefslogtreecommitdiff
path: root/www/analog/patches
diff options
context:
space:
mode:
authortron <tron>2002-12-02 12:08:43 +0000
committertron <tron>2002-12-02 12:08:43 +0000
commit38a382167b8bcee0beae226a1443ad8c6e1a2bfc (patch)
treef7b465d1f401466aed1db973c2929af41f95df1c /www/analog/patches
parentf6941e6f5de1c29169c417be6465ac6c15344f8d (diff)
downloadpkgsrc-38a382167b8bcee0beae226a1443ad8c6e1a2bfc.tar.gz
Update package "analog" to version 5.30. Changes since version 5.24:
- Reads gzipped logfiles without the need for an UNCOMPRESS command. - Host inclusions and exclusions can now use IP address ranges and subnet masks. - New command BYTESDP command to list kilobytes etc. to a chosen number of decimal places. - New code for RISC OS port. - Indonesian and Slovak language files. - New How-To entitled Getting started under Windows.
Diffstat (limited to 'www/analog/patches')
-rw-r--r--www/analog/patches/patch-aa14
-rw-r--r--www/analog/patches/patch-ab24
2 files changed, 19 insertions, 19 deletions
diff --git a/www/analog/patches/patch-aa b/www/analog/patches/patch-aa
index 9ec347b800c..9669c094070 100644
--- a/www/analog/patches/patch-aa
+++ b/www/analog/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.22 2002/07/11 10:23:13 abs Exp $
+$NetBSD: patch-aa,v 1.23 2002/12/02 12:08:43 tron Exp $
---- Makefile.orig Tue May 14 21:20:07 2002
-+++ Makefile
+--- Makefile.orig Sat Nov 30 16:36:10 2002
++++ Makefile Mon Dec 2 12:43:07 2002
@@ -2,15 +2,20 @@
# Please read docs/Readme.html, or http://www.analog.cx/
# This is a general Unix-like Makefile: Makefiles for other OS's can be found
@@ -18,12 +18,12 @@ $NetBSD: patch-aa,v 1.22 2002/07/11 10:23:13 abs Exp $
# BS2000/OSD needs CFLAGS = -XLLML -XLLMK
# NeXTSTEP needs CFLAGS = -O2 -pipe -no-precomp
-DEFS = # any combination of -DNOPIPES -DNODNS -DNODIRENT -DNOGLOB ...
-+DEFS = -DANALOGDIR=\"${PREFIX}/lib/analog/\" \
++DEFS = -DANALOGDIR=\"${PREFIX}/lib/analog/\" \
+ -DDEFAULTCONFIGFILE=\"${SYSCONFDIR}/analog.cfg\" \
+ -DIMAGEDIR=\"/images/\" \
+ -DLANGDIR=\"${PREFIX}/lib/analog/lang/\" \
+ -DLOGFILE=\"/var/log/httpd-access.log\"
-+# any combination of -DNOPIPES -DNODNS -DNODIRENT -DNOGLOB ...
++# any combination of -DNOPIPES -DNODNS -DNODIRENT -DNOGLOB ...
# ... -DNOOPEN -DNOFOLLOW -DNOALARM -DNOGRAPHICS -DNOGMTIME ...
- # ... -DEBCDIC -DUSE_PLAIN_SETJMP -DHAVE_GD -DHAVE_PCRE ...
- # ... -DNEED_STRCMP -DNEED_MEMMOVE -DNEED_STRTOUL ...
+ # ... -DEBCDIC -DUSE_PLAIN_SETJMP ...
+ # ... -DHAVE_GD -DHAVE_ZLIB -DHAVE_PCRE ...
diff --git a/www/analog/patches/patch-ab b/www/analog/patches/patch-ab
index 69573406d64..d8f1f1b2c93 100644
--- a/www/analog/patches/patch-ab
+++ b/www/analog/patches/patch-ab
@@ -1,21 +1,21 @@
-$NetBSD: patch-ab,v 1.5 2002/07/11 10:23:13 abs Exp $
+$NetBSD: patch-ab,v 1.6 2002/12/02 12:08:44 tron Exp $
---- tree.c.orig Tue May 14 21:20:08 2002
-+++ tree.c
-@@ -883,8 +883,16 @@
- }
+--- tree.c.orig Sat Nov 30 16:36:11 2002
++++ tree.c Mon Dec 2 12:45:58 2002
+@@ -891,8 +891,16 @@
+ *name = "Macintosh";
else if (strstr(whole, "Linux") != NULL || strstr(whole, "linux") != NULL)
*name = "Unix:Linux";
-+ else if (strstr(whole, "NetBSD") != NULL)
-+ *name = "Unix:NetBSD";
-+ else if (strstr(whole, "OpenBSD") != NULL)
-+ *name = "Unix:OpenBSD";
+- else if (strstr(whole, "BSD") != NULL)
++ else if (strstr(whole, "NetBBSD") != NULL)
++ *name = "Unix:BSD";
+ else if (strstr(whole, "FreeBSD") != NULL)
-+ *name = "Unix:FreeBSD";
+ *name = "Unix:BSD";
++ else if (strstr(whole, "OpenBSD") != NULL)
++ *name = "Unix:BSD";
+ else if (strstr(whole, "BSDi") != NULL)
+ *name = "Unix:BSDi";
- else if (strstr(whole, "BSD") != NULL)
-- *name = "Unix:BSD";
++ else if (strstr(whole, "BSD") != NULL)
+ *name = "Unix:otherBSD";
else if (strstr(whole, "SunOS") != NULL || strstr(whole, "sunos") != NULL)
*name = "Unix:SunOS";