svn commit: r555200 - in head/devel: sope2 sope4

Mikael Urankar mikael at FreeBSD.org
Sun Nov 15 12:18:50 UTC 2020


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 \


More information about the svn-ports-all mailing list