mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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:
parent
bae74fd711
commit
e7da07659a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283441
1 changed files with 7 additions and 1 deletions
|
@ -28,6 +28,12 @@ MAN8= radns.8
|
|||
|
||||
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:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}"
|
||||
|
@ -40,4 +46,4 @@ post-install:
|
|||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue