svn commit: r495698 - head/lang/smalltalk
Mark Linimon
linimon at FreeBSD.org
Thu Mar 14 12:43:30 UTC 2019
Author: linimon
Date: Thu Mar 14 12:43:29 2019
New Revision: 495698
URL: https://svnweb.freebsd.org/changeset/ports/495698
Log:
Mark as broken on powerpc64.
While here, adjust other BROKEN lines to pacify portlint.
Approved by: portmgr (tier-2 blanket)
Modified:
head/lang/smalltalk/Makefile
Modified: head/lang/smalltalk/Makefile
==============================================================================
--- head/lang/smalltalk/Makefile Thu Mar 14 10:52:49 2019 (r495697)
+++ head/lang/smalltalk/Makefile Thu Mar 14 12:43:29 2019 (r495698)
@@ -10,6 +10,10 @@ MASTER_SITES= GNU
MAINTAINER= johans at 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 \
@@ -43,9 +47,6 @@ PLIST_SUB= VERSION="${PORTVERSION}"
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-*-* /' \
More information about the svn-ports-all
mailing list