[60121] trunk/dports/graphics/openvrml

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Nov 2 09:20:26 PST 2009


Revision: 60121
          http://trac.macports.org/changeset/60121
Author:   macsforever2000 at macports.org
Date:     2009-11-02 09:20:23 -0800 (Mon, 02 Nov 2009)
Log Message:
-----------
Add dependency libxml2. Fix boost bug. (#22185)

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

Added Paths:
-----------
    trunk/dports/graphics/openvrml/files/
    trunk/dports/graphics/openvrml/files/patch-scene.h.diff

Modified: trunk/dports/graphics/openvrml/Portfile
===================================================================
--- trunk/dports/graphics/openvrml/Portfile	2009-11-02 16:53:59 UTC (rev 60120)
+++ trunk/dports/graphics/openvrml/Portfile	2009-11-02 17:20:23 UTC (rev 60121)
@@ -5,6 +5,7 @@
 
 name                    openvrml
 version                 0.18.3
+revision                1
 categories              graphics x11
 maintainers             ira.uka.de:raphael openmaintainer
 description             a cross-platform VRML and X3D browser and C++ runtime \
@@ -28,6 +29,7 @@
                         port:jpeg \
                         port:fontconfig \
                         port:mesa \
+                        port:libxml2 \
                         path:lib/pkgconfig/sdl.pc:libsdl
 depends_build           port:pkgconfig
 
@@ -41,6 +43,8 @@
                         }
 }
 
+patchfiles              patch-scene.h.diff
+
 configure.args          --disable-script-node-javascript \
                         --disable-script-node-java \
                         --disable-xembed \

Added: trunk/dports/graphics/openvrml/files/patch-scene.h.diff
===================================================================
--- trunk/dports/graphics/openvrml/files/patch-scene.h.diff	                        (rev 0)
+++ trunk/dports/graphics/openvrml/files/patch-scene.h.diff	2009-11-02 17:20:23 UTC (rev 60121)
@@ -0,0 +1,10 @@
+--- src/libopenvrml/openvrml/scene.h.orig	2009-10-21 18:03:12.000000000 +0200
++++ src/libopenvrml/openvrml/scene.h	2009-10-21 18:03:55.000000000 +0200
+@@ -26,6 +26,7 @@
+ #   include <openvrml/bad_url.h>
+ #   include <openvrml/node.h>
+ #   include <boost/thread.hpp>
++#   include <boost/function/function0.hpp>
+ 
+ namespace openvrml {
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091102/6224d052/attachment.html>


More information about the macports-changes mailing list