svn commit: r500816 - in head: databases/tokyocabinet lang/gauche
Mark Linimon
linimon at FreeBSD.org
Sat May 4 17:15:44 UTC 2019
Author: linimon
Date: Sat May 4 17:15:43 2019
New Revision: 500816
URL: https://svnweb.freebsd.org/changeset/ports/500816
Log:
These ports now build on armv7 (and, presumably, armv6).
Approved by: portmgr (tier-2 blanket)
Modified:
head/databases/tokyocabinet/Makefile
head/lang/gauche/Makefile
Modified: head/databases/tokyocabinet/Makefile
==============================================================================
--- head/databases/tokyocabinet/Makefile Sat May 4 17:04:39 2019 (r500815)
+++ head/databases/tokyocabinet/Makefile Sat May 4 17:15:43 2019 (r500816)
@@ -13,9 +13,6 @@ COMMENT= Modern implementation of DBM
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_armv6= dumps core: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file ilist_iterator.h
-BROKEN_armv7= fails to build: cc: error: unable to execute command: Abort trap (core dumped)
-
GNU_CONFIGURE= yes
USES= pathfix gmake
USE_LDCONFIG= yes
Modified: head/lang/gauche/Makefile
==============================================================================
--- head/lang/gauche/Makefile Sat May 4 17:04:39 2019 (r500815)
+++ head/lang/gauche/Makefile Sat May 4 17:15:43 2019 (r500816)
@@ -14,8 +14,6 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_aarch64= Fails to link: missing sbrk
-BROKEN_armv6= Fails to build: unknown attribute __alloc_size__; also fails in assembler
-BROKEN_armv7= Fails to build: unknown attribute __alloc_size__; also fails in assembler
BROKEN_mips= Fails to build: redefinition of GC_register_dynamic_libraries
BROKEN_mips64= Fails to build: redefinition of GC_register_dynamic_libraries
More information about the svn-ports-head
mailing list