Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Feb 2010 19:59:08 +0100 (CET)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        x11@FreeBSD.org
Subject:   PATCH: graphics/libGL/Makefile simplification
Message-ID:  <alpine.LSU.1.99.1002151946110.21091@acrux.dbai.tuwien.ac.at>

next in thread | raw e-mail | index | archive | help
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>



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