[118812] trunk/dports/graphics/pure-gl
ryandesign at macports.org
ryandesign at macports.org
Fri Apr 11 00:20:34 PDT 2014
Revision: 118812
https://trac.macports.org/changeset/118812
Author: ryandesign at macports.org
Date: 2014-04-11 00:20:34 -0700 (Fri, 11 Apr 2014)
Log Message:
-----------
pure-gl: update to 0.9; add pkg-config build dependency; use OS X GLUT and OpenGL frameworks as the developer intended instead of freeglut
Modified Paths:
--------------
trunk/dports/graphics/pure-gl/Portfile
Removed Paths:
-------------
trunk/dports/graphics/pure-gl/files/
Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile 2014-04-11 07:18:47 UTC (rev 118811)
+++ trunk/dports/graphics/pure-gl/Portfile 2014-04-11 07:20:34 UTC (rev 118812)
@@ -4,8 +4,7 @@
PortSystem 1.0
PortGroup pure 1.0
-pure.setup gl 0.8
-revision 4
+pure.setup gl 0.9
categories graphics
platforms macosx
maintainers ryandesign
@@ -16,23 +15,7 @@
long_description ${name} provides ${description}.
-# 0.8 was stealth-updated 2011-10-20
-dist_subdir ${name}/${version}_1
+checksums rmd160 2ce3181b7630d353f44234113bd701beadb2f1f7 \
+ sha256 edd594222f89ae372067eda6679a37488986b9739b5b79b4a25ac48255d31bba
-checksums rmd160 85ba8e44b0bf17f4b25677193b01f11ff2577985 \
- sha256 93554873c1b0604f6686ba45e19e947d3fcb14d7e069e9280a3dd49fb753b739
-
-depends_lib-append port:freeglut
-
-patchfiles patch-Makefile.diff
-
-post-patch {
- reinplace -E "s,#include <(OpenGL|GLUT)/,#include <GL/,g" \
- ${worksrcpath}/GL.c \
- ${worksrcpath}/GL_ARB.c \
- ${worksrcpath}/GL_ATI.c \
- ${worksrcpath}/GL_EXT.c \
- ${worksrcpath}/GL_NV.c \
- ${worksrcpath}/GLU.c \
- ${worksrcpath}/GLUT.c
-}
+depends_build-append port:pkgconfig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140411/5b5eb991/attachment.html>
More information about the macports-changes
mailing list