[91288] trunk/dports/science/arb

ryandesign at macports.org ryandesign at macports.org
Wed Mar 28 05:11:01 PDT 2012


Revision: 91288
          https://trac.macports.org/changeset/91288
Author:   ryandesign at macports.org
Date:     2012-03-28 05:10:58 -0700 (Wed, 28 Mar 2012)
Log Message:
-----------
arb: maintainer patch to fix undefined symbol errors; see #33799

Modified Paths:
--------------
    trunk/dports/science/arb/Portfile
    trunk/dports/science/arb/files/patch-ARB-RNA3D_GlobalHeader.hxx.diff
    trunk/dports/science/arb/files/patch-ARB-config.makefile.diff

Modified: trunk/dports/science/arb/Portfile
===================================================================
--- trunk/dports/science/arb/Portfile	2012-03-28 09:58:15 UTC (rev 91287)
+++ trunk/dports/science/arb/Portfile	2012-03-28 12:10:58 UTC (rev 91288)
@@ -6,7 +6,7 @@
 name                    arb
 epoch                   1
 version                 5.3
-revision                1
+revision                2
 categories              science
 maintainers             me.com:matt.cottrell 
 platforms               darwin

Modified: trunk/dports/science/arb/files/patch-ARB-RNA3D_GlobalHeader.hxx.diff
===================================================================
--- trunk/dports/science/arb/files/patch-ARB-RNA3D_GlobalHeader.hxx.diff	2012-03-28 09:58:15 UTC (rev 91287)
+++ trunk/dports/science/arb/files/patch-ARB-RNA3D_GlobalHeader.hxx.diff	2012-03-28 12:10:58 UTC (rev 91288)
@@ -1,14 +1,14 @@
---- RNA3D/RNA3D_GlobalHeader.hxx	(revision 6192)
-+++ RNA3D/RNA3D_GlobalHeader.hxx	(working copy)
+--- RNA3D/RNA3D_GlobalHeader.hxx.orig	2012-03-23 19:13:07.000000000 -0400
++++ RNA3D/RNA3D_GlobalHeader.hxx	2012-03-27 20:24:27.000000000 -0400
 @@ -31,7 +31,11 @@
  // working on ralfs machine
  // working on waltz too
  #include <GL/glew.h>
 +#ifdef DARWIN
-+#include <glut.h>
++#include <GLUT/glut.h>
 +#else
  #include <GL/glut.h>
 +#endif
  #include <GL/glpng.h>
  
- // @@@ HACK @@@
\ No newline at end of file
+ // @@@ HACK @@@

Modified: trunk/dports/science/arb/files/patch-ARB-config.makefile.diff
===================================================================
--- trunk/dports/science/arb/files/patch-ARB-config.makefile.diff	2012-03-28 09:58:15 UTC (rev 91287)
+++ trunk/dports/science/arb/files/patch-ARB-config.makefile.diff	2012-03-28 12:10:58 UTC (rev 91288)
@@ -1,6 +1,14 @@
---- config.makefile	2009-09-05 20:38:12.000000000 -0400
-+++ config.makefile.template	2009-09-05 20:42:44.000000000 -0400
-@@ -20,7 +20,7 @@
+--- config.makefile	2010-09-05 12:32:01.000000000 -0400
++++ config.makefile.template	2012-03-27 22:24:51.000000000 -0400
+@@ -13,14 +13,14 @@
+ TRACESYM := 1# insert symbols for meaningful backtraces into executables 
+ 
+ # Include features using OPENGL? 
+-OPENGL := 1
++OPENGL := 0
+ 
+ # 0 = use old PTSERVER (recommended)
+ # 1 = use the new PTPan implementation as pt-server (Not tested very well, do NOT use!)
  # 2 = compile both, use old (recommended for development only)
  PTPAN := 0
  
@@ -26,7 +34,7 @@
  
 -# MACH   := DARWIN#
 -# DARWIN := 1
-+ MACH   := DARWIN#
-+ DARWIN := 1
++MACH   := DARWIN
++DARWIN := 1
  
  # ------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120328/2a66e41a/attachment.html>


More information about the macports-changes mailing list