ports/98325: [PATCH] math/p5-Math-Pari: use gcc >= 3.2, instead of 3.2 only

Rong-En Fan rafan at infor.org
Thu Jun 1 22:10:32 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list