[61841] trunk/dports/graphics/OpenSceneGraph-devel

nox at macports.org nox at macports.org
Mon Dec 21 15:50:51 PST 2009


Revision: 61841
          http://trac.macports.org/changeset/61841
Author:   nox at macports.org
Date:     2009-12-21 15:50:50 -0800 (Mon, 21 Dec 2009)
Log Message:
-----------
Fix OpenSceneGraph-devel headers installation

Header `osgAnimation/Skinning` was not being installed by CMake.

Modified Paths:
--------------
    trunk/dports/graphics/OpenSceneGraph-devel/Portfile

Added Paths:
-----------
    trunk/dports/graphics/OpenSceneGraph-devel/files/patch-src-osgAnimation-CMakeLists.txt.diff

Modified: trunk/dports/graphics/OpenSceneGraph-devel/Portfile
===================================================================
--- trunk/dports/graphics/OpenSceneGraph-devel/Portfile	2009-12-21 23:23:21 UTC (rev 61840)
+++ trunk/dports/graphics/OpenSceneGraph-devel/Portfile	2009-12-21 23:50:50 UTC (rev 61841)
@@ -7,6 +7,7 @@
 conflicts       OpenSceneGraph
 set my_name     OpenSceneGraph
 version         2.9.6
+revision        1
 platforms       darwin
 categories      graphics
 license         OpenSceneGraphv0.0/wxWindowsv3/LGPLv2.1
@@ -28,6 +29,7 @@
                 rmd160  0832fe72de46b73aba06a9ee3aec6de4f9d9fb9c
 
 patchfiles      patch-disable-quicktime.diff \
+                patch-src-osgAnimation-CMakeLists.txt.diff \
                 patch-src-osgDB-Registry.cpp.diff
 
 post-patch {

Added: trunk/dports/graphics/OpenSceneGraph-devel/files/patch-src-osgAnimation-CMakeLists.txt.diff
===================================================================
--- trunk/dports/graphics/OpenSceneGraph-devel/files/patch-src-osgAnimation-CMakeLists.txt.diff	                        (rev 0)
+++ trunk/dports/graphics/OpenSceneGraph-devel/files/patch-src-osgAnimation-CMakeLists.txt.diff	2009-12-21 23:50:50 UTC (rev 61841)
@@ -0,0 +1,10 @@
+--- src/osgAnimation/CMakeLists.txt.orig	2009-12-21 17:29:16.000000000 +0100
++++ src/osgAnimation/CMakeLists.txt	2009-12-21 17:30:28.000000000 +0100
+@@ -40,6 +40,7 @@
+     ${HEADER_PATH}/RigTransformSoftware
+     ${HEADER_PATH}/Sampler
+     ${HEADER_PATH}/Skeleton
++    ${HEADER_PATH}/Skinning
+     ${HEADER_PATH}/StatsVisitor
+     ${HEADER_PATH}/StatsHandler
+     ${HEADER_PATH}/Target
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091221/0b99cd07/attachment.html>


More information about the macports-changes mailing list