From owner-svn-ports-all@freebsd.org Tue Jan 19 22:53:17 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B3BD84E25F2; Tue, 19 Jan 2021 22:53:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DL3pj4J6Dz4rFP; Tue, 19 Jan 2021 22:53:17 +0000 (UTC) (envelope-from yuri@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 866506A65; Tue, 19 Jan 2021 22:53:17 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10JMrHrx058868; Tue, 19 Jan 2021 22:53:17 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10JMrH00058866; Tue, 19 Jan 2021 22:53:17 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202101192253.10JMrH00058866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 19 Jan 2021 22:53:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562096 - head/devel/hwloc2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/hwloc2 X-SVN-Commit-Revision: 562096 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.34 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, 19 Jan 2021 22:53:17 -0000 Author: yuri Date: Tue Jan 19 22:53:16 2021 New Revision: 562096 URL: https://svnweb.freebsd.org/changeset/ports/562096 Log: devel/hwloc2: Bugfix: backport the patch that fixes hwloc2's ability to determine n umber of cores on some systems GH issue: https://github.com/open-mpi/hwloc/issues/442 PR: 252643 Modified: head/devel/hwloc2/Makefile head/devel/hwloc2/distinfo Modified: head/devel/hwloc2/Makefile ============================================================================== --- head/devel/hwloc2/Makefile Tue Jan 19 22:33:15 2021 (r562095) +++ head/devel/hwloc2/Makefile Tue Jan 19 22:53:16 2021 (r562096) @@ -2,11 +2,14 @@ PORTNAME= hwloc PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://download.open-mpi.org/release/hwloc/v${PORTVERSION:R}/ \ http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION:R}/downloads/ PKGNAMESUFFIX= 2 + +PATCH_SITES= https://github.com/open-mpi/hwloc/commit/ +PATCHFILES= 45aaeb2010f32543cb3dd66fdfa784fad2597497.patch:-p1 # fix for https://github.com/open-mpi/hwloc/issues/442 MAINTAINER= phd_kimberlite@yahoo.co.jp COMMENT= Portable Hardware Locality software package Modified: head/devel/hwloc2/distinfo ============================================================================== --- head/devel/hwloc2/distinfo Tue Jan 19 22:33:15 2021 (r562095) +++ head/devel/hwloc2/distinfo Tue Jan 19 22:53:16 2021 (r562096) @@ -1,3 +1,5 @@ -TIMESTAMP = 1610015940 +TIMESTAMP = 1611096361 SHA256 (hwloc-2.3.0.tar.bz2) = b607f6097873f69ef6b4b01e66e0dcb45f9939e8979827284664bbf0d4018a64 SIZE (hwloc-2.3.0.tar.bz2) = 6414781 +SHA256 (45aaeb2010f32543cb3dd66fdfa784fad2597497.patch) = f820d0b6a492b02107637b4410bcb2fc3c6b3fc1cbe97a34e257e328a455f03a +SIZE (45aaeb2010f32543cb3dd66fdfa784fad2597497.patch) = 1921