Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2004 18:53:07 +0900 (JST)
From:      Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        yoshiaki@kt.rim.or.jp
Subject:   ports/71584: ports update math/pari
Message-ID:  <200409110953.i8B9r70Z001050@singer.tertio.atoll>
Resent-Message-ID: <200409111000.i8BA0rGI067257@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         71584
>Category:       ports
>Synopsis:       ports update math/pari
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 11 10:00:52 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yoshiaki Uchikawa
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD singer.tertio.atoll 6.0-CURRENT FreeBSD 6.0-CURRENT #1: Thu Sep 9 00:00:04 JST 2004 yoshiaki@singer.tertio.atoll:/usr/src/sys/i386/compile/CRUSE i386


	
>Description:
 math/pari
  We can't build pari port with gcc 3.4.2 (current).
>How-To-Repeat:
	
>Fix:

	

diff -ruN pari/Makefile pari_33/Makefile
--- pari/Makefile	Sun Mar  7 14:45:25 2004
+++ pari_33/Makefile	Tue Sep  7 00:02:05 2004
@@ -37,6 +37,12 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} >= 502126
+USE_GCC= 3.3
+BUILD_DEPENDS= gcc33:${PORTSDIR}/lang/gcc33
+CC= gcc33
+.endif
+
 .if ${ARCH} == "amd64"
 CFLAGS+=	-fPIC
 .endif


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409110953.i8B9r70Z001050>