aboutsummaryrefslogtreecommitdiffstats
path: root/devel/php-dbg
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-03 04:57:09 +0800
committerpav <pav@FreeBSD.org>2007-07-03 04:57:09 +0800
commit85c799d8701e0bc4ca26be8c2fba8096f6feda6b (patch)
treec9aa430c565459495014370491d1b544a10e5779 /devel/php-dbg
parentb965e39a1e321b9869084070dc462eaa0d2ddd56 (diff)
downloadfreebsd-ports-graphics-85c799d8701e0bc4ca26be8c2fba8096f6feda6b.tar.gz
freebsd-ports-graphics-85c799d8701e0bc4ca26be8c2fba8096f6feda6b.tar.zst
freebsd-ports-graphics-85c799d8701e0bc4ca26be8c2fba8096f6feda6b.zip
- Mark BROKEN on CURRENT
Requested by: maintainer
Diffstat (limited to 'devel/php-dbg')
-rw-r--r--devel/php-dbg/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/php-dbg/Makefile b/devel/php-dbg/Makefile
index d39a00395fd..f418dcec12f 100644
--- a/devel/php-dbg/Makefile
+++ b/devel/php-dbg/Makefile
@@ -24,6 +24,12 @@ CONFIGURE_ARGS= --enable-dbg=shared --with-dbg-profiler
#CONFIGURE_ENV= with_dbg_trace=1
PKGMESSAGE= ${WRKDIR}/pkg-message
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
post-build:
@${SED} "s|%%PREFIX%%|${PREFIX}|g;s|%%PHP_EXT_DIR%%|${PHP_EXT_DIR}|g" \
${.CURDIR}/pkg-message > ${PKGMESSAGE}
@@ -36,4 +42,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>