diff options
author | antoine <antoine@FreeBSD.org> | 2018-09-16 19:44:37 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-09-16 19:44:37 +0800 |
commit | 05d61ad3e2bbe4780c735b26739bc4574294239e (patch) | |
tree | d1313421fb7c77706e1bf32ba64b613bc681632d /net | |
parent | a23e4f9b433e230c2b940e20c7293ba8c96c1ec1 (diff) | |
download | freebsd-ports-gnome-05d61ad3e2bbe4780c735b26739bc4574294239e.tar.gz freebsd-ports-gnome-05d61ad3e2bbe4780c735b26739bc4574294239e.tar.zst freebsd-ports-gnome-05d61ad3e2bbe4780c735b26739bc4574294239e.zip |
Deprecate ports that do not build on FreeBSD 11+
Diffstat (limited to 'net')
-rw-r--r-- | net/pmf/Makefile | 2 | ||||
-rw-r--r-- | net/stf-6rd-kmod/Makefile | 3 | ||||
-rw-r--r-- | net/userfw/Makefile | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/net/pmf/Makefile b/net/pmf/Makefile index 7ea3da052fe7..1c490bd1ce13 100644 --- a/net/pmf/Makefile +++ b/net/pmf/Makefile @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Padrone's Mud Frontend BROKEN_powerpc64= fails to link: ld: cannot find -lreadline +DEPRECATED= Does not build on FreeBSD 11+ +EXPIRATION_DATE= 2018-10-31 WRKSRC= ${WRKDIR}/pmfdir BUILD_WRKSRC= ${WRKDIR}/pmfdir/src diff --git a/net/stf-6rd-kmod/Makefile b/net/stf-6rd-kmod/Makefile index 8a02d04e6466..a432b54ec496 100644 --- a/net/stf-6rd-kmod/Makefile +++ b/net/stf-6rd-kmod/Makefile @@ -10,6 +10,9 @@ DISTNAME= freebsd-stf-${OSREL}-${PORTVERSION} MAINTAINER= kuriyama@FreeBSD.org COMMENT= 6rd patched stf(4) kernel modules port for 8.4+ +DEPRECATED= Does not build on FreeBSD 11+ +EXPIRATION_DATE= 2018-10-31 + ONLY_FOR_ARCHS= amd64 i386 WRKSRC= ${WRKDIR} diff --git a/net/userfw/Makefile b/net/userfw/Makefile index 725cc975c469..0ada6ac33711 100644 --- a/net/userfw/Makefile +++ b/net/userfw/Makefile @@ -19,6 +19,8 @@ BROKEN_powerpc= fails to compile BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative BROKEN_FreeBSD_11= fails to build on FreeBSD 11+ BROKEN_FreeBSD_12= fails to build on FreeBSD 11+ +DEPRECATED= Does not build on FreeBSD 11+ +EXPIRATION_DATE= 2018-10-31 SSP_UNSAFE= kernel module does not support ssp USES= cmake:outsource kmod tar:xz uidfix |