[Midnightbsd-cvs] mports [15927] trunk/devel/hwloc: hwlock 1.8
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Feb 27 09:04:55 EST 2014
Revision: 15927
http://svnweb.midnightbsd.org/mports/?rev=15927
Author: laffer1
Date: 2014-02-27 09:04:54 -0500 (Thu, 27 Feb 2014)
Log Message:
-----------
hwlock 1.8
Modified Paths:
--------------
trunk/devel/hwloc/Makefile
trunk/devel/hwloc/distinfo
trunk/devel/hwloc/pkg-plist
Modified: trunk/devel/hwloc/Makefile
===================================================================
--- trunk/devel/hwloc/Makefile 2014-02-27 13:43:17 UTC (rev 15926)
+++ trunk/devel/hwloc/Makefile 2014-02-27 14:04:54 UTC (rev 15927)
@@ -1,10 +1,11 @@
# $MidnightBSD$
+# $FreeBSD: head/devel/hwloc/Makefile 343246 2014-02-07 14:03:38Z decke $
PORTNAME= hwloc
-PORTVERSION= 1.7.2
+PORTVERSION= 1.8
CATEGORIES= devel
-MASTER_SITES= http://www.open-mpi.org/software/hwloc/v${PORTVERSION:R}/downloads/ \
- http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION:R}/downloads/
+MASTER_SITES= http://www.open-mpi.org/software/hwloc/v${PORTVERSION}/downloads/ \
+ http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION}/downloads/
MAINTAINER= ports at MidnightBSD.org
COMMENT= Portable Hardware Locality software package
@@ -11,7 +12,7 @@
LICENSE= bsd3
-LIB_DEPENDS= libpciaccess.so:${PORTSDIR}/devel/libpciaccess
+LIB_DEPENDS= pciaccess:${PORTSDIR}/devel/libpciaccess
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-static \
@@ -24,36 +25,15 @@
PORTDOCS= *
-ONLY_FOR_ARCHS= i386 amd64
-ONLY_FOR_ARCHS_REASON= has not been ported to this architecture
+OPTIONS_DEFINE= CAIRO
-OPTIONS_DEFINE= DOCS CAIRO
+CAIRO_CONFIGURE_OFF= --disable-cairo --without-x
+CAIRO_CONFIGURE_ON= --enable-cairo --with-x
+CAIRO_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo
+CAIRO_USE= XORG=x11
-NO_STAGE= yes
-.include "${.CURDIR}/Makefile.man"
-.include <bsd.mport.options.mk>
-
-.if empty(PORT_OPTIONS:MCAIRO)
-CONFIGURE_ARGS+= --disable-cairo \
- --without-x
-.else
-CONFIGURE_ARGS+= --enable-cairo \
- --with-x
-LIB_DEPENDS+= cairo:${PORTSDIR}/graphics/cairo
-USE_XORG= x11
-.endif
-
-post-patch:
-.if empty(PORT_OPTIONS:MDOCS)
- @${REINPLACE_CMD} -e \
- 's|^\(install-data-am:\) install-dist_pdfDATA \(install-man\)|\1 \2|g' \
- ${WRKSRC}/doc/Makefile.in
-.endif
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}/html
${INSTALL_DATA} ${WRKSRC}/doc/doxygen-doc/html/* ${DOCSDIR}/html/.
-.endif
.include <bsd.port.mk>
Modified: trunk/devel/hwloc/distinfo
===================================================================
--- trunk/devel/hwloc/distinfo 2014-02-27 13:43:17 UTC (rev 15926)
+++ trunk/devel/hwloc/distinfo 2014-02-27 14:04:54 UTC (rev 15927)
@@ -1,2 +1,2 @@
-SHA256 (hwloc-1.7.2.tar.bz2) = a0b40c01eead1d4c254ab87c2ec75b8eeb9877331763fbd1e1b81990ad566848
-SIZE (hwloc-1.7.2.tar.bz2) = 3165052
+SHA256 (hwloc-1.8.tar.bz2) = b278c1a6f846c541f6d92ed66b5702743dc8338b9651cea5f387e57ae4fc390b
+SIZE (hwloc-1.8.tar.bz2) = 3638289
Modified: trunk/devel/hwloc/pkg-plist
===================================================================
--- trunk/devel/hwloc/pkg-plist 2014-02-27 13:43:17 UTC (rev 15926)
+++ trunk/devel/hwloc/pkg-plist 2014-02-27 14:04:54 UTC (rev 15927)
@@ -3,10 +3,13 @@
bin/hwloc-assembler-remote
bin/hwloc-bind
bin/hwloc-calc
+bin/hwloc-compress-dir
+bin/hwloc-diff
bin/hwloc-distances
bin/hwloc-distrib
bin/hwloc-info
bin/hwloc-ls
+bin/hwloc-patch
bin/hwloc-ps
bin/lstopo
bin/lstopo-no-graphics
@@ -15,8 +18,11 @@
include/hwloc/bitmap.h
include/hwloc/cuda.h
include/hwloc/cudart.h
+include/hwloc/deprecated.h
+include/hwloc/diff.h
include/hwloc/gl.h
include/hwloc/helper.h
+include/hwloc/inlines.h
include/hwloc/intel-mic.h
include/hwloc/myriexpress.h
include/hwloc/nvml.h
@@ -27,7 +33,7 @@
lib/libhwloc.a
lib/libhwloc.la
lib/libhwloc.so
-lib/libhwloc.so.8
+lib/libhwloc.so.9
libdata/pkgconfig/hwloc.pc
share/hwloc/hwloc-valgrind.supp
share/hwloc/hwloc.dtd
More information about the Midnightbsd-cvs
mailing list