diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-11-15 12:18:49 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-11-15 12:18:49 +0000 |
commit | 1d30e766c18b80ddc2eb6770b41fffa4d95901f1 (patch) | |
tree | 07adc60daf2554e6ef212743c9189560326d6eee | |
parent | textproc/py-sphinx: Update to 3.3.0 (diff) |
Mark these ports broken on aarch64
Reported by: linimon
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=555200
-rw-r--r-- | devel/sope2/Makefile | 1 | ||||
-rw-r--r-- | devel/sope4/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/sope2/Makefile b/devel/sope2/Makefile index 675b6129e2c3..40500fa36d80 100644 --- a/devel/sope2/Makefile +++ b/devel/sope2/Makefile @@ -13,6 +13,7 @@ COMMENT= Extensive set of GNUstep web application frameworks 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 \ diff --git a/devel/sope4/Makefile b/devel/sope4/Makefile index d6fa2ab3a1ec..10c327aaa0df 100644 --- a/devel/sope4/Makefile +++ b/devel/sope4/Makefile @@ -11,6 +11,7 @@ COMMENT= Extensive set of GNUstep web application frameworks 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 \ |