From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 11 10:10:30 2004 Return-Path: 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 F2A7216A4D1 for ; Sat, 11 Sep 2004 10:10:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F5C43D55 for ; Sat, 11 Sep 2004 10:10:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8BAAPun071265 for ; Sat, 11 Sep 2004 10:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8BAAPb0071263; Sat, 11 Sep 2004 10:10:25 GMT (envelope-from gnats) Resent-Date: Sat, 11 Sep 2004 10:10:25 GMT Resent-Message-Id: <200409111010.i8BAAPb0071263@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, Yoshiaki Uchikawa Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAD1D16A4CE for ; Sat, 11 Sep 2004 10:01:28 +0000 (GMT) Received: from serio.al.rim.or.jp (serio.al.rim.or.jp [202.247.191.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D37943D6A for ; Sat, 11 Sep 2004 10:01:27 +0000 (GMT) (envelope-from yoshiaki@kt.rim.or.jp) Received: from mail6.rim.or.jp by serio.al.rim.or.jp (3.7W/HMX-13) id TAA15794; Sat, 11 Sep 2004 19:01:26 +0900 (JST) Received: from singer.tertio.atoll (flets2127.t3.rim.or.jp [202.247.154.127]) by mail6.rim.or.jp (8.9.3/3.7W) id TAA16779; Sat, 11 Sep 2004 19:01:26 +0900 (JST) Received: (from yoshiaki@localhost) by singer.tertio.atoll (8.13.1/8.12.9/Submit) id i8BA1Y0x003043; Sat, 11 Sep 2004 19:01:34 +0900 (JST) (envelope-from yoshiaki) Message-Id: <200409111001.i8BA1Y0x003043@singer.tertio.atoll> Date: Sat, 11 Sep 2004 19:01:34 +0900 (JST) From: Yoshiaki Uchikawa To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: yoshiaki@kt.rim.or.jp Subject: ports/71585: ports update math/pari-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Yoshiaki Uchikawa List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2004 10:10:30 -0000 >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@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 +.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: