From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 10 20:31:46 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE23F106566B; Mon, 10 Mar 2008 20:31:46 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao105.cox.net (eastrmmtao105.cox.net [68.230.240.47]) by mx1.freebsd.org (Postfix) with ESMTP id 2D3BE8FC1B; Mon, 10 Mar 2008 20:31:45 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao105.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080310203144.KWSU20314.eastrmmtao105.cox.net@eastrmimpo01.cox.net>; Mon, 10 Mar 2008 16:31:44 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id zYXJ1Y00C4iy4EG02YXJS9; Mon, 10 Mar 2008 16:31:18 -0400 Date: Mon, 10 Mar 2008 15:33:18 -0500 To: "Alfred Perlstein" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20080310190947.5F2181A4D83@elvis.mu.org> <20080310201947.GW67856@elvis.mu.org> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <20080310201947.GW67856@elvis.mu.org> User-Agent: Opera Mail/9.26 (Linux) Cc: gnome@freebsd.org Subject: Re: LDFLAGS adjustment for graphics/glitz X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 20:31:46 -0000 On Mon, 10 Mar 2008 15:19:48 -0500, Alfred Perlstein = wrote: > * Jeremy Messenger [080310 13:00] wrote: >> On Mon, 10 Mar 2008 14:09:47 -0500, Alfred Perlstein = >> >> wrote: >> >> >Index: Makefile >> >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> >RCS file: /cvs/ncvs/ports/graphics/glitz/Makefile,v >> >retrieving revision 1.13 >> >diff -u -r1.13 Makefile >> >--- Makefile 4 Oct 2007 01:10:48 -0000 1.13 >> >+++ Makefile 17 Nov 2007 00:47:36 -0000 >> >@@ -20,7 +20,7 @@ >> > GNU_CONFIGURE=3D yes >> > USE_LDCONFIG=3D yes >> >-CONFIGURE_ENV=3D CPPFLAGS=3D"${PTHREAD_CFLAGS}" \ >> >- LDFLAGS=3D"${PTHREAD_LIBS}" >> >+CONFIGURE_ENV=3D CPPFLAGS=3D"${PTHREAD_CFLAGS} -I${X11BASE}/include= /" \ >> >+ LDFLAGS=3D"${PTHREAD_LIBS} -L${X11BASE}/lib/" >> >> There is no X11BASE, it should be LOCALBASE. Anyway, care to explain = why >> you want to add it if pointyhat can build it fine? > > It was broken in my environment? Perhaps pre-X11-moved-into-localbase= ? Moved in there long time ago. The X11BASE is pointing on LOCALBASE. See = in = bsd.port.mk (527 line): =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # X11BASE - Where X11 ports install things. # Default: ${LOCALBASE} =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D See in /usr/ports/UPDATING in 20070519 part. The /usr/X11R6 is a symlink= = to /usr/local. But you can't remove /usr/X11R6 symlink at the moment sin= ce = many ports still have hardcore of /usr/X11R6. Cheers, Mezz -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org