aboutsummaryrefslogtreecommitdiff
path: root/games/netradiant
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-26 20:02:44 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-26 20:02:44 +0000
commitc095cd43d09bd4be60b99b561b39e7866aa8ab0f (patch)
tree0cde4b8b45b7e4393f92305c47df693c2ef646bd /games/netradiant
parentd63a4cfa1b0415955ee62a38577f5e43886852d0 (diff)
downloadports-c095cd43d09bd4be60b99b561b39e7866aa8ab0f.tar.gz
ports-c095cd43d09bd4be60b99b561b39e7866aa8ab0f.zip
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=441814
Diffstat (limited to 'games/netradiant')
-rw-r--r--games/netradiant/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/netradiant/Makefile b/games/netradiant/Makefile
index adb368a360d2..03f9d40ad665 100644
--- a/games/netradiant/Makefile
+++ b/games/netradiant/Makefile
@@ -19,6 +19,9 @@ LICENSE= GPLv2
LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \
libwebp.so:graphics/webp
+BROKEN_aarch64= fails to link: ldd: install/modules/archivepak.so: not a FreeBSD ELF shared object
+BROKEN_armv6= fails to build: h2data.armv6: No such file or directory
+
USES= gmake jpeg pkgconfig tar:bzip2
USE_GL= gl
USE_GNOME= gtk20 libxml2
@@ -32,9 +35,6 @@ SUB_FILES= ${PORTNAME}
SUB_LIST= ARCH=${ARCH}
PLIST_SUB:= ${SUB_LIST}
-BROKEN_aarch64= Fails to link: ldd: install/modules/archivepak.so: not a FreeBSD ELF shared object
-BROKEN_armv6= Fails to build: h2data.armv6: No such file or directory
-
post-patch:
# Add missing checks for __FreeBSD__
@${FIND} ${WRKSRC}/tools -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} \