[122762] trunk/dports/graphics/OpenSceneGraph

ryandesign at macports.org ryandesign at macports.org
Mon Jul 28 22:38:51 PDT 2014


Revision: 122762
          https://trac.macports.org/changeset/122762
Author:   ryandesign at macports.org
Date:     2014-07-28 22:38:51 -0700 (Mon, 28 Jul 2014)
Log Message:
-----------
OpenSceneGraph: update to 3.2.1; no longer use Qt (#44466)

Modified Paths:
--------------
    trunk/dports/graphics/OpenSceneGraph/Portfile
    trunk/dports/graphics/OpenSceneGraph/files/patch-CMakeLists.txt.diff

Modified: trunk/dports/graphics/OpenSceneGraph/Portfile
===================================================================
--- trunk/dports/graphics/OpenSceneGraph/Portfile	2014-07-29 05:37:49 UTC (rev 122761)
+++ trunk/dports/graphics/OpenSceneGraph/Portfile	2014-07-29 05:38:51 UTC (rev 122762)
@@ -6,7 +6,7 @@
 
 name                    OpenSceneGraph
 conflicts               OpenSceneGraph-devel
-version                 3.2.0
+version                 3.2.1
 platforms               darwin
 categories              graphics
 maintainers             nomaintainer
@@ -22,8 +22,8 @@
 
 use_zip                 yes
 
-checksums               rmd160  cba6679cec2a9a6639f5758239b5af5b2df5208a \
-                        sha256  ceca56e58e9ba245d5f9d0661352ddf405a7cb105341a122c5541b69c0ce032e
+checksums               rmd160  cd9f806613b7617083a2f9202f7ad33733980f63 \
+                        sha256  d9ae72263d0191855b0f804d93c586d489f119aca0499292acc09bb0fa0b3e6d
 
 patchfiles              patch-CMakeLists.txt.diff
 
@@ -40,14 +40,12 @@
                         port:librsvg \
                         port:giflib \
                         port:tiff \
-                        port:qt4-mac \
                         port:boost
 
-configure.args-append   -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib \
-                        -DOSG_CONFIG_HAS_BEEN_RUN_BEFORE=YES \
+configure.args-append   -DOSG_CONFIG_HAS_BEEN_RUN_BEFORE=YES \
                         -DOSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX=imageio \
                         -DOSG_WINDOWING_SYSTEM=Cocoa \
-                        -DDESIRED_QT_VERSION=4
+                        -DOSG_USE_QT:BOOL=OFF
 
 livecheck.type          regex
 livecheck.url           ${homepage}downloads/developer_releases/

Modified: trunk/dports/graphics/OpenSceneGraph/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/graphics/OpenSceneGraph/files/patch-CMakeLists.txt.diff	2014-07-29 05:37:49 UTC (rev 122761)
+++ trunk/dports/graphics/OpenSceneGraph/files/patch-CMakeLists.txt.diff	2014-07-29 05:38:51 UTC (rev 122762)
@@ -1,48 +1,35 @@
---- CMakeLists.txt.orig	2013-10-02 22:29:59.000000000 -0700
-+++ CMakeLists.txt	2013-10-02 22:30:42.000000000 -0700
-@@ -513,32 +513,32 @@
+--- CMakeLists.txt.orig	2014-07-04 06:29:02.000000000 -0500
++++ CMakeLists.txt	2014-07-28 10:04:57.000000000 -0500
+@@ -516,32 +516,19 @@
  ELSE()
  # Common to all platforms except android:
-     FIND_PACKAGE(FreeType)
+     FIND_PACKAGE(Freetype)
 -    FIND_PACKAGE(Inventor)
-+#    FIND_PACKAGE(Inventor)
      FIND_PACKAGE(Jasper)
      FIND_PACKAGE(OpenEXR)
 -    FIND_PACKAGE(COLLADA)
-+#    FIND_PACKAGE(COLLADA)
      FIND_PACKAGE(FBX)
      FIND_PACKAGE(ZLIB)
 -    FIND_PACKAGE(Xine)
 -    FIND_PACKAGE(OpenVRML)
 -    FIND_PACKAGE(Performer)
-+#    FIND_PACKAGE(Xine)
-+#    FIND_PACKAGE(OpenVRML)
-+#    FIND_PACKAGE(Performer)
      FIND_PACKAGE(GDAL)
 -    FIND_PACKAGE(GTA)
-+#    FIND_PACKAGE(GTA)
      FIND_PACKAGE(CURL)
 -    FIND_PACKAGE(LibVNCServer)
 -    FIND_PACKAGE(OurDCMTK)
-+#    FIND_PACKAGE(LibVNCServer)
-+#    FIND_PACKAGE(OurDCMTK)
      FIND_PACKAGE(FFmpeg)
 -    FIND_PACKAGE(DirectShow)
 -    FIND_PACKAGE(SDL)
-+#    FIND_PACKAGE(DirectShow)
-+#    FIND_PACKAGE(SDL)
      FIND_PACKAGE(Poppler-glib)
      FIND_PACKAGE(RSVG)
 -    FIND_PACKAGE(GtkGl)
 -    FIND_PACKAGE(DirectInput)
-+#    FIND_PACKAGE(GtkGl)
-+#    FIND_PACKAGE(DirectInput)
      FIND_PACKAGE(NVTT)
      IF (NOT WIN32)
          FIND_PACKAGE(Asio)
      ENDIF()
 -    FIND_PACKAGE(ZeroConf)
-+#    FIND_PACKAGE(ZeroConf)
  ENDIF()
  
  IF(CMAKE_MAJOR_VERSION EQUAL 2 AND CMAKE_MINOR_VERSION LESS 8)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140728/d28a5591/attachment.html>


More information about the macports-changes mailing list