summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 10:15:44 +0000
committerkris <kris@FreeBSD.org>2003-05-18 10:15:44 +0000
commit6d1e80877eed5d77a731ac7a8f5ac22e9ce19487 (patch)
tree87a860d286ec42be4dbf00e6d5d1a72bd7cbe8b7 /www
parente6337684a674e6c3f5a382f4ca7ec4fcfbd10a3f (diff)
downloadFreeBSD-ports-6d1e80877eed5d77a731ac7a8f5ac22e9ce19487.zip
FreeBSD-ports-6d1e80877eed5d77a731ac7a8f5ac22e9ce19487.tar.gz
BROKEN on 5.1: does not compile
Diffstat (limited to 'www')
-rw-r--r--www/mod_geoip/Makefile8
-rw-r--r--www/p5-Apache-Peek/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/www/mod_geoip/Makefile b/www/mod_geoip/Makefile
index 3c9d88b..50abbe5 100644
--- a/www/mod_geoip/Makefile
+++ b/www/mod_geoip/Makefile
@@ -19,6 +19,12 @@ BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
RUN_DEPENDS= ${APXS}:${APACHE_PORT}
LIB_DEPENDS= GeoIP.3:${PORTSDIR}/net/GeoIP
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
APXS?= ${LOCALBASE}/sbin/apxs
APACHE_PORT?= ${PORTSDIR}/www/apache13
@@ -38,4 +44,4 @@ do-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/www/p5-Apache-Peek/Makefile b/www/p5-Apache-Peek/Makefile
index fdc9395..e1f4cf3 100644
--- a/www/p5-Apache-Peek/Makefile
+++ b/www/p5-Apache-Peek/Makefile
@@ -18,9 +18,15 @@ COMMENT= A perl5 data debugging tool for the XS programmer
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/B/Graph.pm:${PORTSDIR}/devel/p5-B-Graph
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
PERL_CONFIGURE= YES
MAN3= Apache::Peek.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud