Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 1999 21:45:04 +0200 (MET DST)
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        freebsd-ports@freebsd.org
Subject:   Re: ports/13125: make sure x11-toolkits/gtk-- always gets built with egcs
Message-ID:  <199908141945.VAA00262@saturn.kn-bremen.de>
In-Reply-To: <199908132213.AAA90656@saturn.kn-bremen.de>
References:  <199908131907.MAA85800@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> 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 <bsd.port.pre.mk>
 
@@ -26,7 +27,6 @@
 CXX=		eg++
 .endif
 
-USE_X_PREFIX=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-static=yes \
-- 
Juergen Lock <nox.foo@jelal.kn-bremen.de>
(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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908141945.VAA00262>