PATCH: graphics/libGL/Makefile simplification

Robert Noland rnoland at FreeBSD.org
Sat Feb 27 18:08:28 UTC 2010


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-x11
> To unsubscribe, send any mail to "freebsd-x11-unsubscribe at freebsd.org"
-- 
Robert Noland <rnoland at FreeBSD.org>
FreeBSD



More information about the freebsd-x11 mailing list