Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2011 15:50:53 +0200 (CEST)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        Robert Noland <rnoland@FreeBSD.org>, x11@FreeBSD.org
Subject:   Re: Simplify relative path in libGLU/Makefile
Message-ID:  <alpine.LNX.2.00.1105221547430.3210@gerinyyl.fvgr>
In-Reply-To: <4BFA8A71.5000304@FreeBSD.org>
References:  <alpine.LSU.1.99.1005222044530.26362@acrux.dbai.tuwien.ac.at> <4BFA8A71.5000304@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 24 May 2010, Robert Noland wrote:
>> Index: libGLU/Makefile
>> ===================================================================
>> RCS file: /home/pcvs/ports/graphics/libGLU/Makefile,v
>> retrieving revision 1.13
>> diff -r1.13 Makefile
>> 26c26
>> < .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
>> ---
>> > .include "${.CURDIR}/../libGL/bsd.mesalib.mk"
> How exactly does this simplify things?  I think the existing is more
> technically correct.

Apologies for the delay in getting back on this.

The usecase here is where someone checks out individual ports as
opposed to the entire tree or subtrees and builds them.

This works very fine in general, there are but one or two ports
where this fails for me.  graphics/libGLU is one of them.


I am pretty convinced my patch is not less correcty technically,
but rather more.  It works both with a full ports checkout, and
the scenario I describe below.

Do you approve?

Gerald



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