aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_log_sql2-dtc
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>2007-04-09 12:52:15 +0800
committerscrappy <scrappy@FreeBSD.org>2007-04-09 12:52:15 +0800
commit5163984424956f8a27846fc2a931d2e65e650262 (patch)
treec770e71b77ab2a5c17e19c6007af4ac8a6334129 /www/mod_log_sql2-dtc
parentdac291771878d3f91247ccb07988d355adc179ea (diff)
downloadfreebsd-ports-graphics-5163984424956f8a27846fc2a931d2e65e650262.tar.gz
freebsd-ports-graphics-5163984424956f8a27846fc2a931d2e65e650262.tar.zst
freebsd-ports-graphics-5163984424956f8a27846fc2a931d2e65e650262.zip
Ensure that this builds with Apache 2.2.x ...
Diffstat (limited to 'www/mod_log_sql2-dtc')
-rw-r--r--www/mod_log_sql2-dtc/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/www/mod_log_sql2-dtc/Makefile b/www/mod_log_sql2-dtc/Makefile
index 50a1c082277..01366e96713 100644
--- a/www/mod_log_sql2-dtc/Makefile
+++ b/www/mod_log_sql2-dtc/Makefile
@@ -6,7 +6,7 @@
PORTNAME= mod_log_sql
PORTVERSION= 1.100
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www databases
MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/
PKGNAMESUFFIX= -dtc
@@ -18,6 +18,7 @@ LATEST_LINK= mod_log_sql2
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
+USE_APACHE= 22+
CONFIGURE_ARGS+= --with-apxs=${APXS}
SSL_PLIST= ""
PLIST_SUB+= SSL=${SSL_PLIST}
@@ -30,17 +31,5 @@ CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql"
CONFIGURE_ARGS+= --with-dbi=${LOCALBASE}
LIB_DEPENDS+= dbi.0:${PORTSDIR}/databases/libdbi
.endif
-.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
-. if ${AP_VER} == 13
-WITHOUT_SSL= YES
-. endif
-.if defined(WITHOUT_SSL)
-CONFIGURE_ARGS+= --disable-ssl
-SSL_PLIST= "@comment "
-.else
-.if !exists(${LOCALBASE}/include/apache2/mod_ssl.h)
-BROKEN= Please recompile apache2 with SSL support
-.endif
-.endif
.include <bsd.port.post.mk>