View | Details | Raw Unified | Return to bug 164562
Collapse All | Expand All

(-)./Makefile (-1 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	hwloc
8
PORTNAME=	hwloc
9
PORTVERSION=	1.3
9
PORTVERSION=	1.3.1
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://www.open-mpi.org/software/hwloc/v1.3/downloads/ \
11
MASTER_SITES=	http://www.open-mpi.org/software/hwloc/v1.3/downloads/ \
12
		http://icl.cs.utk.edu/open-mpi/software/hwloc/v1.3/downloads/
12
		http://icl.cs.utk.edu/open-mpi/software/hwloc/v1.3/downloads/
Lines 25-30 Link Here
25
USE_GNOME=	libxml2 pkgconfig
25
USE_GNOME=	libxml2 pkgconfig
26
MAKE_JOBS_SAFE=	yes
26
MAKE_JOBS_SAFE=	yes
27
27
28
ONLY_FOR_ARCHS=		i386 amd64
29
ONLY_FOR_ARCHS_REASON=	has not been ported to this architecture
30
28
OPTIONS=	CAIRO		"Enable CAIRO support"		off
31
OPTIONS=	CAIRO		"Enable CAIRO support"		off
29
32
30
.include <bsd.port.pre.mk>
33
.include <bsd.port.pre.mk>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (hwloc-1.3.tar.bz2) = be23f811db317f3dcb2449c20e976c45bdf546a74e22db43974c9f6721f8f483
1
SHA256 (hwloc-1.3.1.tar.bz2) = a38ab3f60995d8f511129499b558a22c3e8907b0a08ef02bb664ee9fc269cc70
2
SIZE (hwloc-1.3.tar.bz2) = 2591703
2
SIZE (hwloc-1.3.1.tar.bz2) = 2616262
(-)./files/patch-configure (-8 / +3 lines)
Lines 1-6 Link Here
1
--- configure.orig	2011-10-13 03:44:20.000000000 +0900
1
--- configure.orig	2011-12-20 18:59:02.000000000 +0900
2
+++ configure	2011-12-18 10:43:10.000000000 +0900
2
+++ configure	2012-01-09 12:13:26.000000000 +0900
3
@@ -5555,7 +5555,7 @@
3
@@ -5565,7 +5565,7 @@
4
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking which CPU support to include" >&5
4
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking which CPU support to include" >&5
5
 $as_echo_n "checking which CPU support to include... " >&6; }
5
 $as_echo_n "checking which CPU support to include... " >&6; }
6
     case ${target} in
6
     case ${target} in
Lines 9-16 Link Here
9
         case ${ac_cv_sizeof_void_p} in
9
         case ${ac_cv_sizeof_void_p} in
10
           4)
10
           4)
11
 
11
 
12
@@ -23774,4 +23774,3 @@
13
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14
 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15
 fi
16
-

Return to bug 164562