diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-25 20:23:57 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-25 20:23:57 +0000 |
commit | d97c4d4c85b3073b4ac0685b03428949ff242fdd (patch) | |
tree | a12f685631d044ceb8713412cce7048d1b7aa7bf /net | |
parent | dns/dns_balance: unbreak, submitter becomes MAINTAINER (diff) |
Remove BROKEN_FreeBSD_8 from all remaining ports.
FreeBSD 8 is no longer supported.
Notes
Notes:
svn path=/head/; revision=407239
Diffstat (limited to 'net')
-rw-r--r-- | net/openvswitch/Makefile | 1 | ||||
-rw-r--r-- | net/siproxd/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index ab13387092ba..61a71a8f0dfd 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -12,7 +12,6 @@ COMMENT= Production quality, multilayer virtual switch LICENSE= APACHE20 -BROKEN_FreeBSD_8= does not build on FreeBSD < 10.x BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x USES= cpe gmake libtool perl5 pkgconfig python shebangfix diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index bd0c0fec76a5..812f2d2a9dab 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -25,8 +25,6 @@ PORTDOCS2= FAQ KNOWN_BUGS RFC3261_compliance.txt \ sample_cfg_budgetone.txt sample_cfg_x-lite.txt PORTDOCS= ${PORTDOCS1} ${PORTDOCS2} -BROKEN_FreeBSD_8= Problem with libosip2 during configure - post-extract: .for docs in ${PORTDOCS2} ${CP} ${WRKSRC}/doc/${docs} ${WRKSRC} |