Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2012 05:44:24 GMT
From:      Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/164562: [MAINTAINER-UPDATE][PATCH] please update devel/hwloc to 1.3.1
Message-ID:  <201201280544.q0S5iO7v096965@red.freebsd.org>
Resent-Message-ID: <201201280550.q0S5o76h036728@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         164562
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE][PATCH] please update devel/hwloc to 1.3.1
>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:   Sat Jan 28 05:50:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Eijiro Shibusawa
>Release:        FreeBSD 9.0-RELEASE (amd64)
>Organization:
None
>Environment:
FreeBSD myhost.jp 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Attached patch includes the following modifications.
* Updates to 1.3.1
* ONLY_FOR_ARCHS (= i386 amd64) is added.  Because hwloc, it seems, has been ported to FreeBSD on these architectures only.

NOTE:
- This port was tested with porttools 0.99 and tinderbox 3.4.1 (9.0R and 8.2R-p5) on FreeBSD 9.0R on amd64.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -uNr /usr/ports/devel/hwloc/./Makefile ./Makefile
--- /usr/ports/devel/hwloc/./Makefile	2011-12-19 12:33:00.000000000 +0900
+++ ./Makefile	2012-01-28 14:40:21.000000000 +0900
@@ -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_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 -uNr /usr/ports/devel/hwloc/./distinfo ./distinfo
--- /usr/ports/devel/hwloc/./distinfo	2011-12-19 12:33:00.000000000 +0900
+++ ./distinfo	2012-01-28 14:40:24.000000000 +0900
@@ -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 -uNr /usr/ports/devel/hwloc/./files/patch-configure ./files/patch-configure
--- /usr/ports/devel/hwloc/./files/patch-configure	2011-12-19 12:33:00.000000000 +0900
+++ ./files/patch-configure	2012-01-28 14:40:29.000000000 +0900
@@ -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
--


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201280544.q0S5iO7v096965>