diff options
author | linimon <linimon@FreeBSD.org> | 2017-06-25 02:36:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-06-25 02:36:19 +0800 |
commit | 4a57ac69fea5a632ba05564b82f7879035f769a9 (patch) | |
tree | 8fe3117b2fd0cdeab6a39f3560d090ae4d5047d6 /net | |
parent | ff035a814ecb89f4628cc64bfb51591c25f832b7 (diff) | |
download | freebsd-ports-gnome-4a57ac69fea5a632ba05564b82f7879035f769a9.tar.gz freebsd-ports-gnome-4a57ac69fea5a632ba05564b82f7879035f769a9.tar.zst freebsd-ports-gnome-4a57ac69fea5a632ba05564b82f7879035f769a9.zip |
Sort NOT_FOR_ARCHS. While here, clean up some BROKEN usages.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/userfw/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/userfw/Makefile b/net/userfw/Makefile index d3129ad9123f..8a607fc87d49 100644 --- a/net/userfw/Makefile +++ b/net/userfw/Makefile @@ -15,24 +15,21 @@ COMMENT= Modular packet filter LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +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+ SSP_UNSAFE= kernel module does not support ssp USES= cmake:outsource kmod tar:xz uidfix USE_LDCONFIG= yes -BROKEN_powerpc= does not compile - .include <bsd.port.pre.mk> .if !exists(${SRC_BASE}/sys/sys/module.h) IGNORE= requires kernel source files .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1100000 -BROKEN= does not build on FreeBSD 11+ -.endif - CMAKE_ARGS+= -DDOMAIN_STUB:BOOL=OFF CMAKE_ARGS+= -DOPCODE_VERIFICATION:BOOL=OFF CMAKE_ARGS+= -DKMODDIR="${KMODDIR}" |