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 /databases/virtuoso | |
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 'databases/virtuoso')
-rw-r--r-- | databases/virtuoso/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile index 45c5f0f2302b..5762e3f18f1c 100644 --- a/databases/virtuoso/Makefile +++ b/databases/virtuoso/Makefile @@ -14,21 +14,22 @@ COMMENT= Universal SQL/Application Server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= gawk:lang/gawk\ htmldoc:textproc/htmldoc\ flex>2.5.4:textproc/flex\ gperf>=3.0.3:devel/gperf LIB_DEPENDS= libxml2.so:textproc/libxml2 -USES= execinfo gmake libtool readline uidfix -USE_AUTOTOOLS= autoheader aclocal -USE_OPENSSL= yes +BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_powerpc64= Does not build NOT_FOR_ARCHS= arm armv6 i386 mips powerpc NOT_FOR_ARCHS_REASON= can only be built on 64bit platforms +USES= execinfo gmake libtool readline uidfix +USE_AUTOTOOLS= autoheader aclocal +USE_OPENSSL= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-readline\ --without-internal-zlib\ |