Date: Thu, 1 Feb 2018 21:20:32 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r460637 - branches/2018Q1/devel/hwloc Message-ID: <201802012120.w11LKW6h079550@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802012120.w11LKW6h079550>