ports/167959: [MAINTAINER-UPDATE][PATCH] please update devel/hwloc to 1.4.2

Eijiro Shibusawa phd_kimberlite at yahoo.co.jp
Wed May 16 12:30:02 UTC 2012


>Number:         167959
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE][PATCH] please update devel/hwloc to 1.4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 16 12:30:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Eijiro Shibusawa
>Release:        FreeBSD 9.0-RELEASE (amd64)
>Organization:
>Environment:
FreeBSD myhost 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Attached patch includes the following modifications.
* Updates to 1.4.2

NOTE:
- This port was tested with porttools 0.99 and tinderbox.
tinderbox logs are are available at redports.org.
http://redports.org/buildarchive/20120515142347-55493/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -uNr /usr/ports/devel/hwloc/./Makefile ./Makefile
--- /usr/ports/devel/hwloc/./Makefile	2012-01-28 19:25:57.000000000 +0900
+++ ./Makefile	2012-05-15 23:22:49.000000000 +0900
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	hwloc
-PORTVERSION=	1.3.1
+PORTVERSION=	1.4.2
 CATEGORIES=	devel
-MASTER_SITES=	http://www.open-mpi.org/software/hwloc/v1.3/downloads/ \
-		http://icl.cs.utk.edu/open-mpi/software/hwloc/v1.3/downloads/
+MASTER_SITES=	http://www.open-mpi.org/software/hwloc/v1.4/downloads/ \
+		http://icl.cs.utk.edu/open-mpi/software/hwloc/v1.4/downloads/
 
 MAINTAINER=	phd_kimberlite at yahoo.co.jp
 COMMENT=	The Portable Hardware Locality software package
diff -uNr /usr/ports/devel/hwloc/./distinfo ./distinfo
--- /usr/ports/devel/hwloc/./distinfo	2012-01-28 19:25:57.000000000 +0900
+++ ./distinfo	2012-05-15 23:04:01.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (hwloc-1.3.1.tar.bz2) = a38ab3f60995d8f511129499b558a22c3e8907b0a08ef02bb664ee9fc269cc70
-SIZE (hwloc-1.3.1.tar.bz2) = 2616262
+SHA256 (hwloc-1.4.2.tar.bz2) = bcb917dfa5b5ccc150f54afef74d77ee11cb4c6fcd402273d828b83c97655575
+SIZE (hwloc-1.4.2.tar.bz2) = 2703403
diff -uNr /usr/ports/devel/hwloc/./files/manpages ./files/manpages
--- /usr/ports/devel/hwloc/./files/manpages	2011-12-19 12:33:00.000000000 +0900
+++ ./files/manpages	2012-05-06 14:25:12.000000000 +0900
@@ -1,5 +1,8 @@
-MAN1=		hwloc-bind.1 \
+MAN1=		hwloc-assembler.1 \
+		hwloc-assembler-remote.1 \
+		hwloc-bind.1 \
 		hwloc-calc.1 \
+		hwloc-distances.1 \
 		hwloc-distrib.1 \
 		hwloc-ps.1 \
 		lstopo.1
@@ -49,7 +52,10 @@
 		HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 \
 		HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 \
 		HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 \
+		HWLOC_TYPE_DEPTH_BRIDGE.3 \
 		HWLOC_TYPE_DEPTH_MULTIPLE.3 \
+		HWLOC_TYPE_DEPTH_OS_DEVICE.3 \
+		HWLOC_TYPE_DEPTH_PCI_DEVICE.3 \
 		HWLOC_TYPE_DEPTH_UNKNOWN.3 \
 		HWLOC_TYPE_UNORDERED.3 \
 		hwloc_alloc.3 \
@@ -126,7 +132,13 @@
 		hwloc_cpuset_to_nodeset.3 \
 		hwloc_cpuset_to_nodeset_strict.3 \
 		hwloc_cuda_get_device_cpuset.3 \
+		hwloc_cuda_get_device_pci_ids.3 \
+		hwloc_cuda_get_device_pcidev.3 \
 		hwloc_cudart_get_device_cpuset.3 \
+		hwloc_cudart_get_device_pci_ids.3 \
+		hwloc_cudart_get_device_pcidev.3 \
+		hwloc_custom_insert_group_object_by_parent.3 \
+		hwloc_custom_insert_topology.3 \
 		hwloc_distances_s.3 \
 		hwloc_distribute.3 \
 		hwloc_distributev.3 \
@@ -171,6 +183,7 @@
 		hwloc_get_obj_by_depth.3 \
 		hwloc_get_obj_by_type.3 \
 		hwloc_get_obj_covering_cpuset.3 \
+		hwloc_get_obj_index_inside_cpuset.3 \
 		hwloc_get_obj_inside_cpuset_by_depth.3 \
 		hwloc_get_obj_inside_cpuset_by_type.3 \
 		hwloc_get_pcidev_by_busid.3 \
@@ -265,6 +278,7 @@
 		hwloc_topology_load.3 \
 		hwloc_topology_membind_support.3 \
 		hwloc_topology_restrict.3 \
+		hwloc_topology_set_custom.3 \
 		hwloc_topology_set_distance_matrix.3 \
 		hwloc_topology_set_flags.3 \
 		hwloc_topology_set_fsroot.3 \
@@ -283,6 +297,7 @@
 		hwlocality_creation.3 \
 		hwlocality_cuda.3 \
 		hwlocality_cudart.3 \
+		hwlocality_custom.3 \
 		hwlocality_distances.3 \
 		hwlocality_glibc_sched.3 \
 		hwlocality_helper_binding.3 \
diff -uNr /usr/ports/devel/hwloc/./files/patch-configure ./files/patch-configure
--- /usr/ports/devel/hwloc/./files/patch-configure	2012-01-28 19:25:57.000000000 +0900
+++ ./files/patch-configure	2012-05-06 14:26:43.000000000 +0900
@@ -1,6 +1,6 @@
---- configure.orig	2011-12-20 18:59:02.000000000 +0900
-+++ configure	2012-01-09 12:13:26.000000000 +0900
-@@ -5565,7 +5565,7 @@
+--- configure.orig	2012-02-28 06:06:52.000000000 +0900
++++ configure	2012-05-06 14:26:15.000000000 +0900
+@@ -5569,7 +5569,7 @@
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking which CPU support to include" >&5
  $as_echo_n "checking which CPU support to include... " >&6; }
      case ${target} in
diff -uNr /usr/ports/devel/hwloc/./files/patch-utils+Makefile.in ./files/patch-utils+Makefile.in
--- /usr/ports/devel/hwloc/./files/patch-utils+Makefile.in	2011-12-19 12:33:00.000000000 +0900
+++ ./files/patch-utils+Makefile.in	2012-05-15 23:10:06.000000000 +0900
@@ -1,14 +1,10 @@
---- utils/Makefile.in.orig	2011-10-13 03:44:22.000000000 +0900
-+++ utils/Makefile.in	2011-12-18 11:55:12.000000000 +0900
-@@ -1235,11 +1235,9 @@
+--- utils/Makefile.in.orig	2012-05-15 23:05:42.000000000 +0900
++++ utils/Makefile.in	2012-05-15 23:09:34.000000000 +0900
+@@ -1280,7 +1280,6 @@
  @HWLOC_BUILD_UTILS_TRUE@	rm -f $(DESTDIR)$(bindir)/hwloc-ls$(EXEEXT) $(DESTDIR)$(bindir)/hwloc-info$(EXEEXT) $(DESTDIR)$(bindir)/hwloc-mask$(EXEEXT)
  @HWLOC_BUILD_UTILS_TRUE@	cd $(DESTDIR)$(bindir) && $(LN_S) lstopo$(EXEEXT) hwloc-ls$(EXEEXT) && $(LN_S) lstopo$(EXEEXT) hwloc-info$(EXEEXT) && $(LN_S) hwloc-calc$(EXEEXT) hwloc-mask$(EXEEXT)
  @HWLOC_BUILD_UTILS_TRUE@	rm -f $(DESTDIR)$(man1dir)/hwloc-ls.1 $(DESTDIR)$(man1dir)/hwloc-info.1 $(DESTDIR)$(man1dir)/hwloc-mask.1
 - at HWLOC_BUILD_UTILS_TRUE@	cd $(DESTDIR)$(man1dir) && $(LN_S) lstopo.1 hwloc-ls.1 && $(LN_S) lstopo.1 hwloc-info.1 && $(LN_S) hwloc-calc.1 hwloc-mask.1
+ @HWLOC_BUILD_UTILS_TRUE@	$(SED) -e 's/abs_top_builddir\/utils/bindir/' -e '/abs_top_builddir/d' $(DESTDIR)$(bindir)/hwloc-assembler-remote > $(DESTDIR)$(bindir)/hwloc-assembler-remote.tmp && mv -f $(DESTDIR)$(bindir)/hwloc-assembler-remote.tmp $(DESTDIR)$(bindir)/hwloc-assembler-remote
+ @HWLOC_BUILD_UTILS_TRUE@	chmod +x $(DESTDIR)$(bindir)/hwloc-assembler-remote
  
- @HWLOC_BUILD_UTILS_TRUE at uninstall-local:
- @HWLOC_BUILD_UTILS_TRUE@	rm -f $(DESTDIR)$(bindir)/hwloc-ls$(EXEEXT) $(DESTDIR)$(bindir)/hwloc-info$(EXEEXT) $(DESTDIR)$(bindir)/hwloc-mask$(EXEEXT)
-- at HWLOC_BUILD_UTILS_TRUE@	rm -f $(DESTDIR)$(man1dir)/hwloc-ls.1 $(DESTDIR)$(man1dir)/hwloc-info.1 $(DESTDIR)$(man1dir)/hwloc-mask.1
- 
- @HWLOC_BUILD_UTILS_TRUE at distclean-local:
- @HWLOC_BUILD_UTILS_TRUE@	rm -f $(nodist_man_MANS)
diff -uNr /usr/ports/devel/hwloc/./pkg-plist ./pkg-plist
--- /usr/ports/devel/hwloc/./pkg-plist	2011-12-19 12:33:00.000000000 +0900
+++ ./pkg-plist	2012-05-06 14:34:25.000000000 +0900
@@ -1,110 +1,113 @@
-lib/libhwloc.so.4
+lib/libhwloc.so.5
 lib/libhwloc.so
 lib/libhwloc.la
 lib/libhwloc.a
 libdata/pkgconfig/hwloc.pc
 share/hwloc/hwloc.dtd
+share/hwloc/hwloc-valgrind.supp
 %%PORTDOCS%%%%DOCSDIR%%/hwloc-a4.pdf
 %%PORTDOCS%%%%DOCSDIR%%/hwloc-letter.pdf
+%%PORTDOCS%%%%DOCSDIR%%/html/a00001.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00002.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00003.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00004.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00005.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00006.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00007.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00008.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00009.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00010.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00011.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00012.html
-%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-without-smt.png
-%%PORTDOCS%%%%DOCSDIR%%/html/a00041.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00053.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00042.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00060.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00032_source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00029_source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00052.html
-%%PORTDOCS%%%%DOCSDIR%%/html/tab_b.png
+%%PORTDOCS%%%%DOCSDIR%%/html/a00013.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00014.html
-%%PORTDOCS%%%%DOCSDIR%%/html/closed.png
-%%PORTDOCS%%%%DOCSDIR%%/html/a00005.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00022.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00040.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00058.html
-%%PORTDOCS%%%%DOCSDIR%%/html/modules.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00015.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00016.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00051.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00017.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00018.html
-%%PORTDOCS%%%%DOCSDIR%%/html/hagrid.png
-%%PORTDOCS%%%%DOCSDIR%%/html/a00069.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00019.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00020.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00021.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00022.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00023.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00047.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00024.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00025.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00026.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00027_source.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00028_source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-with-smt.png
-%%PORTDOCS%%%%DOCSDIR%%/html/a00062.html
-%%PORTDOCS%%%%DOCSDIR%%/html/tab_a.png
-%%PORTDOCS%%%%DOCSDIR%%/html/a00049.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00020.html
-%%PORTDOCS%%%%DOCSDIR%%/html/diagram.png
-%%PORTDOCS%%%%DOCSDIR%%/html/a00009.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00029_source.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00030_source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/nav_h.png
-%%PORTDOCS%%%%DOCSDIR%%/html/a00036_source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00043.html
-%%PORTDOCS%%%%DOCSDIR%%/html/files.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00063.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00067.html
-%%PORTDOCS%%%%DOCSDIR%%/html/bc_s.png
-%%PORTDOCS%%%%DOCSDIR%%/html/a00050.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00031_source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00033_source.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00034_source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00025.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00004.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00003.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00035_source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/nav_f.png
+%%PORTDOCS%%%%DOCSDIR%%/html/a00036_source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00037_source.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00038.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00039.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00040.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00041.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00042.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00043.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00044.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00045.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00046.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00047.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00048.html
-%%PORTDOCS%%%%DOCSDIR%%/html/open.png
+%%PORTDOCS%%%%DOCSDIR%%/html/a00049.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00050.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00051.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00052.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00053.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00054.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00055.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00056.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00057.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00058.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00059.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00060.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00061.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00062.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00063.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00064.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00065.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00066.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00067.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00068.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00015.html
-%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png
-%%PORTDOCS%%%%DOCSDIR%%/html/a00054.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00039.html
-%%PORTDOCS%%%%DOCSDIR%%/html/annotated.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00069.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00070.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00019.html
-%%PORTDOCS%%%%DOCSDIR%%/html/tabs.css
-%%PORTDOCS%%%%DOCSDIR%%/html/a00026_source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00046.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00017.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00059.html
 %%PORTDOCS%%%%DOCSDIR%%/html/a00071.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00038.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00066.html
-%%PORTDOCS%%%%DOCSDIR%%/html/pages.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00010.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00072.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00073.html
+%%PORTDOCS%%%%DOCSDIR%%/html/a00074.html
+%%PORTDOCS%%%%DOCSDIR%%/html/annotated.html
+%%PORTDOCS%%%%DOCSDIR%%/html/bc_s.png
+%%PORTDOCS%%%%DOCSDIR%%/html/classes.html
+%%PORTDOCS%%%%DOCSDIR%%/html/closed.png
 %%PORTDOCS%%%%DOCSDIR%%/html/devel09-pci.png
-%%PORTDOCS%%%%DOCSDIR%%/html/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00013.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00027_source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/functions.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00024.html
+%%PORTDOCS%%%%DOCSDIR%%/html/diagram.png
+%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css
+%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png
 %%PORTDOCS%%%%DOCSDIR%%/html/dudley.png
-%%PORTDOCS%%%%DOCSDIR%%/html/a00064.html
-%%PORTDOCS%%%%DOCSDIR%%/html/tab_s.png
-%%PORTDOCS%%%%DOCSDIR%%/html/a00044.html
 %%PORTDOCS%%%%DOCSDIR%%/html/emmett.png
-%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css
-%%PORTDOCS%%%%DOCSDIR%%/html/a00072.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00001.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00057.html
-%%PORTDOCS%%%%DOCSDIR%%/html/tab_h.png
-%%PORTDOCS%%%%DOCSDIR%%/html/a00006.html
-%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-full-with-smt.png
+%%PORTDOCS%%%%DOCSDIR%%/html/files.html
+%%PORTDOCS%%%%DOCSDIR%%/html/functions.html
 %%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00008.html
-%%PORTDOCS%%%%DOCSDIR%%/html/classes.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00007.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00065.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00037.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00002.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00045.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00033_source.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00055.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hagrid.png
+%%PORTDOCS%%%%DOCSDIR%%/html/index.html
+%%PORTDOCS%%%%DOCSDIR%%/html/modules.html
+%%PORTDOCS%%%%DOCSDIR%%/html/nav_f.png
+%%PORTDOCS%%%%DOCSDIR%%/html/nav_h.png
+%%PORTDOCS%%%%DOCSDIR%%/html/open.png
+%%PORTDOCS%%%%DOCSDIR%%/html/pages.html
+%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-full-with-smt.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-with-smt.png
+%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-without-smt.png
+%%PORTDOCS%%%%DOCSDIR%%/html/tab_a.png
+%%PORTDOCS%%%%DOCSDIR%%/html/tab_b.png
+%%PORTDOCS%%%%DOCSDIR%%/html/tab_h.png
+%%PORTDOCS%%%%DOCSDIR%%/html/tab_s.png
+%%PORTDOCS%%%%DOCSDIR%%/html/tabs.css
 man/man1/hwloc-info.1.gz
 man/man1/hwloc-ls.1.gz
 man/man1/hwloc-mask.1.gz
@@ -118,7 +121,9 @@
 include/hwloc/cudart.h
 include/hwloc/rename.h
 include/hwloc/autogen/config.h
-bin/lstopo
+bin/hwloc-assembler
+bin/hwloc-distances
+bin/hwloc-assembler-remote
 bin/hwloc-calc
 bin/hwloc-bind
 bin/hwloc-distrib
@@ -126,6 +131,7 @@
 bin/hwloc-ls
 bin/hwloc-info
 bin/hwloc-mask
+bin/lstopo
 @dirrmtry include/hwloc/autogen
 @dirrmtry include/hwloc
 %%PORTDOCS%%@dirrmtry %%DOCSDIR%%/html


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list