[41449] trunk/dports/graphics/glew/Portfile

jmr at macports.org jmr at macports.org
Mon Nov 3 05:14:10 PST 2008


Revision: 41449
          http://trac.macports.org/changeset/41449
Author:   jmr at macports.org
Date:     2008-11-03 05:14:10 -0800 (Mon, 03 Nov 2008)
Log Message:
-----------
glew: update to 1.5.1

Modified Paths:
--------------
    trunk/dports/graphics/glew/Portfile

Modified: trunk/dports/graphics/glew/Portfile
===================================================================
--- trunk/dports/graphics/glew/Portfile	2008-11-03 13:10:33 UTC (rev 41448)
+++ trunk/dports/graphics/glew/Portfile	2008-11-03 13:14:10 UTC (rev 41449)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name               glew
-version            1.5.0
+version            1.5.1
 categories         graphics devel
 platforms          darwin
 maintainers        jmr openmaintainer
@@ -19,14 +19,19 @@
 homepage           http://glew.sourceforge.net
 master_sites       sourceforge
 distfiles          ${distname}-src.tgz
-checksums          md5 3fececda0151b060c08ffd8a12892741 \
-                   sha1 17fa3b2f5b72a227c5e14631c2bda3fcfd8c1663 \
-                   rmd160 2fa13cd326e82fc9c043d1fcbf2c4da062723296
+checksums          md5 759a59853dfaae4d007b414a3c1712f2 \
+                   sha1 a94113169d46487ccda1bb2fde68fa1803bdf009 \
+                   rmd160 920fdff559976492a2e6acf93d3b02e8286f6b7b
 worksrcdir         ${name}
 use_configure      no
 build.env          GLEW_DEST=${prefix}
 destroot.env       GLEW_DEST=${destroot}${prefix}
 
+pre-build {
+	# config.guess has CRLF line endings, which confuses sh
+	reinplace "s|\r||" ${worksrcpath}/config/config.guess
+}
+
 # ugh, why is configure.cc not available in the build phase?
 set mycc /usr/bin/gcc-4.0
 platform darwin 8  { build.args CC=${mycc} LD=${mycc} }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081103/658f5b11/attachment.html>


More information about the macports-changes mailing list