aboutsummaryrefslogtreecommitdiff
path: root/www/xshttpd-devel
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2007-02-09 16:11:33 +0000
committerJohan van Selst <johans@FreeBSD.org>2007-02-09 16:11:33 +0000
commit2c3b5507c4ec370e191ef0c59ffeccf7b304c8c2 (patch)
tree4b12b10d8caa123b4990dec426353e456abf847f /www/xshttpd-devel
parente7816e5b404a28d6ff848565aa56fb50e7cb13b1 (diff)
downloadports-2c3b5507c4ec370e191ef0c59ffeccf7b304c8c2.tar.gz
ports-2c3b5507c4ec370e191ef0c59ffeccf7b304c8c2.zip
Notes
Diffstat (limited to 'www/xshttpd-devel')
-rw-r--r--www/xshttpd-devel/Makefile9
-rw-r--r--www/xshttpd-devel/distinfo6
2 files changed, 11 insertions, 4 deletions
diff --git a/www/xshttpd-devel/Makefile b/www/xshttpd-devel/Makefile
index 7be7d947a4e0..d6302d45d83a 100644
--- a/www/xshttpd-devel/Makefile
+++ b/www/xshttpd-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xshttpd
-DISTVERSION= 3.4b23
+DISTVERSION= 3.4b25
CATEGORIES= www ipv6
MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \
ftp://mud.stack.nl/pub/xs-httpd/release/
@@ -33,6 +33,7 @@ OPTIONS= SSL "Enable https support" On \
LDAP "Enable ldap support" Off \
PCRE "Enable pcre rewriting support" Off \
CURL "Enable curl (proxy) support" Off \
+ M4_CONFIG "Enable m4 configuration preprocessor" Off \
PERSISTENT_PERL "Enable persistent perl interpreter" Off
PORTDOCS= README BUGS COPYING ChangeLog
@@ -59,6 +60,12 @@ CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
CONFIGURE_ARGS+=--without-ldap
.endif
+.if defined(WITH_M4_CONFIG)
+CONFIGURE_ARGS+=--with-preprocessor
+.else
+CONFIGURE_ARGS+=--without-preprocessor
+.endif
+
.if defined(WITH_PERSISTENT_PERL)
USE_PERL5= yes
CONFIGURE_ARGS+=--with-perl
diff --git a/www/xshttpd-devel/distinfo b/www/xshttpd-devel/distinfo
index deb8c42f3017..e1ad9cd8ede2 100644
--- a/www/xshttpd-devel/distinfo
+++ b/www/xshttpd-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (xshttpd-34b23.tar.bz2) = 6cdff9854384cf59196c33342c6cb0ff
-SHA256 (xshttpd-34b23.tar.bz2) = a2bbda8f160c96f3b8c414b377dd5a406b8d35fdaec16c4f5f2209fd0ffc692c
-SIZE (xshttpd-34b23.tar.bz2) = 200922
+MD5 (xshttpd-34b25.tar.bz2) = a526704a3f5ddd4fb3049f2fb0cff1ae
+SHA256 (xshttpd-34b25.tar.bz2) = 0b84abfb2268e3c2353aeec4928defa71f87a2891e7e43bd6293085a8381227e
+SIZE (xshttpd-34b25.tar.bz2) = 202361