diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-02-15 19:51:19 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-02-15 19:51:19 +0000 |
commit | 4a44f464462ddb7160dc58526c0d3192ebd567c1 (patch) | |
tree | f66807f05cd45ac0cb72aef9b02187ecf3a9c751 /www/analog | |
parent | ff2c0cb9c9291ecdc193f6a16319b017a5b8f6b1 (diff) | |
download | ports-4a44f464462ddb7160dc58526c0d3192ebd567c1.tar.gz ports-4a44f464462ddb7160dc58526c0d3192ebd567c1.zip |
upgrade to 4.02
Notes
Notes:
svn path=/head/; revision=25862
Diffstat (limited to 'www/analog')
-rw-r--r-- | www/analog/Makefile | 4 | ||||
-rw-r--r-- | www/analog/distinfo | 2 | ||||
-rw-r--r-- | www/analog/files/patch-aa | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/analog/Makefile b/www/analog/Makefile index 8045b1d30426..0139c0070cd7 100644 --- a/www/analog/Makefile +++ b/www/analog/Makefile @@ -7,8 +7,8 @@ # $FreeBSD$ # -DISTNAME= analog4.01 -PKGNAME= analog-4.01 +DISTNAME= analog4.02 +PKGNAME= analog-4.02 CATEGORIES= www MASTER_SITES= http://www.statslab.cam.ac.uk/~sret1/analog/ \ http://brendanr.simplenet.com/analog/ \ diff --git a/www/analog/distinfo b/www/analog/distinfo index 2104a2b945a1..999f82214d5e 100644 --- a/www/analog/distinfo +++ b/www/analog/distinfo @@ -1 +1 @@ -MD5 (analog4.01.tar.gz) = 7bfd2e731d39bf5073f2ca5d83f27c03 +MD5 (analog4.02.tar.gz) = c89bd832b6a0ae946b342c5f16a5e6ae diff --git a/www/analog/files/patch-aa b/www/analog/files/patch-aa index 88c825d62027..a9dcc20615ff 100644 --- a/www/analog/files/patch-aa +++ b/www/analog/files/patch-aa @@ -1,7 +1,7 @@ ---- Makefile.orig Sun Nov 14 17:17:21 1999 -+++ Makefile Thu Dec 9 06:48:56 1999 +--- Makefile.orig Sat Jan 29 19:01:08 2000 ++++ Makefile Tue Feb 15 22:20:06 2000 @@ -1,11 +1,15 @@ - # Makefile for analog 4.0 + # Makefile for analog 4.02 # Please read docs/Readme.html, or http://www.statslab.cam.ac.uk/~sret1/analog/ -CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different +#CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different @@ -16,10 +16,10 @@ + -DLOGFILE=\"/var/log/httpd-access.log\" \ + -DIMAGEDIR=\"/images/\" \ + -DDEFAULTCONFIGFILE=\"$(PREFIX)/etc/analog.cfg\" - # ... -DEBCDIC -DNEED_STRCMP -DNEED_MEMMOVE ... + # ... -DEBCDIC -DNOGMTIME -DNEED_STRCMP -DNEED_MEMMOVE ... # ... -DNEED_STRTOUL -DNEED_DIFFTIME -DNEED_FLOATINGPOINT_H # Solaris 2 (SunOS 5) might need DEFS = -DNEED_STRCMP -@@ -25,7 +29,7 @@ +@@ -27,7 +31,7 @@ input.o macinput.o macstuff.o output.o output2.o process.o settings.o \ sort.o tree.o utils.o win32.o HEADERS = anlghead.h anlghea2.h anlghea3.h anlghea4.h macdir.h |