mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
upgrade to 4.02
This commit is contained in:
parent
ff2c0cb9c9
commit
4a44f46446
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25862
@ -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/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (analog4.01.tar.gz) = 7bfd2e731d39bf5073f2ca5d83f27c03
|
||||
MD5 (analog4.02.tar.gz) = c89bd832b6a0ae946b342c5f16a5e6ae
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user