ports/101284: [PATCH] math/p5-Math-Pari: unBROKEN

Rong-En Fan rafan at FreeBSD.org
Wed Aug 2 23:21:55 UTC 2006


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



More information about the freebsd-ports-bugs mailing list