Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2008 15:33:18 -0500
From:      "Jeremy Messenger" <mezz7@cox.net>
To:        "Alfred Perlstein" <alfred@freebsd.org>
Cc:        gnome@freebsd.org
Subject:   Re: LDFLAGS adjustment for graphics/glitz
Message-ID:  <op.t7th1sez9aq2h7@mezz.mezzweb.com>
In-Reply-To: <20080310201947.GW67856@elvis.mu.org>
References:  <20080310190947.5F2181A4D83@elvis.mu.org> <op.t7tfqtv09aq2h7@mezz.mezzweb.com> <20080310201947.GW67856@elvis.mu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 10 Mar 2008 15:19:48 -0500, Alfred Perlstein <alfred@freebsd.org=
>  =

wrote:

> * Jeremy Messenger <mezz7@cox.net> [080310 13:00] wrote:
>> On Mon, 10 Mar 2008 14:09:47 -0500, Alfred Perlstein  =

>> <bright@elvis.mu.org>
>> 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



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