Date: Thu, 3 Aug 2006 07:10:17 +0800 (CST) From: Rong-En Fan <rafan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: peter.thoenen@yahoo.com, mharo@FreeBSD.org, linimon@FreeBSD.org Subject: ports/101284: [PATCH] math/p5-Math-Pari: unBROKEN Message-ID: <200608022310.k72NAHqH000917@svm.csie.ntu.edu.tw> Resent-Message-ID: <200608022320.k72NKGqB005479@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101284 >Category: ports >Synopsis: [PATCH] math/p5-Math-Pari: unBROKEN >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: Wed Aug 02 23:20:15 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608022310.k72NAHqH000917>