Date: Sun, 10 Nov 2019 05:40:54 +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: r517176 - in head/devel: sope3 sope4 Message-ID: <201911100540.xAA5escQ025635@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Nov 10 05:40:54 2019 New Revision: 517176 URL: https://svnweb.freebsd.org/changeset/ports/517176 Log: These ports fail to build on powerpc64 the same way that sope2 does. Approved by: portmgr (tier-2 blanket) Modified: head/devel/sope3/Makefile head/devel/sope4/Makefile Modified: head/devel/sope3/Makefile ============================================================================== --- head/devel/sope3/Makefile Sun Nov 10 05:33:45 2019 (r517175) +++ head/devel/sope3/Makefile Sun Nov 10 05:40:54 2019 (r517176) @@ -13,6 +13,8 @@ COMMENT= Extensive set of GNUstep web application fra LICENSE= LGPL20 +BROKEN_powerpc64= fails to build: bundle.make:301: STXSaxDriver.sax/Resources/Info-gnustep.plist] Illegal instruction (core dumped) + LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libmemcached.so:databases/libmemcached Modified: head/devel/sope4/Makefile ============================================================================== --- head/devel/sope4/Makefile Sun Nov 10 05:33:45 2019 (r517175) +++ head/devel/sope4/Makefile Sun Nov 10 05:40:54 2019 (r517176) @@ -11,6 +11,8 @@ COMMENT= Extensive set of GNUstep web application fra LICENSE= LGPL20 +BROKEN_powerpc64= fails to build: bundle.make:301: STXSaxDriver.sax/Resources/Info-gnustep.plist] Illegal instruction (core dumped) + LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libmemcached.so:databases/libmemcached
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911100540.xAA5escQ025635>