diff options
author | mat <mat@FreeBSD.org> | 2015-10-15 22:55:14 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-10-15 22:55:14 +0800 |
commit | abc87d0c357422181c7606b270d496816179270f (patch) | |
tree | d30bee8baf5be305289898828fb58299162e2f54 /net | |
parent | 94989b64a49d831e3af8a38f926ad94d0e2bcc11 (diff) | |
download | freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.gz freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.zst freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.zip |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
Diffstat (limited to 'net')
-rw-r--r-- | net/gnu-radius/Makefile | 4 | ||||
-rw-r--r-- | net/gnu-radius/files/patch-radwho_radwho.c (renamed from net/gnu-radius/files/extra-utmpx) | 0 | ||||
-rw-r--r-- | net/kamailio/Makefile | 7 | ||||
-rw-r--r-- | net/ntopng/Makefile | 6 |
4 files changed, 0 insertions, 17 deletions
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index 3743045d1ccd..0d53ab915f31 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -44,10 +44,6 @@ EXAMPLE_FILES= README ascend.rw c3620.rw cisco.rw comos.rw config.syntax \ .include <bsd.port.options.mk> -.if ${OSVERSION} >= 900007 -EXTRA_PATCHES= ${FILESDIR}/extra-utmpx -.endif - .if ${PORT_OPTIONS:MSNMP} CONFIGURE_ARGS+=--enable-snmp .endif diff --git a/net/gnu-radius/files/extra-utmpx b/net/gnu-radius/files/patch-radwho_radwho.c index 17848c511107..17848c511107 100644 --- a/net/gnu-radius/files/extra-utmpx +++ b/net/gnu-radius/files/patch-radwho_radwho.c diff --git a/net/kamailio/Makefile b/net/kamailio/Makefile index 287e5e16b1b8..eb09677c22bf 100644 --- a/net/kamailio/Makefile +++ b/net/kamailio/Makefile @@ -60,10 +60,6 @@ EXTRA_PATCHES+= ${.CURDIR}/files/extra-patch-atomic-amd64 EXTRA_PATCHES+= ${.CURDIR}/files/extra-patch-atomic-i386 .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 -BUILD_DEPENDS+= clang33:${PORTSDIR}/lang/clang33 -.endif - DEFAULT_GROUP_INCLUDE= standard standard-dep .if ${PORT_OPTIONS:MMYSQL} @@ -126,9 +122,6 @@ post-patch: ${REINPLACE_CMD} -e 's#install-doc install-man#install-man#' \ ${WRKSRC}/Makefile .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 - ${REINPLACE_CMD} -e 's/clang/clang33/g' ${WRKSRC}/Makefile.defs -.endif pre-build: cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} cfg diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile index cb1ffe87c118..12c463c9cb6f 100644 --- a/net/ntopng/Makefile +++ b/net/ntopng/Makefile @@ -36,12 +36,6 @@ NLS_USES= gettext USE_RC_SUBR= ntopng -.include <bsd.port.options.mk> - -.if ${OSVERSION} < 900000 -BROKEN= Does not build on 8.X due to *ENDIAN implementations -.endif - post-extract: @${FIND} ${WRKSRC} -name "*~" -delete @${RMDIR} ${WRKSRC}/httpdocs/ssl |