diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-10 09:21:43 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-10 09:21:43 +0800 |
commit | 481fb4eee5966d4619bb8dad3297c08cdc0c699f (patch) | |
tree | faace7f54659f8be92fc299cccbae3f60aa49f6e /science | |
parent | edf8461905dbc1113db748072d093386e30c0a8d (diff) | |
download | freebsd-ports-gnome-481fb4eee5966d4619bb8dad3297c08cdc0c699f.tar.gz freebsd-ports-gnome-481fb4eee5966d4619bb8dad3297c08cdc0c699f.tar.zst freebsd-ports-gnome-481fb4eee5966d4619bb8dad3297c08cdc0c699f.zip |
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'science')
-rw-r--r-- | science/fastcap/Makefile | 2 | ||||
-rw-r--r-- | science/fasthenry/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/science/fastcap/Makefile b/science/fastcap/Makefile index dafcc53a1268..94c7cfda79bd 100644 --- a/science/fastcap/Makefile +++ b/science/fastcap/Makefile @@ -14,6 +14,8 @@ LICENSE_NAME= fastcap license LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= auto-accept +BROKEN_aarch64= Fails to link: missing sbrk + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config WRKSRC= ${WRKDIR}/fastcap-2.0wr diff --git a/science/fasthenry/Makefile b/science/fasthenry/Makefile index b9731a675438..95eae83f0f21 100644 --- a/science/fasthenry/Makefile +++ b/science/fasthenry/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://www.wrcad.com/ftp/pub/ LOCAL/bf MAINTAINER= ports@FreeBSD.org COMMENT= Multipole-accelerated inductance analysis program +BROKEN_aarch64= Fails to link: missing sbrk + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config WRKSRC= ${WRKDIR}/fasthenry-3.0wr |