mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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]
This commit is contained in:
parent
188a60eb7e
commit
641da8af54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68672
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mod_dtcl-0.11.5.tar.gz) = 2761fa569d6f0b48331968d8aba494aa
|
||||
MD5 (mod_dtcl-0.12.0.tar.gz) = 960bb4a57412e60425b99889e13712e2
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user