From owner-svn-ports-head@freebsd.org Fri Jun 29 07:31:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4CDE1033B35; Fri, 29 Jun 2018 07:31:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4493F7FE54; Fri, 29 Jun 2018 07:31:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 276EA1DE30; Fri, 29 Jun 2018 07:31:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5T7VPKL076131; Fri, 29 Jun 2018 07:31:25 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5T7VPVv076130; Fri, 29 Jun 2018 07:31:25 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806290731.w5T7VPVv076130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 29 Jun 2018 07:31:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473529 - head/lang/ponyc X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/lang/ponyc X-SVN-Commit-Revision: 473529 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jun 2018 07:31:25 -0000 Author: linimon Date: Fri Jun 29 07:31:24 2018 New Revision: 473529 URL: https://svnweb.freebsd.org/changeset/ports/473529 Log: Fix build on aarch64 and enable. PR: 229258 Reported by: maintainer Modified: head/lang/ponyc/Makefile Modified: head/lang/ponyc/Makefile ============================================================================== --- head/lang/ponyc/Makefile Fri Jun 29 07:10:18 2018 (r473528) +++ head/lang/ponyc/Makefile Fri Jun 29 07:31:24 2018 (r473529) @@ -10,7 +10,7 @@ COMMENT= Pony language compiler LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= Undefined reference to __atomic_compare_exchange_8 BROKEN_FreeBSD_10= Undefined reference to __atomic_compare_exchange @@ -32,7 +32,7 @@ GH_ACCOUNT= ponylang PORTDOCS= *.md -MAKE_ENV= prefix=${PREFIX} verbose=true +MAKE_ENV= prefix=${PREFIX} verbose=true ${"${ARCH}" == aarch64:?arch=armv8-a:} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pony/${DISTVERSION}/bin/ponyc