- 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
This commit is contained in:
Pav Lucistnik 2011-10-12 21:51:17 +00:00
parent bae74fd711
commit e7da07659a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283441

View file

@ -28,6 +28,12 @@ MAN8= radns.8
PORTDOCS= LICENSE README README.FreeBSD NEWS PORTDOCS= LICENSE README README.FreeBSD NEWS
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not compile on FreeBSD 9.X
.endif
post-install: post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}" @${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}"
@ -40,4 +46,4 @@ post-install:
.endif .endif
@${CAT} ${PKGMESSAGE} @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk> .include <bsd.port.post.mk>