diff options
author | tron <tron> | 2002-02-13 13:03:13 +0000 |
---|---|---|
committer | tron <tron> | 2002-02-13 13:03:13 +0000 |
commit | 9ddbbf1ccf6b717154d85918a2dec6a7a29b6fd7 (patch) | |
tree | 0ce427f1b1948a37dd7cdeb0ab7c055e64d853e9 /www/analog/patches | |
parent | 4f6761456634be968e37d5ad5ad3c9d32a8307c1 (diff) | |
download | pkgsrc-9ddbbf1ccf6b717154d85918a2dec6a7a29b6fd7.tar.gz |
Update "analog" package to version 5.2. Changes since version 5.1:
5.2 (13-Feb-02)
- You can now plot the lower levels of hierarchical reports on the pie
charts by using the new CHARTEXPAND family of commands.
- Added MACHTTP to the list of built-in log formats that analog recognises
automatically.
- Recognises ; as well as & as query-string separator.
- The rules for generating "organisations" from numerical addresses have
changed.
- Filenames given on the command line are now relative to the current
directory, not the analog directory.
- Ignores completely blank lines at the top of a logfile.
- Makefiles for Microsoft Visual C++ can be found in the new
src/build directory. Makefiles for other platforms have moved
out of the source tree into there too.
- You can now refer to kilobytes as kibibytes by editing your language file.
- Revised versions of Japanese language files.
- Revised the Licence.
- Advertised new donations page.
Diffstat (limited to 'www/analog/patches')
-rw-r--r-- | www/analog/patches/patch-aa | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/www/analog/patches/patch-aa b/www/analog/patches/patch-aa index 4570db3ebda..5cb92167640 100644 --- a/www/analog/patches/patch-aa +++ b/www/analog/patches/patch-aa @@ -1,28 +1,29 @@ -$NetBSD: patch-aa,v 1.20 2001/11/08 08:27:02 tron Exp $ +$NetBSD: patch-aa,v 1.21 2002/02/13 13:03:14 tron Exp $ ---- Makefile.orig Tue May 1 12:38:33 2001 -+++ Makefile Mon May 14 22:29:27 2001 -@@ -1,14 +1,19 @@ - # Makefile for analog 5.1 +--- Makefile.orig Wed Feb 13 10:45:52 2002 ++++ Makefile Wed Feb 13 13:54:55 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 + # in the "build" directory. -CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different +#CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different # compilers need different CFLAGS, e.g., -O instead of -O2. -MAKE = make # which "make" to use -+#MAKE = make # which "make" to use -CFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation. ++#MAKE = make # which "make" to use +#CFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation. # HP/UX cc needs CFLAGS = -Aa (HP/UX 9) or -Ae (HP/UX 10) # BeOS needs CFLAGS = -O2 -Wl,-L/boot/home/config/lib # 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/\" \ -+ -DDEFAULTCONFIGFILE=\"${PREFIX}/etc/analog.cfg\" \ -+ -DIMAGEDIR=\"/images/\" \ -+ -DLANGDIR=\"${PREFIX}/lib/analog/lang/\" \ -+ -DLOGFILE=\"/var/log/httpd-access.log\" -+# any combination of -DNOPIPES -DNODNS -DNODIRENT -DNOGLOB ... ++DEFS = -DANALOGDIR=\"${PREFIX}/lib/analog/\" \ ++ -DDEFAULTCONFIGFILE=\"${PREFIX}/etc/analog.cfg\" \ ++ -DIMAGEDIR=\"/images/\" \ ++ -DLANGDIR=\"${PREFIX}/lib/analog/lang/\" \ ++ -DLOGFILE=\"/var/log/httpd-access.log\" ++# 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 ... |