diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-22 06:11:55 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-22 06:11:55 +0800 |
commit | 63f6a9abb668e48355cc30db1e2859989403b63c (patch) | |
tree | c693f646248254bcf56a978f438766851b53c2b0 /net/tac_plus-libradius | |
parent | f77a04e95da11cb95cecd5163e1b430f10ec316e (diff) | |
download | freebsd-ports-gnome-63f6a9abb668e48355cc30db1e2859989403b63c.tar.gz freebsd-ports-gnome-63f6a9abb668e48355cc30db1e2859989403b63c.tar.zst freebsd-ports-gnome-63f6a9abb668e48355cc30db1e2859989403b63c.zip |
Mark as broken on 5.x due to the gcc3.3 import, in this case, the
stricter handling of string continuation across multiple lines.
Informed maintainer.
Diffstat (limited to 'net/tac_plus-libradius')
-rw-r--r-- | net/tac_plus-libradius/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/tac_plus-libradius/Makefile b/net/tac_plus-libradius/Makefile index abc7baaa9940..a08f5cfa2e27 100644 --- a/net/tac_plus-libradius/Makefile +++ b/net/tac_plus-libradius/Makefile @@ -21,6 +21,12 @@ WRKSRC= ${WRKDIR}/${WRKPREFIX}/ ALL_TARGET= tac_plus MAN1= tac_plus.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tac_plus ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/tac_plus.1 ${PREFIX}/man/man1/tac_plus.1 @@ -32,4 +38,4 @@ do-install: ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/tac_plus.sh ${PREFIX}/etc/rc.d/tac_plus.sh.sample; \ fi -.include <bsd.port.mk> +.include <bsd.port.post.mk> |