[52728] trunk/dports/graphics/pure-gl

ryandesign at macports.org ryandesign at macports.org
Sun Jun 21 22:55:13 PDT 2009


Revision: 52728
          http://trac.macports.org/changeset/52728
Author:   ryandesign at macports.org
Date:     2009-06-21 22:55:12 -0700 (Sun, 21 Jun 2009)
Log Message:
-----------
pure-gl: update to 0.6

Modified Paths:
--------------
    trunk/dports/graphics/pure-gl/Portfile
    trunk/dports/graphics/pure-gl/files/patch-Makefile.diff

Modified: trunk/dports/graphics/pure-gl/Portfile
===================================================================
--- trunk/dports/graphics/pure-gl/Portfile	2009-06-22 04:53:16 UTC (rev 52727)
+++ trunk/dports/graphics/pure-gl/Portfile	2009-06-22 05:55:12 UTC (rev 52728)
@@ -3,7 +3,7 @@
 PortSystem                      1.0
 
 name                            pure-gl
-version                         0.5
+version                         0.6
 categories                      graphics
 platforms                       macosx
 maintainers                     ryandesign
@@ -16,9 +16,9 @@
 
 long_description                ${name} provides ${description}.
 
-checksums                       md5     974193a84fbc2df95e6d85dbf785be36 \
-                                sha1    08a2642aa8c943c4ad82fc5d274f880b645cc315 \
-                                rmd160  30976e35a81bdc976cdb1ca09d868fb57782a98f
+checksums                       md5     9fd1b40fbe25a8a0c7ad2a8f654a172d \
+                                sha1    47dbbf42926d9937bdc6aad3b73abf4c8617c12c \
+                                rmd160  689886326ffcedf5548fd242f7a57a9a4f721654
 
 depends_lib-append              path:lib/libpure.dylib:pure \
                                 path:lib/libGL.dylib:mesa
@@ -26,7 +26,7 @@
 patchfiles                      patch-Makefile.diff
 
 post-patch {
-    reinplace "s|#include <OpenGL/|#include <GL/|g" \
+    reinplace -E "s,#include <(OpenGL|GLUT)/,#include <GL/,g" \
         ${worksrcpath}/GL.c \
         ${worksrcpath}/GL_ARB.c \
         ${worksrcpath}/GL_ATI.c \

Modified: trunk/dports/graphics/pure-gl/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/pure-gl/files/patch-Makefile.diff	2009-06-22 04:53:16 UTC (rev 52727)
+++ trunk/dports/graphics/pure-gl/files/patch-Makefile.diff	2009-06-22 05:55:12 UTC (rev 52728)
@@ -1,10 +1,10 @@
---- Makefile.orig	2009-02-17 02:40:05.000000000 -0600
-+++ Makefile	2009-04-10 08:53:21.000000000 -0500
+--- Makefile.orig	2009-06-06 04:15:17.000000000 -0500
++++ Makefile	2009-06-21 17:47:37.000000000 -0500
 @@ -35,7 +35,6 @@
  # OSX (untested)
  DLL = .dylib
  shared = -dynamiclib
--LinkGL = -framework OpenGL
+-LinkGL = -framework GLUT -framework OpenGL
  endif
  ifneq "$(findstring x86_64-,$(host))" ""
  # 64 bit, needs -fPIC flag
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090621/91c4a569/attachment.html>


More information about the macports-changes mailing list