svn commit: r498482 - head/lang/rubinius
Mark Linimon
linimon at FreeBSD.org
Tue Apr 9 17:24:59 UTC 2019
Author: linimon
Date: Tue Apr 9 17:24:58 2019
New Revision: 498482
URL: https://svnweb.freebsd.org/changeset/ports/498482
Log:
Remove useless sparc64 stanza (port is marked ONLY_FOR_ARCHS x86.)
While here, pacify portlint by moving the ONLY_FOR.
Approved by: portmgr (tier-2 blanket)
Modified:
head/lang/rubinius/Makefile
Modified: head/lang/rubinius/Makefile
==============================================================================
--- head/lang/rubinius/Makefile Tue Apr 9 17:04:55 2019 (r498481)
+++ head/lang/rubinius/Makefile Tue Apr 9 17:24:58 2019 (r498482)
@@ -15,6 +15,8 @@ COMMENT= LLVM based ruby language implementation
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
+ONLY_FOR_ARCHS= amd64
+
BUILD_DEPENDS= ${LOCALBASE}/bin/bundle:sysutils/rubygem-bundler \
${LOCALBASE}/bin/bison:devel/bison \
${LLVM_CONFIG_PATH}:devel/llvm${LLVM_DEFAULT}
@@ -37,8 +39,6 @@ CONFIGURE_ARGS= -P "${PREFIX}" \
--stagingdir "${STAGEDIR}${PREFIX}" --with-execinfo \
--system-name ${OPSYS}
-ONLY_FOR_ARCHS= amd64
-
USES= gmake perl5 readline tar:bzip2 libedit ssl
USE_LOCALE= en_US.UTF-8
USE_RUBY= yes
@@ -74,9 +74,7 @@ BROKEN_FreeBSD_12= checking for OpenSSL_add_all_digest
BROKEN_FreeBSD_13= checking for OpenSSL_add_all_digests() in -lcrypto... no
.endif
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64
-.elif ${ARCH} == "amd64"
+.if ${ARCH} == "amd64"
F_ARCH= x86_64
.elif ${ARCH} == "i386"
F_ARCH= x86
More information about the svn-ports-all
mailing list