From vd@datamax.bg  Wed Jun  7 10:15:06 2006
Return-Path: <vd@datamax.bg>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5F5BE16BFB8;
	Wed,  7 Jun 2006 09:20:46 +0000 (UTC)
	(envelope-from vd@datamax.bg)
Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E79DB43D45;
	Wed,  7 Jun 2006 09:20:45 +0000 (GMT)
	(envelope-from vd@datamax.bg)
Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2])
	by jengal.datamax.bg (Postfix) with SMTP id E7D5DB833;
	Wed,  7 Jun 2006 12:20:44 +0300 (EEST)
Received: (nullmailer pid 8192 invoked by uid 1002);
	Wed, 07 Jun 2006 09:20:44 -0000
Message-Id: <20060607092044.GA99596@qlovarnika.bg.datamax>
Date: Wed, 7 Jun 2006 12:20:44 +0300
From: Vasil Dimov <vd@FreeBSD.org>
Reply-To: vd@FreeBSD.org
To: FreeBSD-gnats-submit@freebsd.org
Cc: brooks@FreeBSD.org
Subject: [patch] net/globus4: fix test for the PowerPC architecture
X-Send-Pr-Version: 3.113

>Number:         98615
>Category:       ports
>Synopsis:       [patch] net/globus4: fix test for the PowerPC architecture
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brooks
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 07 10:20:18 GMT 2006
>Closed-Date:    Thu Aug 03 19:48:14 GMT 2006
>Last-Modified:  Thu Aug 03 19:48:14 GMT 2006
>Originator:     Vasil Dimov
>Release:        FreeBSD 6.1-STABLE amd64
>Organization:
N/A
>Environment:

>Description:

See
http://lists.freebsd.org/pipermail/freebsd-ports/2006-April/031543.html

>How-To-Repeat:

>Fix:

--- globus4_ppc.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/local/pcvs/ports/net/globus4/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	21 Mar 2006 15:58:42 -0000	1.5
+++ Makefile	7 Jun 2006 09:16:53 -0000
@@ -106,7 +106,7 @@
 IGNORE=		FreeBSD < 5.3 not supported
 .endif
 
-.if (${ARCH} == "i386") || (${ARCH} == "ppc")
+.if (${ARCH} == "i386") || (${ARCH} == "powerpc")
 ARCHBITS?=32
 PERL_ARCH=	${ARCH}-freebsd-64int
 .else
--- globus4_ppc.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->brooks 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jun 7 12:20:28 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98615 
State-Changed-From-To: open->analyzed 
State-Changed-By: brooks 
State-Changed-When: Thu Jun 8 23:05:03 UTC 2006 
State-Changed-Why:  
I'm working on a fix as part of an upgrade to 4.0.2.  It's not 
sufficent to patch the issue here because I also spelled powerpc 
wrong in some autoconf patches. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98615 
State-Changed-From-To: analyzed->closed 
State-Changed-By: brooks 
State-Changed-When: Thu Aug 3 19:47:21 UTC 2006 
State-Changed-Why:  
I've committed this and the other needed fix along with an upgrade to 
4.0.2.  Now to see if powerpc actually builds and has a correct plist. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98615 
>Unformatted:
