From owner-freebsd-ports Mon Dec 30 16:40: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15F0837B405 for ; Mon, 30 Dec 2002 16:40:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49CE943ED8 for ; Mon, 30 Dec 2002 16:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBV0e4NS098863 for ; Mon, 30 Dec 2002 16:40:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBV0e45F098862; Mon, 30 Dec 2002 16:40:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A70A37B401 for ; Mon, 30 Dec 2002 16:39:49 -0800 (PST) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id C25C243EA9 for ; Mon, 30 Dec 2002 16:39:48 -0800 (PST) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP id MUA74016 for ; Mon, 30 Dec 2002 16:39:43 -0800 Received: by ptavv.es.net (Tachyon Server, from userid 9381) id DF53F5D04; Mon, 30 Dec 2002 16:39:42 -0800 (PST) Message-Id: <20021231003942.DF53F5D04@ptavv.es.net> Date: Mon, 30 Dec 2002 16:39:42 -0800 (PST) From: Kevin Oberman Reply-To: Kevin Oberman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46642: net/irrtoolset will not build under 5.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46642 >Category: ports >Synopsis: net/irrtoolset will not build under 5.0 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Dec 30 16:40:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kevin Oberman >Release: FreeBSD 4.7-STABLE i386 >Organization: ESnet--The Energy Science Network >Environment: System: FreeBSD ptavv.es.net 4.7-STABLE FreeBSD 4.7-STABLE #15: Wed Nov 6 16:11:56 PST 2002 oberman@ptavv.es.net:/usr/obj/usr/src/sys/PTAVV i386 >Description: The IRRToolSet will not build under 5.0 as it uses gcc3 by default and IRRToolSet has not been updated by its authors to be compatible with the changes to g++. I believe that simply adding "USE_GCC=2.95" will allow it to build under 5.0, but I am not able to test this as I have not been able to get a 5.0 system to run reliably on my only non-production system. In any case, this should not cause any problems on 4.x systems. >How-To-Repeat: make the port. >Fix: Patch with: --- Makefile Sat Nov 16 06:58:13 2002 +++ Makefile.new Mon Dec 30 16:29:44 2002 @@ -18,6 +18,7 @@ USE_BISON= yes USE_GMAKE= yes GNU_CONFIGURE= Yes +USE_GCC= 2.95 CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl8.3:${PREFIX}/include/tk8.3" \ TCL_TK_LIBRARY_DIR=${PREFIX}/lib \ TCL_LIBRARY=${PREFIX}/lib/tcl8.3 \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message