pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/parallel/hwloc fix linux build and PLIST



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2020bd12879
branches:  trunk
changeset: 358156:a2020bd12879
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Feb 06 03:50:01 2017 +0000

description:
fix linux build and PLIST

diffstat:

 parallel/hwloc/Makefile    |  4 ++--
 parallel/hwloc/PLIST.Linux |  5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 02284299b3a1 -r a2020bd12879 parallel/hwloc/Makefile
--- a/parallel/hwloc/Makefile   Mon Feb 06 01:29:10 2017 +0000
+++ b/parallel/hwloc/Makefile   Mon Feb 06 03:50:01 2017 +0000
@@ -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 @@
 LICENSE=       modified-bsd
 
 USE_LIBTOOL=           yes
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-picky
 
diff -r 02284299b3a1 -r a2020bd12879 parallel/hwloc/PLIST.Linux
--- a/parallel/hwloc/PLIST.Linux        Mon Feb 06 01:29:10 2017 +0000
+++ b/parallel/hwloc/PLIST.Linux        Mon Feb 06 03:50:01 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index