summaryrefslogtreecommitdiff
path: root/www/webredirect
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-02 19:01:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-02 19:01:04 +0000
commit9a0d0575be112a06e86c667ac754258a70d16b96 (patch)
treec577f033f5d2fdd41cbf57ae6e68e21315e1bfa6 /www/webredirect
parentResync the patch with CWS unomacli64 (no functional change). (diff)
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
Notes
Notes: svn path=/head/; revision=194710
Diffstat (limited to 'www/webredirect')
-rw-r--r--www/webredirect/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/webredirect/Makefile b/www/webredirect/Makefile
index f842b420b428..c057e6d27d91 100644
--- a/www/webredirect/Makefile
+++ b/www/webredirect/Makefile
@@ -20,6 +20,12 @@ MAN1= webredirect.1
PLIST_FILES= bin/webredirect
USE_RC_SUBR= webredirect.sh
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
pre-build:
@${TOUCH} ${WRKSRC}/incu/depend.mk
@${TOUCH} ${WRKSRC}/depend.mk
@@ -28,4 +34,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/webredirect ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/webredirect.1 ${PREFIX}/man/man1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>