aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-26 11:18:26 +0800
committerkris <kris@FreeBSD.org>2004-09-26 11:18:26 +0800
commitf31a6d1c8e61229056ac3a5df15b24447d599f83 (patch)
tree8b214a9edfd18ea53313be79fd948bebdf57ed54 /www
parenta9033c01e4e1f6b3393c01998221d77797f279dd (diff)
downloadfreebsd-ports-gnome-f31a6d1c8e61229056ac3a5df15b24447d599f83.tar.gz
freebsd-ports-gnome-f31a6d1c8e61229056ac3a5df15b24447d599f83.tar.zst
freebsd-ports-gnome-f31a6d1c8e61229056ac3a5df15b24447d599f83.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'www')
-rw-r--r--www/swish++/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/swish++/Makefile b/www/swish++/Makefile
index e14b1574c727..1478cbf45134 100644
--- a/www/swish++/Makefile
+++ b/www/swish++/Makefile
@@ -29,6 +29,12 @@ MAN3= WWW.3
MAN4= swish++.conf.4 swish++.index.4
MAN8= searchd.8 searchmonitor.8
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e '/^#error/d' ${WRKSRC}/config.h
.for file in searchd searchmonitor
@@ -41,4 +47,4 @@ pre-install:
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/swish++.sh ${PREFIX}/etc/rc.d
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>