summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-05-14 20:35:16 +0000
committertron <tron@pkgsrc.org>2001-05-14 20:35:16 +0000
commit388de43ca397ccea3af6a7ffe22c26c1fff454f0 (patch)
tree3504a51c75a7e012a69b7bd949c20430190d517e /www
parent3da1c4eaf9d5c4e54fbffa92824be20ff061ac04 (diff)
downloadpkgsrc-388de43ca397ccea3af6a7ffe22c26c1fff454f0.tar.gz
Restore sane default directories which got lost during update.
Diffstat (limited to 'www')
-rw-r--r--www/analog/distinfo4
-rw-r--r--www/analog/patches/patch-aa16
2 files changed, 15 insertions, 5 deletions
diff --git a/www/analog/distinfo b/www/analog/distinfo
index 7d38b06399c..f5683081868 100644
--- a/www/analog/distinfo
+++ b/www/analog/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2001/05/14 12:42:14 tron Exp $
+$NetBSD: distinfo,v 1.4 2001/05/14 20:35:16 tron Exp $
SHA1 (analog-5.0.tar.gz) = 37bda631d5cd03ca942a31a0b80e57de7462d9dd
Size (analog-5.0.tar.gz) = 876695 bytes
-SHA1 (patch-aa) = 00b39e621408ad893074770430f0c972f206c120
+SHA1 (patch-aa) = 04feb2b439a4a9fdda0282a7592d62bcb5d5d4d2
SHA1 (patch-ab) = f11c9d3f5dec5b9cd04de0d114752c58484a648a
diff --git a/www/analog/patches/patch-aa b/www/analog/patches/patch-aa
index b888655ca9f..8dbaf6078eb 100644
--- a/www/analog/patches/patch-aa
+++ b/www/analog/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.15 2001/05/14 12:42:14 tron Exp $
+$NetBSD: patch-aa,v 1.16 2001/05/14 20:35:17 tron Exp $
--- Makefile.orig Tue May 1 12:38:33 2001
-+++ Makefile Mon May 14 14:23:34 2001
-@@ -1,8 +1,8 @@
++++ Makefile Mon May 14 22:29:27 2001
+@@ -1,12 +1,17 @@
# Makefile for analog 5.0
# Please read docs/Readme.html, or http://www.analog.cx/
-CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different
@@ -13,3 +13,13 @@ $NetBSD: patch-aa,v 1.15 2001/05/14 12:42:14 tron Exp $
# HP/UX cc needs CFLAGS = -Aa (HP/UX 9) or -Ae (HP/UX 10)
# 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 ...
+ # ... -DNOOPEN -DNOFOLLOW -DNOALARM -DNOGRAPHICS -DNOGMTIME ...
+ # ... -DEBCDIC -DUSE_PLAIN_SETJMP -DHAVE_GD -DHAVE_PCRE ...
+ # ... -DNEED_STRCMP -DNEED_MEMMOVE -DNEED_STRTOUL ...