From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 2 23:21:54 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 EC42316A573 for ; Wed, 2 Aug 2006 23:21:54 +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 25DF943E1F for ; Wed, 2 Aug 2006 23:20:26 +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 k72NKGUt005480 for ; Wed, 2 Aug 2006 23:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k72NKGqB005479; Wed, 2 Aug 2006 23:20:16 GMT (envelope-from gnats) Resent-Date: Wed, 2 Aug 2006 23:20:16 GMT Resent-Message-Id: <200608022320.k72NKGqB005479@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 68BC416A4DE; Wed, 2 Aug 2006 23:10:27 +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 D0EDB43DC1; Wed, 2 Aug 2006 23:10:24 +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 k72NAHMc000918; Thu, 3 Aug 2006 07:10: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 k72NAHqH000917; Thu, 3 Aug 2006 07:10:17 +0800 (CST) (envelope-from rafan) Message-Id: <200608022310.k72NAHqH000917@svm.csie.ntu.edu.tw> Date: Thu, 3 Aug 2006 07:10:17 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: peter.thoenen@yahoo.com, mharo@FreeBSD.org, linimon@FreeBSD.org Subject: ports/101284: [PATCH] math/p5-Math-Pari: unBROKEN 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: Wed, 02 Aug 2006 23:21:55 -0000 >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: