From owner-svn-ports-all@freebsd.org Thu Feb 1 21:20:01 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 489FBECA8E1; Thu, 1 Feb 2018 21:20:01 +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 EF12E87AC8; Thu, 1 Feb 2018 21:20:00 +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 E998A1269D; Thu, 1 Feb 2018 21:20:00 +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 w11LK0fT079376; Thu, 1 Feb 2018 21:20:00 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w11LK0kp079375; Thu, 1 Feb 2018 21:20:00 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201802012120.w11LK0kp079375@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:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460636 - head/devel/hwloc X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/devel/hwloc X-SVN-Commit-Revision: 460636 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:01 -0000 Author: feld Date: Thu Feb 1 21:20:00 2018 New Revision: 460636 URL: https://svnweb.freebsd.org/changeset/ports/460636 Log: devel/hwloc: Fix segfaults on Intel CPUs Details in this Github issue: https://github.com/open-mpi/hwloc/issues/282 MFH: 2018Q1 Modified: head/devel/hwloc/Makefile Modified: head/devel/hwloc/Makefile ============================================================================== --- head/devel/hwloc/Makefile Thu Feb 1 21:06:28 2018 (r460635) +++ head/devel/hwloc/Makefile Thu Feb 1 21:20:00 2018 (r460636) @@ -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