diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-02 03:24:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-02 03:24:00 +0800 |
commit | a6bef84e481b1eb09039107aaf3b73f07b7743b5 (patch) | |
tree | e590a1fe25ef8fd6c3924c68296537c795f3af31 /biology | |
parent | fa54b0591d877b49d3bd8fc7d1218980e4d979a5 (diff) | |
download | freebsd-ports-gnome-a6bef84e481b1eb09039107aaf3b73f07b7743b5.tar.gz freebsd-ports-gnome-a6bef84e481b1eb09039107aaf3b73f07b7743b5.tar.zst freebsd-ports-gnome-a6bef84e481b1eb09039107aaf3b73f07b7743b5.zip |
Provide error messages for some ports failing on aarch64, and, in a
few cases, other tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/crux/Makefile | 3 | ||||
-rw-r--r-- | biology/seqan-apps/Makefile | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/biology/crux/Makefile b/biology/crux/Makefile index 50dc846b8459..0e33f688b500 100644 --- a/biology/crux/Makefile +++ b/biology/crux/Makefile @@ -13,6 +13,9 @@ COMMENT= Software toolkit for phylogenetic inference LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi +BROKEN_aarch64= Fails to link: ImportError: /lib/libgcc_s.so.1: version GCC_4.5.0 required by /usr/local/lib/gcc5/libgfortran.so.3 not found +BROKEN_armv64= Fails to link: ImportError: /usr/local/lib/gcc49/libgfortran.so.3: Undefined symbol "__aeabi_ldivmod" + USES= fortran gmake python tar:bzip2 USE_CSTD= gnu99 GNU_CONFIGURE= yes diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile index 0191a80d8a5a..5b20f03f759e 100644 --- a/biology/seqan-apps/Makefile +++ b/biology/seqan-apps/Makefile @@ -26,7 +26,9 @@ CMAKE_ARGS= -DSEQAN_BUILD_SYSTEM="SEQAN_RELEASE_APPS" USE_GCC= yes +BROKEN_aarch64= fails to compile: Error: unknown mnemonic rep -- rep BROKEN_armv6= fails to link: undefined reference to _Unwind_GetIP@GCC_3.0 +BROKEN_powerpc64= fails to compile: Error: unrecognized opcode: rep .include <bsd.port.pre.mk> |