ports/71585: ports update math/pari-devel

Yoshiaki Uchikawa yoshiaki at kt.rim.or.jp
Sat Sep 11 10:10:30 UTC 2004


>Number:         71585
>Category:       ports
>Synopsis:       ports update math/pari-devel
>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:10:25 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 at singer.tertio.atoll:/usr/src/sys/i386/compile/CRUSE i386


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

	

diff -ruN pari-devel/Makefile pari-devel33/Makefile
--- pari-devel/Makefile	Wed Feb  4 14:07:32 2004
+++ pari-devel33/Makefile	Sat Sep 11 18:57:18 2004
@@ -34,6 +34,12 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} >= 502126
+USE_GCC= 3.3
+BUILD_DEPENDS= gcc33:${PORTSDIR}/lang/gcc33
+CC= gcc33
+.endif
+
 HAVE_EMACS!=	${WHICH} emacs || ${ECHO} nope
 .if ${HAVE_EMACS} != "nope"
 PLIST=		${PKGDIR}/pkg-plist.emacs


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



More information about the freebsd-ports-bugs mailing list