Simplify relative path in libGLU/Makefile

Gerald Pfeifer gerald at pfeifer.com
Sun May 22 14:17:35 UTC 2011


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


More information about the freebsd-x11 mailing list