From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 1 22:10:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB6516B73C for ; Thu, 1 Jun 2006 22:10:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8261443D58 for ; Thu, 1 Jun 2006 22:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k51MALBY077836 for ; Thu, 1 Jun 2006 22:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k51MAL6v077835; Thu, 1 Jun 2006 22:10:21 GMT (envelope-from gnats) Resent-Date: Thu, 1 Jun 2006 22:10:21 GMT Resent-Message-Id: <200606012210.k51MAL6v077835@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rong-En Fan 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mharo@FreeBSD.org Subject: ports/98325: [PATCH] math/p5-Math-Pari: use gcc >= 3.2, instead of 3.2 only X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 22:10:32 -0000 >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: