From rafan@svm.csie.ntu.edu.tw  Thu Jun  1 22:06:19 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 4BECE16A6BB;
	Thu,  1 Jun 2006 22:06:19 +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 CA4C443D45;
	Thu,  1 Jun 2006 22:06:18 +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 k51M6Haa006286;
	Fri, 2 Jun 2006 06:06: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 k51M6H9c006285;
	Fri, 2 Jun 2006 06:06:17 +0800 (CST)
	(envelope-from rafan)
Message-Id: <200606012206.k51M6H9c006285@svm.csie.ntu.edu.tw>
Date: Fri, 2 Jun 2006 06:06:17 +0800 (CST)
From: Rong-En Fan <rafan@infor.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mharo@freebsd.org
Subject: [PATCH] math/p5-Math-Pari: use gcc >= 3.2, instead of 3.2 only
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         98325
>Category:       ports
>Synopsis:       [PATCH] math/p5-Math-Pari: use gcc >= 3.2, instead of 3.2 only
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mharo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 22:10:20 GMT 2006
>Closed-Date:    Sat Jul 15 21:31:27 GMT 2006
>Last-Modified:  Sat Jul 15 21:31:27 GMT 2006
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
NTU CSIE
>Environment:
>Description:
According to my tinderbox build, this port can be built with
USE_CC=3.2+ on 4/5/6/7. There is no reason to restrict to use
3.2 only. And this probably also fixes ports/96755.

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

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

--- p5-Math-Pari-2.010500_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/p5-Math-Pari/Makefile /home/rafan/tmp/ports/p5-Math-Pari/Makefile
--- /usr/ports/math/p5-Math-Pari/Makefile	Wed Mar  1 03:34:39 2006
+++ /home/rafan/tmp/ports/p5-Math-Pari/Makefile	Fri Jun  2 06:03:05 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	Math-Pari
 PORTVERSION=	2.010500
+PORTREVISION=	1
 CATEGORIES=	math perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Math
@@ -18,7 +19,7 @@
 BUILD_DEPENDS=	pari:${PORTSDIR}/math/pari:configure
 
 USE_GMAKE=	yes
-USE_GCC=	3.2
+USE_GCC=	3.2+
 PERL_CONFIGURE=	yes
 
 MAN3=		Math::Pari.3 Math::libPARI.3 \
--- p5-Math-Pari-2.010500_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mharo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 1 22:16:13 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98325 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Jul 15 21:31:16 UTC 2006 
State-Changed-Why:  
Committed via maintainer-timeout. 

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