[38254] trunk/dports/ruby/rb-opengl

febeling at macports.org febeling at macports.org
Sun Jul 13 15:16:29 PDT 2008


Revision: 38254
          http://trac.macosforge.org/projects/macports/changeset/38254
Author:   febeling at macports.org
Date:     2008-07-13 15:16:28 -0700 (Sun, 13 Jul 2008)
Log Message:
-----------
update rb-opengl to 0.32g
remove stale hunk from extconf.rb patch which was unnecessary anyway

Modified Paths:
--------------
    trunk/dports/ruby/rb-opengl/Portfile
    trunk/dports/ruby/rb-opengl/files/patch-extconf.rb

Modified: trunk/dports/ruby/rb-opengl/Portfile
===================================================================
--- trunk/dports/ruby/rb-opengl/Portfile	2008-07-13 21:42:58 UTC (rev 38253)
+++ trunk/dports/ruby/rb-opengl/Portfile	2008-07-13 22:16:28 UTC (rev 38254)
@@ -2,15 +2,15 @@
 PortSystem		1.0
 PortGroup		ruby 1.0
 
-ruby.setup		{opengl rbogl} 0.32c extconf.rb {sample}
-revision		2
+ruby.setup		{opengl rbogl} 0.32g extconf.rb {sample}
+revision		0
 maintainers		nomaintainer
 description		OpenGL bindings for Ruby
 long_description	${description}
 categories-append	graphics
 homepage		http://www2.giganet.net/~yoshi/
 master_sites	${homepage}
-checksums		md5 37e8a112dcc1b2e8446abfdab3b6ac07
+checksums		md5 0832d08a87ebb16f6d4e30459a5019f0
 platforms		darwin 
 
 worksrcdir		${ruby.module}-${version}
@@ -22,7 +22,6 @@
 				patch-rbogl.c
 
 post-configure {
-	cd ${worksrcpath}
 	reinplace "s|^CFLAGS.*\$|& \
 		-I/System/Library/Frameworks/OpenGL.framework/Headers \
 		-I/System/Library/Frameworks/GLUT.framework/Headers|" \

Modified: trunk/dports/ruby/rb-opengl/files/patch-extconf.rb
===================================================================
--- trunk/dports/ruby/rb-opengl/files/patch-extconf.rb	2008-07-13 21:42:58 UTC (rev 38253)
+++ trunk/dports/ruby/rb-opengl/files/patch-extconf.rb	2008-07-13 22:16:28 UTC (rev 38254)
@@ -1,14 +1,5 @@
 --- extconf.rb	Sat Aug 16 23:04:32 2003
 +++ ../opengl-0.32c-patched/extconf.rb	Tue Jan 27 22:25:34 2004
-@@ -17,8 +17,6 @@
- File.unlink("Makefile.ogl") if (FileTest.exist? "Makefile.ogl")
- File.unlink("Makefile.glut") if (FileTest.exist? "Makefile.glut")
- 
--header = nil
--
- if (/cygwin/ =~ PLATFORM)
-   $CFLAGS="-DWIN32"
-   gl_libname = "opengl32"
 @@ -33,21 +31,13 @@
  else
    $CPPFLAGS += " -I."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080713/e4c8cc15/attachment.html 


More information about the macports-changes mailing list