Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 2010 12:08:20 -0600
From:      Robert Noland <rnoland@FreeBSD.org>
To:        Gerald Pfeifer <gerald@pfeifer.com>
Cc:        x11@FreeBSD.org
Subject:   Re: PATCH: graphics/libGL/Makefile simplification
Message-ID:  <1267294100.77622.17.camel@balrog.2hip.net>
In-Reply-To: <alpine.LSU.1.99.1002271848000.21091@acrux.dbai.tuwien.ac.at>
References:  <alpine.LSU.1.99.1002151946110.21091@acrux.dbai.tuwien.ac.at> <alpine.LSU.1.99.1002271848000.21091@acrux.dbai.tuwien.ac.at>

next in thread | previous in thread | raw e-mail | index | archive | help

On Sat, 2010-02-27 at 18:48 +0100, Gerald Pfeifer wrote:
> Ping.
> 
> Gerald
> 
> On Mon, 15 Feb 2010, Gerald Pfeifer wrote:
> > In the course of building in a partial ports tree, I noticed that
> > graphics/libGL/Makefile seems overly complicated.
> > 
> > One reason to simplify this (apart to just avoid confusing naive
> > ports committers like myself ;-) is that one can always check out
> > individual ports with "cvs co libGL" and then build them, which
> > generally works.  In fact, of some 30 ports where I did this last
> > weekend, only two failed -- libGL and libGLU.
> > 
> > Okay to commit?
> > 
> > Gerald @FreeBSD.org   
> > 
> > Index: Makefile
> > ===================================================================
> > RCS file: /home/pcvs/ports/graphics/libGL/Makefile,v
> > 
> > 
> > retrieving revision 1.13
> > diff -u -r1.13 Makefile
> > --- Makefile	7 Feb 2010 11:51:05 -0000	1.13
> > +++ Makefile	15 Feb 2010 18:45:43 -0000
> > @@ -25,5 +25,5 @@
> >  	${RM} ${WRKSRC}/include/GL/glu*.h
> >  	cd ${WRKSRC}/src/mesa; ${GMAKE} install-libgl
> >  
> > -.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
> > +.include "${.CURDIR}/bsd.mesalib.mk"
> >  .include <bsd.port.mk>

I'm fine with this, go ahead.

robert.

_______________________________________________
> freebsd-x11@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"
-- 
Robert Noland <rnoland@FreeBSD.org>
FreeBSD




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