From owner-svn-ports-all@freebsd.org Thu Feb 1 21:20:33 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 53095ECA9AF; Thu, 1 Feb 2018 21:20:33 +0000 (UTC) (envelope-from feld@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 04DD387BF9; Thu, 1 Feb 2018 21:20:33 +0000 (UTC) (envelope-from feld@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 F3F1B126A1; Thu, 1 Feb 2018 21:20:32 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w11LKWNM079551; Thu, 1 Feb 2018 21:20:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w11LKW6h079550; Thu, 1 Feb 2018 21:20:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201802012120.w11LKW6h079550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 1 Feb 2018 21:20:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r460637 - branches/2018Q1/devel/hwloc X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2018Q1/devel/hwloc X-SVN-Commit-Revision: 460637 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.25 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: Thu, 01 Feb 2018 21:20:33 -0000 Author: feld Date: Thu Feb 1 21:20:32 2018 New Revision: 460637 URL: https://svnweb.freebsd.org/changeset/ports/460637 Log: MFH: r460636 devel/hwloc: Fix segfaults on Intel CPUs Details in this Github issue: https://github.com/open-mpi/hwloc/issues/282 Modified: branches/2018Q1/devel/hwloc/Makefile Directory Properties: branches/2018Q1/ (props changed) Modified: branches/2018Q1/devel/hwloc/Makefile ============================================================================== --- branches/2018Q1/devel/hwloc/Makefile Thu Feb 1 21:20:00 2018 (r460636) +++ branches/2018Q1/devel/hwloc/Makefile Thu Feb 1 21:20:32 2018 (r460637) @@ -2,6 +2,7 @@ PORTNAME= hwloc PORTVERSION= 1.11.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.open-mpi.org/software/hwloc/v${PORTVERSION:R}/downloads/ \ http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION:R}/downloads/ @@ -22,6 +23,7 @@ CONFIGURE_ARGS= --enable-static \ --disable-gl INSTALL_TARGET= install-strip USES= iconv libtool pathfix pkgconfig tar:bzip2 +USE_GCC= any USE_LDCONFIG= yes USE_GNOME= libxml2