From nobody@FreeBSD.org  Sat Jan 28 05:44:25 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0677F1065674
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 28 Jan 2012 05:44:25 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id CF48C8FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 28 Jan 2012 05:44:24 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q0S5iOs8096989
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 28 Jan 2012 05:44:24 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q0S5iO7v096965;
	Sat, 28 Jan 2012 05:44:24 GMT
	(envelope-from nobody)
Message-Id: <201201280544.q0S5iO7v096965@red.freebsd.org>
Date: Sat, 28 Jan 2012 05:44:24 GMT
From: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [MAINTAINER-UPDATE][PATCH] please update devel/hwloc to 1.3.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 28 05:50:07 UTC 2012
>Closed-Date:    Sat Jan 28 10:26:47 UTC 2012
>Last-Modified:  Sat Jan 28 10:30:08 UTC 2012
>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:
State-Changed-From-To: open->closed 
State-Changed-By: scheidell 
State-Changed-When: Sat Jan 28 10:26:46 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164562 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164562: commit references a PR
Date: Sat, 28 Jan 2012 10:26:10 +0000 (UTC)

 scheidell    2012-01-28 10:25:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/hwloc          Makefile distinfo 
     devel/hwloc/files    patch-configure 
   Log:
   - Updates to 1.3.1 [1]
   - ONLY_FOR_ARCHS (= i386 amd64) is added. Because hwloc, it seems, has been ported to FreeBSD on these architectures only [1]
   - tested with and without cairo
   
   PR:             ports/164562 [1]
   Submitted by:   maintainer [1]
   Approved by:    gabor (mentor, implicit)
   
   Revision  Changes    Path
   1.2       +4 -1      ports/devel/hwloc/Makefile
   1.2       +2 -2      ports/devel/hwloc/distinfo
   1.2       +3 -8      ports/devel/hwloc/files/patch-configure
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
