summaryrefslogtreecommitdiff
path: root/www/analog/files
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2003-07-17 04:31:37 +0000
committerMichael Haro <mharo@FreeBSD.org>2003-07-17 04:31:37 +0000
commitbec8a181297ddd7ed432c617499444f5bfff12cb (patch)
tree413f0bfd1175775162553cbf5066f118e0bce570 /www/analog/files
parentUpdate to 1.12.2 (diff)
Upgrade Analog to 5.32 (includes fixes)
PR: 52100 Submitted by: Kevin Golding <kevin@caomhin.demon.co.uk>
Notes
Notes: svn path=/head/; revision=85012
Diffstat (limited to 'www/analog/files')
-rw-r--r--www/analog/files/patch-aa17
-rw-r--r--www/analog/files/patch-ab8
-rw-r--r--www/analog/files/patch-ac4
3 files changed, 15 insertions, 14 deletions
diff --git a/www/analog/files/patch-aa b/www/analog/files/patch-aa
index 05625d435fde..299b723ddba4 100644
--- a/www/analog/files/patch-aa
+++ b/www/analog/files/patch-aa
@@ -1,8 +1,9 @@
---- src/Makefile.orig Wed Jan 9 21:16:22 2002
-+++ src/Makefile Wed Jan 9 21:18:38 2002
-@@ -1,14 +1,20 @@
- # Makefile for analog 5.1
+--- src/Makefile.orig Sun Mar 23 13:57:02 2003
++++ src/Makefile Sun May 11 09:24:47 2003
+@@ -2,15 +2,21 @@
# 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.
@@ -22,9 +23,9 @@
+ -DCONFIGDIR=\"$(PREFIX)/share/analog/\"
+#DEFS = # 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 ...
-@@ -25,6 +31,12 @@
+ # ... -DEBCDIC -DUSE_PLAIN_SETJMP ...
+ # ... -DHAVE_GD -DHAVE_ZLIB -DHAVE_PCRE ...
+@@ -30,6 +36,12 @@
OS = UNIX # Operating system: UNIX, DOS, WIN32, MAC, OS2, OSX, VMS
# RISCOS, BEOS, NEXTSTEP, MPEIX, BS2000, AS400, OS390
LIBS = -lm # extra libraries needed; most platforms (but not OS X or BeOS)
@@ -36,4 +37,4 @@
+
# need -lm LAST
# if you defined HAVE_GD above you also need -lgd -lpng -ljpeg -lz
- # if you defined HAVE_PCRE above you also need -lpcre
+ # if you defined HAVE_ZLIB above you also need -lz
diff --git a/www/analog/files/patch-ab b/www/analog/files/patch-ab
index c0171907bf11..3fc9222c85d4 100644
--- a/www/analog/files/patch-ab
+++ b/www/analog/files/patch-ab
@@ -1,7 +1,7 @@
---- src/tree.c.orig Wed Jan 9 21:20:12 2002
-+++ src/tree.c Wed Jan 9 21:20:24 2002
-@@ -886,8 +886,16 @@
- }
+--- src/tree.c.orig Sun Mar 23 13:57:02 2003
++++ src/tree.c Sun May 11 10:25:45 2003
+@@ -895,8 +895,16 @@
+ *name = "Macintosh";
else if (strstr(whole, "Linux") != NULL || strstr(whole, "linux") != NULL)
*name = "Unix:Linux";
- else if (strstr(whole, "BSD") != NULL)
diff --git a/www/analog/files/patch-ac b/www/analog/files/patch-ac
index 53f7575c0e71..04e03afbd66f 100644
--- a/www/analog/files/patch-ac
+++ b/www/analog/files/patch-ac
@@ -1,5 +1,5 @@
---- analog.cfg.orig Wed Jan 9 21:21:05 2002
-+++ analog.cfg Wed Jan 9 21:21:22 2002
+--- analog.cfg.orig Sun Mar 23 13:56:53 2003
++++ analog.cfg Sun May 11 09:25:33 2003
@@ -10,7 +10,8 @@
#
# If you need a LOGFORMAT command (most people don't -- try it without first!),