diff options
author | linimon <linimon@FreeBSD.org> | 2019-03-14 20:43:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-03-14 20:43:29 +0800 |
commit | a4317a97e89cc5ebcae259c6003106ec1742ebc9 (patch) | |
tree | 85c695e4958de34024970741e94954a3c658c4b1 /lang/smalltalk | |
parent | 625601d77baf51416964308675eabf1085da9242 (diff) | |
download | freebsd-ports-gnome-a4317a97e89cc5ebcae259c6003106ec1742ebc9.tar.gz freebsd-ports-gnome-a4317a97e89cc5ebcae259c6003106ec1742ebc9.tar.zst freebsd-ports-gnome-a4317a97e89cc5ebcae259c6003106ec1742ebc9.zip |
Mark as broken on powerpc64.
While here, adjust other BROKEN lines to pacify portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 20345cb3d2c2..204cc1819dfb 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -10,6 +10,10 @@ MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= GNU Smalltalk +BROKEN_aarch64= Fails to link: undefined reference to sbrk +BROKEN_powerpc64= Fails to build: gst-package: did not understand #~ +BROKEN_sparc64= Fails to install + BUILD_DEPENDS= zip:archivers/zip \ gawk:lang/gawk LIB_DEPENDS= libgdbm.so:databases/gdbm \ @@ -44,9 +48,6 @@ PORTDATA= * INFO= gst gst-base gst-libs -BROKEN_aarch64= Fails to link: undefined reference to sbrk -BROKEN_sparc64= Fails to install on sparc64 - post-patch: @${REINPLACE_CMD} -e 's/ia64-\*-\* /&|amd64-*-* /' \ ${WRKSRC}/configure |