Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 12:18:49 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555200 - in head/devel: sope2 sope4
Message-ID:  <202011151218.0AFCInla087008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Sun Nov 15 12:18:49 2020
New Revision: 555200
URL: https://svnweb.freebsd.org/changeset/ports/555200

Log:
  Mark these ports broken on aarch64
  
  Reported by:	linimon
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/sope2/Makefile
  head/devel/sope4/Makefile

Modified: head/devel/sope2/Makefile
==============================================================================
--- head/devel/sope2/Makefile	Sun Nov 15 12:17:55 2020	(r555199)
+++ head/devel/sope2/Makefile	Sun Nov 15 12:18:49 2020	(r555200)
@@ -13,6 +13,7 @@ COMMENT=		Extensive set of GNUstep web application fra
 
 LICENSE=		LGPL20
 
+BROKEN_aarch64=		fails to build: bundle.make:301: STXSaxDriver.sax/Resources/Info-gnustep.plist] Abort trap (core dumped)
 BROKEN_powerpc64=	fails to build: bundle.make:301: STXSaxDriver.sax/Resources/Info-gnustep.plist] Illegal instruction (core dumped)
 
 LIB_DEPENDS=		libxml2.so:textproc/libxml2 \

Modified: head/devel/sope4/Makefile
==============================================================================
--- head/devel/sope4/Makefile	Sun Nov 15 12:17:55 2020	(r555199)
+++ head/devel/sope4/Makefile	Sun Nov 15 12:18:49 2020	(r555200)
@@ -11,6 +11,7 @@ COMMENT=		Extensive set of GNUstep web application fra
 
 LICENSE=		LGPL20
 
+BROKEN_aarch64=		fails to build: bundle.make:301: STXSaxDriver.sax/Resources/Info-gnustep.plist] Abort trap (core dumped)
 BROKEN_powerpc64=	fails to build: bundle.make:301: STXSaxDriver.sax/Resources/Info-gnustep.plist] Illegal instruction (core dumped)
 
 LIB_DEPENDS=		libxml2.so:textproc/libxml2 \



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