From owner-freebsd-ports Sat Aug 14 13: 8:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id BA7AB14D4E for ; Sat, 14 Aug 1999 13:08:31 -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 WAA18162 for freebsd-ports@freebsd.org; Sat, 14 Aug 1999 22:04:40 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id VAA00262; Sat, 14 Aug 1999 21:45:04 +0200 (MET DST) Date: Sat, 14 Aug 1999 21:45:04 +0200 (MET DST) From: Juergen Lock Message-Id: <199908141945.VAA00262@saturn.kn-bremen.de> To: freebsd-ports@freebsd.org Subject: Re: ports/13125: make sure x11-toolkits/gtk-- always gets built with egcs X-Newsgroups: local.list.freebsd.ports In-Reply-To: <199908132213.AAA90656@saturn.kn-bremen.de> References: <199908131907.MAA85800@freefall.freebsd.org> Organization: home Cc: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <199908132213.AAA90656@saturn.kn-bremen.de> you write: >In article <199908131907.MAA85800@freefall.freebsd.org> you write: >>Synopsis: make sure x11-toolkits/gtk-- always gets built with egcs >> >>State-Changed-From-To: open->closed >>State-Changed-By: cpiazza >>State-Changed-When: Fri Aug 13 12:07:08 PDT 1999 >>State-Changed-Why: >>You appear to have an old version of this port; it already uses egcs >>for < 400004. > >You got that right, looks like i somehow forgot to update it. I just rebuilt this using the new egcs (gcc-2.95), and found out it now doesn't respect USE_X_PREFIX anymore. If I move the line before the .include it works again: Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/x11-toolkits/gtk--/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 1999/06/09 11:35:31 1.11 +++ Makefile 1999/08/14 17:27:40 @@ -17,6 +17,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +USE_X_PREFIX= yes .include @@ -26,7 +27,6 @@ CXX= eg++ .endif -USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static=yes \ -- Juergen Lock (remove dot foo from address to reply) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message