Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0973B7A0F8 for ; Mon, 6 Feb 2017 03:50:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 76097855AB; Mon, 6 Feb 2017 03:50:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 072A4855A1 for ; Mon, 6 Feb 2017 03:50:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id S6avqT44z0En for ; Mon, 6 Feb 2017 03:50:01 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 639F185591 for ; Mon, 6 Feb 2017 03:50:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5A3D5FBE4; Mon, 6 Feb 2017 03:50:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148635300141210" MIME-Version: 1.0 Date: Mon, 6 Feb 2017 03:50:01 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/parallel/hwloc To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20170206035001.5A3D5FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148635300141210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Mon Feb 6 03:50:01 UTC 2017 Modified Files: pkgsrc/parallel/hwloc: Makefile PLIST.Linux Log Message: fix linux build and PLIST To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/parallel/hwloc/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/parallel/hwloc/PLIST.Linux Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148635300141210 Content-Disposition: inline Content-Length: 1299 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/parallel/hwloc/Makefile diff -u pkgsrc/parallel/hwloc/Makefile:1.19 pkgsrc/parallel/hwloc/Makefile:1.20 --- pkgsrc/parallel/hwloc/Makefile:1.19 Fri Oct 21 10:35:28 2016 +++ pkgsrc/parallel/hwloc/Makefile Mon Feb 6 03:50:01 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2016/10/21 10:35:28 asau Exp $ +# $NetBSD: Makefile,v 1.20 2017/02/06 03:50:01 markd Exp $ DISTNAME= hwloc-1.11.4 CATEGORIES= parallel @@ -10,7 +10,7 @@ COMMENT= Portable Hardware Locality LICENSE= modified-bsd USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-picky Index: pkgsrc/parallel/hwloc/PLIST.Linux diff -u pkgsrc/parallel/hwloc/PLIST.Linux:1.1 pkgsrc/parallel/hwloc/PLIST.Linux:1.2 --- pkgsrc/parallel/hwloc/PLIST.Linux:1.1 Tue Mar 19 20:06:10 2013 +++ pkgsrc/parallel/hwloc/PLIST.Linux Mon Feb 6 03:50:01 2017 @@ -1,6 +1,9 @@ -@comment $NetBSD: PLIST.Linux,v 1.1 2013/03/19 20:06:10 sbd Exp $ +@comment $NetBSD: PLIST.Linux,v 1.2 2017/02/06 03:50:01 markd Exp $ bin/hwloc-gather-topology include/hwloc/glibc-sched.h include/hwloc/linux-libnuma.h include/hwloc/linux.h man/man1/hwloc-gather-topology.1 +man/man1/hwloc-dump-hwdata.1 +sbin/hwloc-dump-hwdata +share/hwloc/hwloc-dump-hwdata.service --_----------=_148635300141210--