diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-11 17:31:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-11 17:31:02 +0800 |
commit | 5cdb4ed927a22bd39a18f14a725336de16d127b4 (patch) | |
tree | 91d514cf507510211678e68439b84f7aec070056 /science | |
parent | 95d19776f05f9440c1026c6139c40ffd9f1bac5a (diff) | |
download | freebsd-ports-gnome-5cdb4ed927a22bd39a18f14a725336de16d127b4.tar.gz freebsd-ports-gnome-5cdb4ed927a22bd39a18f14a725336de16d127b4.tar.zst freebsd-ports-gnome-5cdb4ed927a22bd39a18f14a725336de16d127b4.zip |
Mark various leaf ports broken on aarch64, and, where appropriate, other
tier-2 archs.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'science')
-rw-r--r-- | science/gchemutils/Makefile | 2 | ||||
-rw-r--r-- | science/simlib/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index a6508b33f752..6e0e39a339b7 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:science/bodr \ PORTSCOUT= limitw:1,even +BROKEN_aarch64= Fails to compile: error: call to abs is ambiguous + USE_XORG= x11 USE_GNOME= gnomedocutils gtk30 intlhack libgsf libxml2 USES= desktop-file-utils gettext gmake libtool:keepla pathfix \ diff --git a/science/simlib/Makefile b/science/simlib/Makefile index 7b8dbf81663c..4d127f663ab2 100644 --- a/science/simlib/Makefile +++ b/science/simlib/Makefile @@ -11,15 +11,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-20111030 MAINTAINER= ports@FreeBSD.org COMMENT= SIMulation LIBrary for C++ programming language -BROKEN_powerpc64= Does not build - USES= gmake USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} CXXFLAGS+= -fPIC -NOT_FOR_ARCHS= ia64 powerpc sparc64 +NOT_FOR_ARCHS= armv64 aarch64 mips mips64 powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= contains not working ${ARCH}-dependent assembly code post-patch: |