aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2003-06-04 00:48:42 +0800
committermi <mi@FreeBSD.org>2003-06-04 00:48:42 +0800
commit690e029afe97b208941af173fce4b7d53741a6de (patch)
tree111f3749cb1d80b188b249bc2cf76c50ee172f0a /www
parent1333123e8abb5a3fe6968b480c2d9b8435ab4ebc (diff)
downloadfreebsd-ports-gnome-690e029afe97b208941af173fce4b7d53741a6de.tar.gz
freebsd-ports-gnome-690e029afe97b208941af173fce4b7d53741a6de.tar.zst
freebsd-ports-gnome-690e029afe97b208941af173fce4b7d53741a6de.zip
Unbreak by explicitly defining the DEFAULT_XFERLOG. Apparently, the
newer Apache versions don't define it.
Diffstat (limited to 'www')
-rw-r--r--www/neowebscript/Makefile2
-rw-r--r--www/neowebscript/files/Makefile.lib2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/neowebscript/Makefile b/www/neowebscript/Makefile
index 3fd765517103..44bdcbc24522 100644
--- a/www/neowebscript/Makefile
+++ b/www/neowebscript/Makefile
@@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR=nws
MAINTAINER= mi@aldan.algebra.com
COMMENT= Embeds a TCL8 interpreter in the Apache server
-BROKEN= "Does not compile"
-
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
LIB_DEPENDS= neo82:${PORTSDIR}/devel/tcl-neo
diff --git a/www/neowebscript/files/Makefile.lib b/www/neowebscript/files/Makefile.lib
index 4f57d17c79be..388c5da451e4 100644
--- a/www/neowebscript/files/Makefile.lib
+++ b/www/neowebscript/files/Makefile.lib
@@ -10,6 +10,8 @@ INCLUDES= -I${PREFIX}/include/apache \
CC!= ${PREFIX}/sbin/apxs -q CC
CFLAGS!= ${PREFIX}/sbin/apxs -q CFLAGS CFLAGS_SHLIB
CFLAGS+= ${INCLUDES} -DGDTCL
+CFLAGS+= -DDEFAULT_XFERLOG=\"/var/log/httpd-access.log\"
+
# Ridiculous!
#CFLAGS+= -Dneo_log_module=log_neo_module \
# -Dtcl_auth_module=auth_tcl_module