From owner-svn-ports-all@freebsd.org Tue Jun 26 03:18:31 2018 Return-Path: Delivered-To: svn-ports-all@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 F2246100655F; Tue, 26 Jun 2018 03:18:30 +0000 (UTC) (envelope-from danilo@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 A10BF7B268; Tue, 26 Jun 2018 03:18:30 +0000 (UTC) (envelope-from danilo@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 80B03691A; Tue, 26 Jun 2018 03:18:30 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5Q3IUYu013838; Tue, 26 Jun 2018 03:18:30 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5Q3IUoD013837; Tue, 26 Jun 2018 03:18:30 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201806260318.w5Q3IUoD013837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 26 Jun 2018 03:18:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473369 - head/devel/hwloc X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/devel/hwloc X-SVN-Commit-Revision: 473369 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jun 2018 03:18:31 -0000 Author: danilo Date: Tue Jun 26 03:18:29 2018 New Revision: 473369 URL: https://svnweb.freebsd.org/changeset/ports/473369 Log: - Add aarch64 to the ONLY_FOR_ARCHS list. This port builds fine on aarch64. Modified: head/devel/hwloc/Makefile Modified: head/devel/hwloc/Makefile ============================================================================== --- head/devel/hwloc/Makefile Tue Jun 26 03:15:18 2018 (r473368) +++ head/devel/hwloc/Makefile Tue Jun 26 03:18:29 2018 (r473369) @@ -28,7 +28,7 @@ USE_GNOME= libxml2 PORTDOCS= * -ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 +ONLY_FOR_ARCHS= amd64 aarch64 armv6 armv7 i386 ONLY_FOR_ARCHS_REASON= has not been ported to this architecture OPTIONS_DEFINE= CAIRO DOCS