From e7da07659a82db877c61fa7a8362f5562aa6e3b2 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 12 Oct 2011 21:51:17 +0000 Subject: - Mark BROKEN on FreeBSD 9.X: does not compile radns.c:164: error: redefinition of 'struct nd_opt_rdnss' radns.c:177: error: redefinition of 'struct nd_opt_dnssl' Reported by: pointyhat --- dns/radns/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dns/radns/Makefile b/dns/radns/Makefile index ddeea50fb883..f7f1ae96f113 100644 --- a/dns/radns/Makefile +++ b/dns/radns/Makefile @@ -28,6 +28,12 @@ MAN8= radns.8 PORTDOCS= LICENSE README README.FreeBSD NEWS +.include + +.if ${OSVERSION} >= 900000 +BROKEN= does not compile on FreeBSD 9.X +.endif + post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}" @@ -40,4 +46,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include +.include -- cgit