diff options
author | pav <pav@FreeBSD.org> | 2007-07-03 03:01:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-03 03:01:04 +0800 |
commit | 8eba96b36ad4230e29c29044a42608050210a1f7 (patch) | |
tree | 1ded10deafb806a07b1bf673070f413ce7ec1884 /net/plb | |
parent | 487e44169b5eab1086657b11b255d372dbb4abee (diff) | |
download | freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.gz freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.zst freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.zip |
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
Diffstat (limited to 'net/plb')
-rw-r--r-- | net/plb/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/plb/Makefile b/net/plb/Makefile index 1b1531d0e290..beb9f34643f3 100644 --- a/net/plb/Makefile +++ b/net/plb/Makefile @@ -22,6 +22,12 @@ CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc MAN8= plb.8 DOCS= AUTHORS CONTACT COPYING NEWS README THANKS TODO +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-extract: @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/plb.sh.sample \ > ${WRKSRC}/plb.sh.sample @@ -38,4 +44,4 @@ post-install: @${ECHO_CMD} "to adapt it to your needs, and save it as ${PREFIX}/etc/plb.conf.sample." @${ECHO_CMD} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |