diff options
-rw-r--r-- | devel/hwloc/Makefile | 5 | ||||
-rw-r--r-- | devel/hwloc/distinfo | 4 | ||||
-rw-r--r-- | devel/hwloc/files/patch-configure | 11 |
3 files changed, 9 insertions, 11 deletions
diff --git a/devel/hwloc/Makefile b/devel/hwloc/Makefile index 181ac15ccddd..878c65b8568b 100644 --- a/devel/hwloc/Makefile +++ b/devel/hwloc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hwloc -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 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/ @@ -25,6 +25,9 @@ USE_LDCONFIG= yes USE_GNOME= libxml2 pkgconfig MAKE_JOBS_SAFE= yes +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= has not been ported to this architecture + OPTIONS= CAIRO "Enable CAIRO support" off .include <bsd.port.pre.mk> diff --git a/devel/hwloc/distinfo b/devel/hwloc/distinfo index 3dd1d959ffa8..7d7f50e9b5f9 100644 --- a/devel/hwloc/distinfo +++ b/devel/hwloc/distinfo @@ -1,2 +1,2 @@ -SHA256 (hwloc-1.3.tar.bz2) = be23f811db317f3dcb2449c20e976c45bdf546a74e22db43974c9f6721f8f483 -SIZE (hwloc-1.3.tar.bz2) = 2591703 +SHA256 (hwloc-1.3.1.tar.bz2) = a38ab3f60995d8f511129499b558a22c3e8907b0a08ef02bb664ee9fc269cc70 +SIZE (hwloc-1.3.1.tar.bz2) = 2616262 diff --git a/devel/hwloc/files/patch-configure b/devel/hwloc/files/patch-configure index 44991d558820..bad38aa71303 100644 --- a/devel/hwloc/files/patch-configure +++ b/devel/hwloc/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2011-10-13 03:44:20.000000000 +0900 -+++ configure 2011-12-18 10:43:10.000000000 +0900 -@@ -5555,7 +5555,7 @@ +--- configure.orig 2011-12-20 18:59:02.000000000 +0900 ++++ configure 2012-01-09 12:13:26.000000000 +0900 +@@ -5565,7 +5565,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 @@ -9,8 +9,3 @@ case ${ac_cv_sizeof_void_p} in 4) -@@ -23774,4 +23774,3 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 - $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} - fi -- |