ports/163427: [NEW PORT] devel/hwloc: The Portable Hardware Locality software package

Eijiro Shibusawa phd_kimberlite at yahoo.co.jp
Sun Dec 18 10:50:05 UTC 2011


>Number:         163427
>Category:       ports
>Synopsis:       [NEW PORT] devel/hwloc: The Portable Hardware Locality software package
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 18 10:50:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eijiro Shibusawa
>Release:        FreeBSD 9.0-RC3 amd64
>Organization:
None
>Environment:
FreeBSD myhost.jp 9.0-RC3 FreeBSD 9.0-RC3 #0: Sun Dec  4 08:56:36 UTC 2011     root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
The Portable Hardware Locality (hwloc) software package provides
a portable abstraction (across OS, versions, architectures, ...) of
the hierarchical topology of modern architectures, including as follows:
 - NUMA memory nodes;
 - sockets;
 - shared caches;
 - cores and simultaneous multithreading.
It also gathers various system attributes such as cache and
memory information as well as the locality of I/O devices
(such as network interfaces, InfiniBand HCAs or GPUs).
It primarily aims at helping applications with gathering information about
modern computing hardware so as to exploit it accordingly and efficiently [1].

[1] Portable Hardware Locality (hwloc) WWW.

WWW: http://www.open-mpi.org/projects/hwloc/


NOTE:
- This port was tested with porttools 0.99 and tinderbox 3.4.1 (8.2R) 
  on FreeBSD 9.0-RC3 on amd64.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

===> Creating shar file
===> Viewing diff with more
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	hwloc
#	hwloc/Makefile
#	hwloc/distinfo
#	hwloc/pkg-descr
#	hwloc/files
#	hwloc/files/patch-configure
#	hwloc/files/manpages
#	hwloc/files/patch-utils+Makefile.in
#	hwloc/pkg-plist
#
echo c - hwloc
mkdir -p hwloc > /dev/null 2>&1
echo x - hwloc/Makefile
sed 's/^X//' >hwloc/Makefile << 'dc282e8efc47c1a42cd9f45fb279327b'
X# New ports collection makefile for:    hwloc
X# Date created: 18 Dec 2011
X# Whom:         Eijiro Shibusawa <ej-sib at ice.uec.ac.jp>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	hwloc
XPORTVERSION=	1.3
XCATEGORIES=	devel
XMASTER_SITES=	http://www.open-mpi.org/software/hwloc/v1.3/downloads/ \
X		http://icl.cs.utk.edu/open-mpi/software/hwloc/v1.3/downloads/
X
XMAINTAINER=	phd_kimberlite at yahoo.co.jp
XCOMMENT=	The Portable Hardware Locality software package
X
XLICENSE=	BSD
XLICENSE_FILE=	${WRKSRC}/COPYING
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS+=	--enable-static \
X			--enable-libxml2
XUSE_BZIP2=	yes
XUSE_LDCONFIG=	yes
XUSE_GNOME=	libxml2 pkgconfig
XMAKE_JOBS_SAFE=	yes
X
XOPTIONS=	CAIRO		"Enable CAIRO support"		off
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITHOUT_CAIRO)
XCONFIGURE_ARGS+=	--disable-cairo \
X			--without-x
X.else
XCONFIGURE_ARGS+=	--enable-cairo \
X			--with-x
XLIB_DEPENDS+=		cairo.2:${PORTSDIR}/graphics/cairo
XUSE_XORG=		x11
X.endif
X
X.include "${FILESDIR}/manpages"
X
Xpost-patch:
X	@${REINPLACE_CMD} -e \
X	's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
X	${WRKSRC}/Makefile.in
X.ifdef NOPORTDOCS
X	@${REINPLACE_CMD} -e \
X	's|^\(install-data-am:\) install-dist_pdfDATA \(install-man\)|\1 \2|g' \
X	${WRKSRC}/doc/Makefile.in
X.endif
X
Xpost-install:
X	@(cd ${MAN1PREFIX}/man/man1/ ;\
X		${LN} -sf lstopo.1.gz hwloc-info.1.gz ; \
X		${LN} -sf lstopo.1.gz hwloc-ls.1.gz ;\
X		${LN} -sf hwloc-calc.1.gz hwloc-mask.1.gz )
X.ifdef !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}/html
X	@${INSTALL_DATA} ${WRKSRC}/doc/doxygen-doc/html/* ${DOCSDIR}/html/.
X.endif
X
X.include <bsd.port.post.mk>
dc282e8efc47c1a42cd9f45fb279327b
echo x - hwloc/distinfo
sed 's/^X//' >hwloc/distinfo << '5fa33149516d58048b62ce0d8fc10eae'
XSHA256 (hwloc-1.3.tar.bz2) = be23f811db317f3dcb2449c20e976c45bdf546a74e22db43974c9f6721f8f483
XSIZE (hwloc-1.3.tar.bz2) = 2591703
5fa33149516d58048b62ce0d8fc10eae
echo x - hwloc/pkg-descr
sed 's/^X//' >hwloc/pkg-descr << '8c44dc3e36084d48a4e3913391f323ca'
XThe Portable Hardware Locality (hwloc) software package provides
Xa portable abstraction (across OS, versions, architectures, ...) of
Xthe hierarchical topology of modern architectures, including as follows:
X - NUMA memory nodes;
X - sockets;
X - shared caches;
X - cores and simultaneous multithreading.
XIt also gathers various system attributes such as cache and
Xmemory information as well as the locality of I/O devices
X(such as network interfaces, InfiniBand HCAs or GPUs).
XIt primarily aims at helping applications with gathering information about
Xmodern computing hardware so as to exploit it accordingly and efficiently [1].
X
X[1] Portable Hardware Locality (hwloc) WWW.
X
XWWW: http://www.open-mpi.org/projects/hwloc/
8c44dc3e36084d48a4e3913391f323ca
echo c - hwloc/files
mkdir -p hwloc/files > /dev/null 2>&1
echo x - hwloc/files/patch-configure
sed 's/^X//' >hwloc/files/patch-configure << 'cba5c687317013500e5f375d38a1d3b7'
X--- configure.orig	2011-10-13 03:44:20.000000000 +0900
X+++ configure	2011-12-18 10:43:10.000000000 +0900
X@@ -5555,7 +5555,7 @@
X     { $as_echo "$as_me:${as_lineno-$LINENO}: checking which CPU support to include" >&5
X $as_echo_n "checking which CPU support to include... " >&6; }
X     case ${target} in
X-      i*86-*-*|x86_64-*-*)
X+      i*86-*-*|x86_64-*-*|amd64-*-*)
X         case ${ac_cv_sizeof_void_p} in
X           4)
X 
X@@ -23774,4 +23774,3 @@
X   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
X $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
X fi
X-
cba5c687317013500e5f375d38a1d3b7
echo x - hwloc/files/manpages
sed 's/^X//' >hwloc/files/manpages << '6871eb860cbbd24cd8093e17a21f59c5'
XMAN1=		hwloc-bind.1 \
X		hwloc-calc.1 \
X		hwloc-distrib.1 \
X		hwloc-ps.1 \
X		lstopo.1
X
XMAN3=		HWLOC_API_VERSION.3 \
X		HWLOC_CPUBIND_NOMEMBIND.3 \
X		HWLOC_CPUBIND_PROCESS.3 \
X		HWLOC_CPUBIND_STRICT.3 \
X		HWLOC_CPUBIND_THREAD.3 \
X		HWLOC_MEMBIND_BIND.3 \
X		HWLOC_MEMBIND_DEFAULT.3 \
X		HWLOC_MEMBIND_FIRSTTOUCH.3 \
X		HWLOC_MEMBIND_INTERLEAVE.3 \
X		HWLOC_MEMBIND_MIGRATE.3 \
X		HWLOC_MEMBIND_MIXED.3 \
X		HWLOC_MEMBIND_NEXTTOUCH.3 \
X		HWLOC_MEMBIND_NOCPUBIND.3 \
X		HWLOC_MEMBIND_PROCESS.3 \
X		HWLOC_MEMBIND_REPLICATE.3 \
X		HWLOC_MEMBIND_STRICT.3 \
X		HWLOC_MEMBIND_THREAD.3 \
X		HWLOC_OBJ_BRIDGE.3 \
X		HWLOC_OBJ_BRIDGE_HOST.3 \
X		HWLOC_OBJ_BRIDGE_PCI.3 \
X		HWLOC_OBJ_CACHE.3 \
X		HWLOC_OBJ_CORE.3 \
X		HWLOC_OBJ_GROUP.3 \
X		HWLOC_OBJ_MACHINE.3 \
X		HWLOC_OBJ_MISC.3 \
X		HWLOC_OBJ_NODE.3 \
X		HWLOC_OBJ_OSDEV_BLOCK.3 \
X		HWLOC_OBJ_OSDEV_DMA.3 \
X		HWLOC_OBJ_OSDEV_GPU.3 \
X		HWLOC_OBJ_OSDEV_NETWORK.3 \
X		HWLOC_OBJ_OSDEV_OPENFABRICS.3 \
X		HWLOC_OBJ_OS_DEVICE.3 \
X		HWLOC_OBJ_PCI_DEVICE.3 \
X		HWLOC_OBJ_PU.3 \
X		HWLOC_OBJ_SOCKET.3 \
X		HWLOC_OBJ_SYSTEM.3 \
X		HWLOC_OBJ_TYPE_MAX.3 \
X		HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.3 \
X		HWLOC_RESTRICT_FLAG_ADAPT_IO.3 \
X		HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 \
X		HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 \
X		HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 \
X		HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 \
X		HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 \
X		HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 \
X		HWLOC_TYPE_DEPTH_MULTIPLE.3 \
X		HWLOC_TYPE_DEPTH_UNKNOWN.3 \
X		HWLOC_TYPE_UNORDERED.3 \
X		hwloc_alloc.3 \
X		hwloc_alloc_membind.3 \
X		hwloc_alloc_membind_nodeset.3 \
X		hwloc_alloc_membind_policy.3 \
X		hwloc_alloc_membind_policy_nodeset.3 \
X		hwloc_bitmap_allbut.3 \
X		hwloc_bitmap_alloc.3 \
X		hwloc_bitmap_alloc_full.3 \
X		hwloc_bitmap_and.3 \
X		hwloc_bitmap_andnot.3 \
X		hwloc_bitmap_asprintf.3 \
X		hwloc_bitmap_clr.3 \
X		hwloc_bitmap_clr_range.3 \
X		hwloc_bitmap_compare.3 \
X		hwloc_bitmap_compare_first.3 \
X		hwloc_bitmap_copy.3 \
X		hwloc_bitmap_dup.3 \
X		hwloc_bitmap_fill.3 \
X		hwloc_bitmap_first.3 \
X		hwloc_bitmap_foreach_begin.3 \
X		hwloc_bitmap_foreach_end.3 \
X		hwloc_bitmap_free.3 \
X		hwloc_bitmap_from_ith_ulong.3 \
X		hwloc_bitmap_from_ulong.3 \
X		hwloc_bitmap_intersects.3 \
X		hwloc_bitmap_isequal.3 \
X		hwloc_bitmap_isfull.3 \
X		hwloc_bitmap_isincluded.3 \
X		hwloc_bitmap_isset.3 \
X		hwloc_bitmap_iszero.3 \
X		hwloc_bitmap_last.3 \
X		hwloc_bitmap_list_asprintf.3 \
X		hwloc_bitmap_list_snprintf.3 \
X		hwloc_bitmap_list_sscanf.3 \
X		hwloc_bitmap_next.3 \
X		hwloc_bitmap_not.3 \
X		hwloc_bitmap_only.3 \
X		hwloc_bitmap_or.3 \
X		hwloc_bitmap_set.3 \
X		hwloc_bitmap_set_ith_ulong.3 \
X		hwloc_bitmap_set_range.3 \
X		hwloc_bitmap_singlify.3 \
X		hwloc_bitmap_snprintf.3 \
X		hwloc_bitmap_sscanf.3 \
X		hwloc_bitmap_t.3 \
X		hwloc_bitmap_taskset_asprintf.3 \
X		hwloc_bitmap_taskset_snprintf.3 \
X		hwloc_bitmap_taskset_sscanf.3 \
X		hwloc_bitmap_to_ith_ulong.3 \
X		hwloc_bitmap_to_ulong.3 \
X		hwloc_bitmap_weight.3 \
X		hwloc_bitmap_xor.3 \
X		hwloc_bitmap_zero.3 \
X		hwloc_bridge_covers_pcibus.3 \
X		hwloc_compare_types.3 \
X		hwloc_compare_types_e.3 \
X		hwloc_const_bitmap_t.3 \
X		hwloc_const_cpuset_t.3 \
X		hwloc_const_nodeset_t.3 \
X		hwloc_cpubind_flags_t.3 \
X		hwloc_cpuset_from_glibc_sched_affinity.3 \
X		hwloc_cpuset_from_linux_libnuma_bitmask.3 \
X		hwloc_cpuset_from_linux_libnuma_nodemask.3 \
X		hwloc_cpuset_from_linux_libnuma_ulongs.3 \
X		hwloc_cpuset_from_nodeset.3 \
X		hwloc_cpuset_from_nodeset_strict.3 \
X		hwloc_cpuset_t.3 \
X		hwloc_cpuset_to_glibc_sched_affinity.3 \
X		hwloc_cpuset_to_linux_libnuma_bitmask.3 \
X		hwloc_cpuset_to_linux_libnuma_nodemask.3 \
X		hwloc_cpuset_to_linux_libnuma_ulongs.3 \
X		hwloc_cpuset_to_nodeset.3 \
X		hwloc_cpuset_to_nodeset_strict.3 \
X		hwloc_cuda_get_device_cpuset.3 \
X		hwloc_cudart_get_device_cpuset.3 \
X		hwloc_distances_s.3 \
X		hwloc_distribute.3 \
X		hwloc_distributev.3 \
X		hwloc_free.3 \
X		hwloc_free_xmlbuffer.3 \
X		hwloc_get_ancestor_obj_by_depth.3 \
X		hwloc_get_ancestor_obj_by_type.3 \
X		hwloc_get_api_version.3 \
X		hwloc_get_area_membind.3 \
X		hwloc_get_area_membind_nodeset.3 \
X		hwloc_get_cache_covering_cpuset.3 \
X		hwloc_get_child_covering_cpuset.3 \
X		hwloc_get_closest_objs.3 \
X		hwloc_get_common_ancestor_obj.3 \
X		hwloc_get_cpubind.3 \
X		hwloc_get_depth_type.3 \
X		hwloc_get_distance_matrix_covering_obj_by_depth.3 \
X		hwloc_get_first_largest_obj_inside_cpuset.3 \
X		hwloc_get_hostbridge_by_pcibus.3 \
X		hwloc_get_largest_objs_inside_cpuset.3 \
X		hwloc_get_last_cpu_location.3 \
X		hwloc_get_latency.3 \
X		hwloc_get_membind.3 \
X		hwloc_get_membind_nodeset.3 \
X		hwloc_get_nbobjs_by_depth.3 \
X		hwloc_get_nbobjs_by_type.3 \
X		hwloc_get_nbobjs_inside_cpuset_by_depth.3 \
X		hwloc_get_nbobjs_inside_cpuset_by_type.3 \
X		hwloc_get_next_bridge.3 \
X		hwloc_get_next_child.3 \
X		hwloc_get_next_obj_by_depth.3 \
X		hwloc_get_next_obj_by_type.3 \
X		hwloc_get_next_obj_covering_cpuset_by_depth.3 \
X		hwloc_get_next_obj_covering_cpuset_by_type.3 \
X		hwloc_get_next_obj_inside_cpuset_by_depth.3 \
X		hwloc_get_next_obj_inside_cpuset_by_type.3 \
X		hwloc_get_next_osdev.3 \
X		hwloc_get_next_pcidev.3 \
X		hwloc_get_non_io_ancestor_obj.3 \
X		hwloc_get_obj_below_array_by_type.3 \
X		hwloc_get_obj_below_by_type.3 \
X		hwloc_get_obj_by_depth.3 \
X		hwloc_get_obj_by_type.3 \
X		hwloc_get_obj_covering_cpuset.3 \
X		hwloc_get_obj_inside_cpuset_by_depth.3 \
X		hwloc_get_obj_inside_cpuset_by_type.3 \
X		hwloc_get_pcidev_by_busid.3 \
X		hwloc_get_pcidev_by_busidstring.3 \
X		hwloc_get_proc_cpubind.3 \
X		hwloc_get_proc_last_cpu_location.3 \
X		hwloc_get_proc_membind.3 \
X		hwloc_get_proc_membind_nodeset.3 \
X		hwloc_get_pu_obj_by_os_index.3 \
X		hwloc_get_root_obj.3 \
X		hwloc_get_shared_cache_covering_obj.3 \
X		hwloc_get_thread_cpubind.3 \
X		hwloc_get_type_depth.3 \
X		hwloc_get_type_depth_e.3 \
X		hwloc_get_type_or_above_depth.3 \
X		hwloc_get_type_or_below_depth.3 \
X		hwloc_get_whole_distance_matrix_by_depth.3 \
X		hwloc_get_whole_distance_matrix_by_type.3 \
X		hwloc_ibv_get_device_cpuset.3 \
X		hwloc_linux_get_tid_cpubind.3 \
X		hwloc_linux_parse_cpumap_file.3 \
X		hwloc_linux_set_tid_cpubind.3 \
X		hwloc_membind_flags_t.3 \
X		hwloc_membind_policy_t.3 \
X		hwloc_mx_board_get_device_cpuset.3 \
X		hwloc_mx_endpoint_get_device_cpuset.3 \
X		hwloc_nodeset_from_linux_libnuma_bitmask.3 \
X		hwloc_nodeset_from_linux_libnuma_nodemask.3 \
X		hwloc_nodeset_from_linux_libnuma_ulongs.3 \
X		hwloc_nodeset_t.3 \
X		hwloc_nodeset_to_linux_libnuma_bitmask.3 \
X		hwloc_nodeset_to_linux_libnuma_nodemask.3 \
X		hwloc_nodeset_to_linux_libnuma_ulongs.3 \
X		hwloc_obj.3 \
X		hwloc_obj_add_info.3 \
X		hwloc_obj_attr_snprintf.3 \
X		hwloc_obj_attr_u.3 \
X		hwloc_obj_attr_u_hwloc_bridge_attr_s.3 \
X		hwloc_obj_attr_u_hwloc_cache_attr_s.3 \
X		hwloc_obj_attr_u_hwloc_group_attr_s.3 \
X		hwloc_obj_attr_u_hwloc_osdev_attr_s.3 \
X		hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 \
X		hwloc_obj_bridge_type_e.3 \
X		hwloc_obj_bridge_type_t.3 \
X		hwloc_obj_cpuset_snprintf.3 \
X		hwloc_obj_get_info_by_name.3 \
X		hwloc_obj_info_s.3 \
X		hwloc_obj_is_in_subtree.3 \
X		hwloc_obj_memory_s.3 \
X		hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 \
X		hwloc_obj_osdev_type_e.3 \
X		hwloc_obj_osdev_type_t.3 \
X		hwloc_obj_snprintf.3 \
X		hwloc_obj_t.3 \
X		hwloc_obj_type_of_string.3 \
X		hwloc_obj_type_snprintf.3 \
X		hwloc_obj_type_string.3 \
X		hwloc_obj_type_t.3 \
X		hwloc_restrict_flags_e.3 \
X		hwloc_set_area_membind.3 \
X		hwloc_set_area_membind_nodeset.3 \
X		hwloc_set_cpubind.3 \
X		hwloc_set_membind.3 \
X		hwloc_set_membind_nodeset.3 \
X		hwloc_set_proc_cpubind.3 \
X		hwloc_set_proc_membind.3 \
X		hwloc_set_proc_membind_nodeset.3 \
X		hwloc_set_thread_cpubind.3 \
X		hwloc_topology_check.3 \
X		hwloc_topology_cpubind_support.3 \
X		hwloc_topology_destroy.3 \
X		hwloc_topology_discovery_support.3 \
X		hwloc_topology_export_xml.3 \
X		hwloc_topology_export_xmlbuffer.3 \
X		hwloc_topology_flags_e.3 \
X		hwloc_topology_get_allowed_cpuset.3 \
X		hwloc_topology_get_allowed_nodeset.3 \
X		hwloc_topology_get_complete_cpuset.3 \
X		hwloc_topology_get_complete_nodeset.3 \
X		hwloc_topology_get_depth.3 \
X		hwloc_topology_get_online_cpuset.3 \
X		hwloc_topology_get_support.3 \
X		hwloc_topology_get_topology_cpuset.3 \
X		hwloc_topology_get_topology_nodeset.3 \
X		hwloc_topology_ignore_all_keep_structure.3 \
X		hwloc_topology_ignore_type.3 \
X		hwloc_topology_ignore_type_keep_structure.3 \
X		hwloc_topology_init.3 \
X		hwloc_topology_insert_misc_object_by_cpuset.3 \
X		hwloc_topology_insert_misc_object_by_parent.3 \
X		hwloc_topology_is_thissystem.3 \
X		hwloc_topology_load.3 \
X		hwloc_topology_membind_support.3 \
X		hwloc_topology_restrict.3 \
X		hwloc_topology_set_distance_matrix.3 \
X		hwloc_topology_set_flags.3 \
X		hwloc_topology_set_fsroot.3 \
X		hwloc_topology_set_pid.3 \
X		hwloc_topology_set_synthetic.3 \
X		hwloc_topology_set_xml.3 \
X		hwloc_topology_set_xmlbuffer.3 \
X		hwloc_topology_support.3 \
X		hwloc_topology_t.3 \
X		hwlocality_advanced_io.3 \
X		hwlocality_api_version.3 \
X		hwlocality_bitmap.3 \
X		hwlocality_configuration.3 \
X		hwlocality_conversion.3 \
X		hwlocality_cpubinding.3 \
X		hwlocality_creation.3 \
X		hwlocality_cuda.3 \
X		hwlocality_cudart.3 \
X		hwlocality_distances.3 \
X		hwlocality_glibc_sched.3 \
X		hwlocality_helper_binding.3 \
X		hwlocality_helper_cpuset.3 \
X		hwlocality_helper_find_cache.3 \
X		hwlocality_helper_find_covering.3 \
X		hwlocality_helper_find_coverings.3 \
X		hwlocality_helper_find_inside.3 \
X		hwlocality_helper_nodeset.3 \
X		hwlocality_helper_nodeset_convert.3 \
X		hwlocality_helper_traversal.3 \
X		hwlocality_helper_traversal_basic.3 \
X		hwlocality_helper_types.3 \
X		hwlocality_information.3 \
X		hwlocality_linux.3 \
X		hwlocality_linux_libnuma_bitmask.3 \
X		hwlocality_linux_libnuma_nodemask.3 \
X		hwlocality_linux_libnuma_ulongs.3 \
X		hwlocality_membinding.3 \
X		hwlocality_myriexpress.3 \
X		hwlocality_objects.3 \
X		hwlocality_openfabrics.3 \
X		hwlocality_sets.3 \
X		hwlocality_tinker.3 \
X		hwlocality_topology.3 \
X		hwlocality_traversal.3 \
X		hwlocality_types.3
X
XMAN7=		hwloc.7
6871eb860cbbd24cd8093e17a21f59c5
echo x - hwloc/files/patch-utils+Makefile.in
sed 's/^X//' >hwloc/files/patch-utils+Makefile.in << '604e1d28a3fdccec7c20c22f75867c37'
X--- utils/Makefile.in.orig	2011-10-13 03:44:22.000000000 +0900
X+++ utils/Makefile.in	2011-12-18 11:55:12.000000000 +0900
X@@ -1235,11 +1235,9 @@
X @HWLOC_BUILD_UTILS_TRUE@	rm -f $(DESTDIR)$(bindir)/hwloc-ls$(EXEEXT) $(DESTDIR)$(bindir)/hwloc-info$(EXEEXT) $(DESTDIR)$(bindir)/hwloc-mask$(EXEEXT)
X @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)
X @HWLOC_BUILD_UTILS_TRUE@	rm -f $(DESTDIR)$(man1dir)/hwloc-ls.1 $(DESTDIR)$(man1dir)/hwloc-info.1 $(DESTDIR)$(man1dir)/hwloc-mask.1
X- 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
X 
X @HWLOC_BUILD_UTILS_TRUE at uninstall-local:
X @HWLOC_BUILD_UTILS_TRUE@	rm -f $(DESTDIR)$(bindir)/hwloc-ls$(EXEEXT) $(DESTDIR)$(bindir)/hwloc-info$(EXEEXT) $(DESTDIR)$(bindir)/hwloc-mask$(EXEEXT)
X- at HWLOC_BUILD_UTILS_TRUE@	rm -f $(DESTDIR)$(man1dir)/hwloc-ls.1 $(DESTDIR)$(man1dir)/hwloc-info.1 $(DESTDIR)$(man1dir)/hwloc-mask.1
X 
X @HWLOC_BUILD_UTILS_TRUE at distclean-local:
X @HWLOC_BUILD_UTILS_TRUE@	rm -f $(nodist_man_MANS)
604e1d28a3fdccec7c20c22f75867c37
echo x - hwloc/pkg-plist
sed 's/^X//' >hwloc/pkg-plist << 'c7313668aaccd21c358a153ebad246f3'
Xlib/libhwloc.so.4
Xlib/libhwloc.so
Xlib/libhwloc.la
Xlib/libhwloc.a
Xlibdata/pkgconfig/hwloc.pc
Xshare/hwloc/hwloc.dtd
X%%PORTDOCS%%%%DOCSDIR%%/hwloc-a4.pdf
X%%PORTDOCS%%%%DOCSDIR%%/hwloc-letter.pdf
X%%PORTDOCS%%%%DOCSDIR%%/html/a00011.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00012.html
X%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-without-smt.png
X%%PORTDOCS%%%%DOCSDIR%%/html/a00041.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00053.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00042.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00060.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00032_source.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00029_source.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00052.html
X%%PORTDOCS%%%%DOCSDIR%%/html/tab_b.png
X%%PORTDOCS%%%%DOCSDIR%%/html/a00014.html
X%%PORTDOCS%%%%DOCSDIR%%/html/closed.png
X%%PORTDOCS%%%%DOCSDIR%%/html/a00005.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00022.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00040.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00058.html
X%%PORTDOCS%%%%DOCSDIR%%/html/modules.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00016.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00051.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00018.html
X%%PORTDOCS%%%%DOCSDIR%%/html/hagrid.png
X%%PORTDOCS%%%%DOCSDIR%%/html/a00069.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00021.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00023.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00047.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00028_source.html
X%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-with-smt.png
X%%PORTDOCS%%%%DOCSDIR%%/html/a00062.html
X%%PORTDOCS%%%%DOCSDIR%%/html/tab_a.png
X%%PORTDOCS%%%%DOCSDIR%%/html/a00049.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00020.html
X%%PORTDOCS%%%%DOCSDIR%%/html/diagram.png
X%%PORTDOCS%%%%DOCSDIR%%/html/a00009.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00030_source.html
X%%PORTDOCS%%%%DOCSDIR%%/html/nav_h.png
X%%PORTDOCS%%%%DOCSDIR%%/html/a00036_source.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00043.html
X%%PORTDOCS%%%%DOCSDIR%%/html/files.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00063.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00067.html
X%%PORTDOCS%%%%DOCSDIR%%/html/bc_s.png
X%%PORTDOCS%%%%DOCSDIR%%/html/a00050.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00034_source.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00025.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00004.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00003.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00035_source.html
X%%PORTDOCS%%%%DOCSDIR%%/html/nav_f.png
X%%PORTDOCS%%%%DOCSDIR%%/html/a00048.html
X%%PORTDOCS%%%%DOCSDIR%%/html/open.png
X%%PORTDOCS%%%%DOCSDIR%%/html/a00056.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00061.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00068.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00015.html
X%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png
X%%PORTDOCS%%%%DOCSDIR%%/html/a00054.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00039.html
X%%PORTDOCS%%%%DOCSDIR%%/html/annotated.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00070.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00019.html
X%%PORTDOCS%%%%DOCSDIR%%/html/tabs.css
X%%PORTDOCS%%%%DOCSDIR%%/html/a00026_source.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00046.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00017.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00059.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00071.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00038.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00066.html
X%%PORTDOCS%%%%DOCSDIR%%/html/pages.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00010.html
X%%PORTDOCS%%%%DOCSDIR%%/html/devel09-pci.png
X%%PORTDOCS%%%%DOCSDIR%%/html/index.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00013.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00027_source.html
X%%PORTDOCS%%%%DOCSDIR%%/html/functions.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00024.html
X%%PORTDOCS%%%%DOCSDIR%%/html/dudley.png
X%%PORTDOCS%%%%DOCSDIR%%/html/a00064.html
X%%PORTDOCS%%%%DOCSDIR%%/html/tab_s.png
X%%PORTDOCS%%%%DOCSDIR%%/html/a00044.html
X%%PORTDOCS%%%%DOCSDIR%%/html/emmett.png
X%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css
X%%PORTDOCS%%%%DOCSDIR%%/html/a00072.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00001.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00057.html
X%%PORTDOCS%%%%DOCSDIR%%/html/tab_h.png
X%%PORTDOCS%%%%DOCSDIR%%/html/a00006.html
X%%PORTDOCS%%%%DOCSDIR%%/html/ppc64-full-with-smt.png
X%%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00008.html
X%%PORTDOCS%%%%DOCSDIR%%/html/classes.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00007.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00065.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00037.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00002.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00045.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00033_source.html
X%%PORTDOCS%%%%DOCSDIR%%/html/a00055.html
Xman/man1/hwloc-info.1.gz
Xman/man1/hwloc-ls.1.gz
Xman/man1/hwloc-mask.1.gz
Xinclude/hwloc.h
Xinclude/hwloc/bitmap.h
Xinclude/hwloc/cpuset.h
Xinclude/hwloc/helper.h
Xinclude/hwloc/myriexpress.h
Xinclude/hwloc/openfabrics-verbs.h
Xinclude/hwloc/cuda.h
Xinclude/hwloc/cudart.h
Xinclude/hwloc/rename.h
Xinclude/hwloc/autogen/config.h
Xbin/lstopo
Xbin/hwloc-calc
Xbin/hwloc-bind
Xbin/hwloc-distrib
Xbin/hwloc-ps
Xbin/hwloc-ls
Xbin/hwloc-info
Xbin/hwloc-mask
X at dirrmtry include/hwloc/autogen
X at dirrmtry include/hwloc
X%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/html
X%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
X at dirrmtry share/hwloc
c7313668aaccd21c358a153ebad246f3
exit

===> Done


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



More information about the freebsd-ports-bugs mailing list