summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-10-23 16:11:15 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-10-23 16:11:15 +0000
commit641da8af5457eb98461daed740e8c7192159b51a (patch)
tree0ece328c702676122e678842d6bf57018c299413 /www
parentDrop a line which contain ^G in gv.man. (diff)
Upgrade to the 0.12.0 [1]. Unbreak by not defining LDFLAGS as LDADD [2].
Why was I doing it before I don't remember... PR: 44156 [1] Submitted by: Liu Kang [1] Hinted by: bde [2]
Notes
Notes: svn path=/head/; revision=68672
Diffstat (limited to 'www')
-rw-r--r--www/mod_dtcl/Makefile4
-rw-r--r--www/mod_dtcl/distinfo2
-rw-r--r--www/mod_dtcl/files/Makefile.bsd1
3 files changed, 2 insertions, 5 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile
index 2d5ebe059e5b..2f6962749d23 100644
--- a/www/mod_dtcl/Makefile
+++ b/www/mod_dtcl/Makefile
@@ -6,14 +6,12 @@
#
PORTNAME= mod_dtcl
-PORTVERSION= 0.11.5
+PORTVERSION= 0.12.0
CATEGORIES= www tcl83
MASTER_SITES= http://tcl.apache.org/mod_dtcl/download/
MAINTAINER= mi@aldan.algebra.com
-BROKEN= "Does not compile"
-
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83
diff --git a/www/mod_dtcl/distinfo b/www/mod_dtcl/distinfo
index 46a5bb44dc3a..2d3e2ff2a85a 100644
--- a/www/mod_dtcl/distinfo
+++ b/www/mod_dtcl/distinfo
@@ -1 +1 @@
-MD5 (mod_dtcl-0.11.5.tar.gz) = 2761fa569d6f0b48331968d8aba494aa
+MD5 (mod_dtcl-0.12.0.tar.gz) = 960bb4a57412e60425b99889e13712e2
diff --git a/www/mod_dtcl/files/Makefile.bsd b/www/mod_dtcl/files/Makefile.bsd
index 499162efa819..490cfbb885d1 100644
--- a/www/mod_dtcl/files/Makefile.bsd
+++ b/www/mod_dtcl/files/Makefile.bsd
@@ -14,7 +14,6 @@ CFLAGS+= ${INCLUDES} -DDTCL_VERSION="\"${DTCL_VERSION}\""
SHLIB_NAME= libmod_dtcl.so.1
LDADD= -L${PREFIX}/lib -ltcl${TCL_NDVER} -lm
-LDFLAGS=${LDADD}
SRCS= mod_dtcl.c
SRCS+= apache_cookie.c apache_multipart_buffer.c apache_request.c \