[113085] trunk/dports/graphics/glfw/Portfile

michaelld at macports.org michaelld at macports.org
Fri Nov 8 06:36:19 PST 2013


Revision: 113085
          https://trac.macports.org/changeset/113085
Author:   michaelld at macports.org
Date:     2013-11-08 06:36:18 -0800 (Fri, 08 Nov 2013)
Log Message:
-----------
glfw:
+ update to b13c84f8 (20131107);
+ remove top-level include path, such that internal headers are used instead of any already-installed ones;
+ remove top-level library path, such that internal libraries are used instead of any already-installed ones.

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

Modified: trunk/dports/graphics/glfw/Portfile
===================================================================
--- trunk/dports/graphics/glfw/Portfile	2013-11-08 13:16:10 UTC (rev 113084)
+++ trunk/dports/graphics/glfw/Portfile	2013-11-08 14:36:18 UTC (rev 113085)
@@ -15,10 +15,10 @@
 long_description ${description}: \
     This port follows the GIT master version of GLFW, which is typically updated every few days to weeks.
 
-github.setup    glfw glfw e4a87b8a1cacb41fb31012b2e59385cbc1ef0c95
-version         3.0.3_20131103
-checksums       rmd160 82747f3d7821c1a3fbc98a59f88de3e03a27a3d4 \
-                sha256 5e797b2f91a5f511bd9551c4972da857d08a779d1b81d8b776ba81ca9edaf085
+github.setup    glfw glfw b13c84f8541ab9dcb4f6d8ca0605cbb0012869d4
+version         3.0.3_20131107
+checksums       rmd160 b4477c45671624fcbb68feea55bd738afaa28447 \
+                sha256 3c59c5a3b10c2ec35a09aae857fa0377c2d8afba9dcd9c6625742e1a1c6ecbe4
 
 # use the real home page, not github's
 
@@ -37,6 +37,16 @@
                     -DGLFW_BUILD_EXAMPLES=off \
                     -DGLFW_BUILD_TESTS=off
 
+# remove top-level include path, such that internal headers are used
+# instead of any already-installed ones.
+
+configure.cppflags-delete -I${prefix}/include
+
+# remove top-level library path, such that internal libraries are used
+# instead of any already-installed ones.
+
+configure.ldflags-delete -L${prefix}/lib
+
 # set last configure argument to the reletive path
 # to the top-level cmake source
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131108/2b7e4265/attachment.html>


More information about the macports-changes mailing list