Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2019 17:15:43 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500816 - in head: databases/tokyocabinet lang/gauche
Message-ID:  <201905041715.x44HFhD9025437@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905041715.x44HFhD9025437>