[47289] trunk/dports/x11/mesa/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Feb 24 18:08:10 PST 2009


Revision: 47289
          http://trac.macports.org/changeset/47289
Author:   jeremyhu at macports.org
Date:     2009-02-24 18:08:09 -0800 (Tue, 24 Feb 2009)
Log Message:
-----------
mesa: Add missing build dependency on tcl and nuke file conflicts with glproto.  Ticket #18622.

Modified Paths:
--------------
    trunk/dports/x11/mesa/Portfile

Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile	2009-02-25 01:55:12 UTC (rev 47288)
+++ trunk/dports/x11/mesa/Portfile	2009-02-25 02:08:09 UTC (rev 47289)
@@ -38,7 +38,8 @@
 
 depends_build \
 	port:xorg-glproto \
-	bin:makedepend:makedepend
+	bin:makedepend:makedepend \
+	bin:tclsh8.5:tcl
 
 depends_lib \
 	port:xorg-libXext
@@ -89,6 +90,9 @@
 
 	post-destroot {
 		system "cd ${worksrcpath}/../AppleSGLX-${ASGLX_version} && ${destroot.cmd} ${destroot.target} ${destroot.destdir} ${destroot.args} INSTALL_DIR='${prefix}'"
+		delete ${destroot}${prefix}/include/GL/glxint.h
+		delete ${destroot}${prefix}/include/GL/glxmd.h
+		delete ${destroot}${prefix}/include/GL/glxproto.h
 	}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090224/09a1d7d7/attachment.html>


More information about the macports-changes mailing list