Revision: 100202 https://trac.macports.org/changeset/100202 Author: michaelld@macports.org Date: 2012-12-03 09:56:44 -0800 (Mon, 03 Dec 2012) Log Message: ----------- mesa : add patch to install header required such that the VG headers function properly. Fixes ticket #37177, checking in as openmaintainer. Modified Paths: -------------- trunk/dports/x11/mesa/Portfile Added Paths: ----------- trunk/dports/x11/mesa/files/patch-src-mapi-vgapi-Makefile.diff Modified: trunk/dports/x11/mesa/Portfile =================================================================== --- trunk/dports/x11/mesa/Portfile 2012-12-03 16:42:20 UTC (rev 100201) +++ trunk/dports/x11/mesa/Portfile 2012-12-03 17:56:44 UTC (rev 100202) @@ -6,7 +6,7 @@ name mesa epoch 1 version 8.0.4 -revision 1 +revision 2 categories x11 graphics maintainers jeremyhu openmaintainer license MIT @@ -33,7 +33,9 @@ port:xorg-libXi \ port:xorg-libXmu -patchfiles 0001-darwin-do-not-create-double-buffered-offscreen-pixel.patch +patchfiles \ + patch-src-mapi-vgapi-Makefile.diff \ + 0001-darwin-do-not-create-double-buffered-offscreen-pixel.patch patch.pre_args -p1 use_configure no Added: trunk/dports/x11/mesa/files/patch-src-mapi-vgapi-Makefile.diff =================================================================== --- trunk/dports/x11/mesa/files/patch-src-mapi-vgapi-Makefile.diff (rev 0) +++ trunk/dports/x11/mesa/files/patch-src-mapi-vgapi-Makefile.diff 2012-12-03 17:56:44 UTC (rev 100202) @@ -0,0 +1,11 @@ +--- a/src/mapi/vgapi/Makefile 2012-11-30 12:06:24.000000000 -0500 ++++ b/src/mapi/vgapi/Makefile 2012-11-30 12:06:52.000000000 -0500 +@@ -75,6 +75,8 @@ + install-headers: + $(INSTALL) -d $(DESTDIR)$(INSTALL_INC_DIR)/VG + $(INSTALL) -m 644 $(TOP)/include/VG/*.h $(DESTDIR)$(INSTALL_INC_DIR)/VG ++ $(INSTALL) -d $(DESTDIR)$(INSTALL_INC_DIR)/KHR ++ $(INSTALL) -m 644 $(TOP)/include/KHR/*.h $(DESTDIR)$(INSTALL_INC_DIR)/KHR + + install: default install-headers install-pc + $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)