summaryrefslogtreecommitdiff
path: root/lang/onyx
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 /lang/onyx
parentFix building of sysutils/pftop on FreeBSD 12, where pcap-int.h has been (diff)
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 'lang/onyx')
-rw-r--r--lang/onyx/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile
index 824828068cc2..906ce8d330cd 100644
--- a/lang/onyx/Makefile
+++ b/lang/onyx/Makefile
@@ -15,6 +15,10 @@ LICENSE= BSD2CLAUSE
BUILD_DEPENDS= cook:devel/cook
LIB_DEPENDS= libpcre.so:devel/pcre
+BROKEN_armv6= fails to compile: building for onyx-5.1.2_6: error code 1
+BROKEN_mips= fails to compile: building for onyx-5.1.2_6: error code 1
+BROKEN_mips64= fails to compile: building for onyx-5.1.2_6: error code 1
+
USES= libedit shebangfix tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libedit-prefix=${LOCALBASE} \
@@ -25,8 +29,6 @@ SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS
PLIST_SUB= ONYX_VERSION=${PORTVERSION}
-BROKEN_ia64= Coredump during build on ia64
-
do-build:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook)