From owner-freebsd-ports Fri Aug 13 10:23:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A702615070 for ; Fri, 13 Aug 1999 10:23:50 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA78444; Fri, 13 Aug 1999 10:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id F23B814FF5 for ; Fri, 13 Aug 1999 10:11:26 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id TAA26462 for FreeBSD-gnats-submit@freebsd.org; Fri, 13 Aug 1999 19:05:47 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id TAA72871; Fri, 13 Aug 1999 19:05:44 +0200 (MET DST) Message-Id: <199908131705.TAA72871@saturn.kn-bremen.de> Date: Fri, 13 Aug 1999 19:05:44 +0200 (MET DST) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13125: make sure x11-toolkits/gtk-- always gets built with egcs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13125 >Category: ports >Synopsis: make sure x11-toolkits/gtk-- always gets built with egcs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 13 10:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.2-STABLE i386 >Organization: me? organized? >Environment: FreeBSD 3.2-STABLE i386 >Description: I forgot this on the audio/cdrdao PR (12642), gtk-- needs to be built with egcs too for xcdrdao to build properly. (and cdrdao appears to be the only port so far thats actually using gtk-- soo...) >How-To-Repeat: Try to build audio/cdrdao with xcdrdao (cd /usr/ports/audio/cdrdao && make XCDRDAO=t with current ports) >Fix: Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/x11-toolkits/gtk--/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 1999/05/12 11:37:22 1.8 +++ Makefile 1999/08/13 16:13:14 @@ -58,4 +58,12 @@ ToolbarConnector.3 ToolbarConnectorBase.3 Toolbar_Child.3 \ _gtk_string.3 gtkmm_add_signal_class.3 -.include +.include + +.if ${OSVERSION} < 400004 +BUILD_DEPENDS+= eg++:${PORTSDIR}/lang/egcs +CC= egcc +CXX= eg++ +.endif + +.include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message