PATCH: graphics/libGL/Makefile simplification

Gerald Pfeifer gerald at pfeifer.com
Sat Feb 27 17:48:31 UTC 2010


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>


More information about the freebsd-x11 mailing list