Skip site navigation (1)Skip section navigation (2)
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:   ports/98325: [PATCH] math/p5-Math-Pari: use gcc >= 3.2, instead of 3.2 only
Message-ID:  <200606012206.k51M6H9c006285@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200606012210.k51MAL6v077835@freefall.freebsd.org>

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

>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 22:10:20 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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