From rafan@svm.csie.ntu.edu.tw  Wed Aug  2 23:10:27 2006
Return-Path: <rafan@svm.csie.ntu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 68BC416A4DE;
	Wed,  2 Aug 2006 23:10:27 +0000 (UTC)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D0EDB43DC1;
	Wed,  2 Aug 2006 23:10:24 +0000 (GMT)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1])
	by svm.csie.ntu.edu.tw (8.13.6/8.13.6) with ESMTP id k72NAHMc000918;
	Thu, 3 Aug 2006 07:10:17 +0800 (CST)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: (from rafan@localhost)
	by svm.csie.ntu.edu.tw (8.13.6/8.13.6/Submit) id k72NAHqH000917;
	Thu, 3 Aug 2006 07:10:17 +0800 (CST)
	(envelope-from rafan)
Message-Id: <200608022310.k72NAHqH000917@svm.csie.ntu.edu.tw>
Date: Thu, 3 Aug 2006 07:10:17 +0800 (CST)
From: Rong-En Fan <rafan@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mharo@freebsd.org, peter.thoenen@yahoo.com, linimon@freebsd.org
Subject: [PATCH] math/p5-Math-Pari: unBROKEN
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         101284
>Category:       ports
>Synopsis:       [PATCH] math/p5-Math-Pari: unBROKEN
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mharo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 02 23:20:15 GMT 2006
>Closed-Date:    Fri Aug 04 05:20:33 GMT 2006
>Last-Modified:  Fri Aug 04 05:20:33 GMT 2006
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
NTU CSIE
>Environment:
>Description:
In ports/96755, this port has compliation error:

cc1: bad value (pentium-m) for -march= switch
cc1: bad value (pentium-m) for -mcpu= switch

The reason is that, this port has USE_GCC=3.2. And GCC 3.2 does not
support pentium-m, yet. In ports/98325, committed by linimon@
two weeks ago, switch back to use 3.2+. So this port can compile
correctly. I also encounter this situation two months, that's why
I send ports/98325.

So, there is no reason to mark it as BROKEN.

Port maintainer (mharo@FreeBSD.org) is cc'd.


Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Math-Pari-2.010500.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/math/p5-Math-Pari/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	15 Jul 2006 21:30:35 -0000	1.7
+++ Makefile	2 Aug 2006 23:04:21 -0000
@@ -15,8 +15,6 @@
 MAINTAINER=	mharo@FreeBSD.org
 COMMENT=	PARI - numerical/scientific/number-theoretic calculations
 
-BROKEN=		fails to install
-
 BUILD_DEPENDS=	pari:${PORTSDIR}/math/pari:configure
 
 USE_GMAKE=	yes
--- p5-Math-Pari-2.010500.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mharo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Aug 2 23:22:06 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101284 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Fri Aug 4 05:20:32 UTC 2006 
State-Changed-Why:  
This port does not work with latest math/pari in ports. The issue of GCC 
is another one, which is fixed in previous commit. 

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