svn commit: r387454 - in head/graphics/osg-devel: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue May 26 00:57:28 UTC 2015
Author: amdmi3
Date: Tue May 26 00:57:26 2015
New Revision: 387454
URL: https://svnweb.freebsd.org/changeset/ports/387454
Log:
- Update to 3.3.7
Added:
head/graphics/osg-devel/files/patch-CMakeModules_FindOpenEXR.cmake (contents, props changed)
Modified:
head/graphics/osg-devel/Makefile
head/graphics/osg-devel/distinfo
head/graphics/osg-devel/pkg-plist
Modified: head/graphics/osg-devel/Makefile
==============================================================================
--- head/graphics/osg-devel/Makefile Tue May 26 00:16:56 2015 (r387453)
+++ head/graphics/osg-devel/Makefile Tue May 26 00:57:26 2015 (r387454)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= osg
-PORTVERSION= 3.3.6
+PORTVERSION= 3.3.7
CATEGORIES= graphics
MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \
http://mirror.amdmi3.ru/distfiles/
@@ -29,7 +29,7 @@ USE_XORG= x11
USE_LDCONFIG= yes
PLIST_SUB= OSG_VERSION=${PORTVERSION} \
- OSG_SHLIBVER=118 \
+ OSG_SHLIBVER=120 \
OPENTHREADS_VERSION=3.3.0 \
OPENTHREADS_SHLIBVER=20
Modified: head/graphics/osg-devel/distinfo
==============================================================================
--- head/graphics/osg-devel/distinfo Tue May 26 00:16:56 2015 (r387453)
+++ head/graphics/osg-devel/distinfo Tue May 26 00:57:26 2015 (r387454)
@@ -1,2 +1,2 @@
-SHA256 (OpenSceneGraph-3.3.6.zip) = 0399548967328933debce7f5901defe357f3ada4bd13f45dcf56b4aad3a10065
-SIZE (OpenSceneGraph-3.3.6.zip) = 8225268
+SHA256 (OpenSceneGraph-3.3.7.zip) = 4f0e4866947eb3814ecfb6c026ccd9a5db97986bf6bf660a4e7a1925629453bc
+SIZE (OpenSceneGraph-3.3.7.zip) = 8311789
Added: head/graphics/osg-devel/files/patch-CMakeModules_FindOpenEXR.cmake
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/osg-devel/files/patch-CMakeModules_FindOpenEXR.cmake Tue May 26 00:57:26 2015 (r387454)
@@ -0,0 +1,29 @@
+--- CMakeModules/FindOpenEXR.cmake.orig 2015-05-26 00:48:16 UTC
++++ CMakeModules/FindOpenEXR.cmake
+@@ -45,20 +45,20 @@ MACRO(OPENEXR_FIND_VAR varname libname)
+ ENDMACRO(OPENEXR_FIND_VAR)
+
+ # Macro to find exr libraries (and debug versions)
+-# example: OPENEXR_FIND(IlmIlf)
++# example: OPENEXR_FIND(IlmImf)
+ MACRO(OPENEXR_FIND libname)
+ OPENEXR_FIND_VAR(OPENEXR_${libname}_LIBRARY ${libname})
+ OPENEXR_FIND_VAR(OPENEXR_${libname}_LIBRARY_DEBUG ${libname}d)
+ ENDMACRO(OPENEXR_FIND)
+
+-OPENEXR_FIND(IlmIlf)
++OPENEXR_FIND(IlmImf)
+ OPENEXR_FIND(IlmThread)
+ OPENEXR_FIND(Iex)
+ OPENEXR_FIND(Half)
+
+ SET(OPENEXR_FOUND "NO")
+-IF(OPENEXR_INCLUDE_DIR AND OPENEXR_IlmIlf_LIBRARY AND OPENEXR_IlmThread_LIBRARY AND OPENEXR_Iex_LIBRARY AND OPENEXR_Half_LIBRARY)
+- SET(OPENEXR_LIBRARIES ${OPENEXR_IlmIlf_LIBRARY} ${OPENEXR_IlmThread_LIBRARY} ${OPENEXR_Half_LIBRARY} ${OPENEXR_Iex_LIBRARY} )
+- SET(OPENEXR_LIBRARIES_VARS OPENEXR_IlmIlf_LIBRARY OPENEXR_IlmThread_LIBRARY OPENEXR_Half_LIBRARY OPENEXR_Iex_LIBRARY )
++IF(OPENEXR_INCLUDE_DIR AND OPENEXR_IlmImf_LIBRARY AND OPENEXR_IlmThread_LIBRARY AND OPENEXR_Iex_LIBRARY AND OPENEXR_Half_LIBRARY)
++ SET(OPENEXR_LIBRARIES ${OPENEXR_IlmImf_LIBRARY} ${OPENEXR_IlmThread_LIBRARY} ${OPENEXR_Half_LIBRARY} ${OPENEXR_Iex_LIBRARY} )
++ SET(OPENEXR_LIBRARIES_VARS OPENEXR_IlmImf_LIBRARY OPENEXR_IlmThread_LIBRARY OPENEXR_Half_LIBRARY OPENEXR_Iex_LIBRARY )
+ SET(OPENEXR_FOUND "YES")
+-ENDIF(OPENEXR_INCLUDE_DIR AND OPENEXR_IlmIlf_LIBRARY AND OPENEXR_IlmThread_LIBRARY AND OPENEXR_Iex_LIBRARY AND OPENEXR_Half_LIBRARY)
++ENDIF(OPENEXR_INCLUDE_DIR AND OPENEXR_IlmImf_LIBRARY AND OPENEXR_IlmThread_LIBRARY AND OPENEXR_Iex_LIBRARY AND OPENEXR_Half_LIBRARY)
Modified: head/graphics/osg-devel/pkg-plist
==============================================================================
--- head/graphics/osg-devel/pkg-plist Tue May 26 00:16:56 2015 (r387453)
+++ head/graphics/osg-devel/pkg-plist Tue May 26 00:57:26 2015 (r387454)
@@ -685,6 +685,7 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_dxf
%%FREETYPE%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_freetype.so
%%GDAL%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_gdal.so
%%GIF%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_gif.so
+lib/osgPlugins-%%OSG_VERSION%%/osgdb_gles.so
lib/osgPlugins-%%OSG_VERSION%%/osgdb_glsl.so
%%GSTREAMER%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_gstreamer.so
%%GTA%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_gta.so
@@ -710,6 +711,7 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_ope
lib/osgPlugins-%%OSG_VERSION%%/osgdb_osc.so
lib/osgPlugins-%%OSG_VERSION%%/osgdb_osg.so
lib/osgPlugins-%%OSG_VERSION%%/osgdb_osga.so
+lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgjs.so
lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgshadow.so
lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgterrain.so
lib/osgPlugins-%%OSG_VERSION%%/osgdb_osgtgz.so
More information about the svn-ports-all
mailing list