svn commit: r369857 - in head/graphics/osg-devel: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Oct 2 19:56:06 UTC 2014
Author: amdmi3
Date: Thu Oct 2 19:56:04 2014
New Revision: 369857
URL: https://svnweb.freebsd.org/changeset/ports/369857
QAT: https://qat.redports.org/buildarchive/r369857/
Log:
- Update to 3.3.2
Deleted:
head/graphics/osg-devel/files/patch-CMakeModules_FindFreeType.cmake
head/graphics/osg-devel/files/patch-src-osgPlugins-freetype-FreeTypeFont.cpp
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 Thu Oct 2 19:55:55 2014 (r369856)
+++ head/graphics/osg-devel/Makefile Thu Oct 2 19:56:04 2014 (r369857)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= osg
-PORTVERSION= 3.3.0
-PORTREVISION= 3
+PORTVERSION= 3.3.2
CATEGORIES= graphics
MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \
http://mirror.amdmi3.ru/distfiles/
@@ -30,9 +29,9 @@ USE_XORG= x11
USE_LDCONFIG= yes
PLIST_SUB= OSG_VERSION=${PORTVERSION} \
- OSG_SHLIBVER=110 \
- OPENTHREADS_VERSION=${PORTVERSION} \
- OPENTHREADS_SHLIBVER=14
+ OSG_SHLIBVER=112 \
+ OPENTHREADS_VERSION=3.3.0 \
+ OPENTHREADS_SHLIBVER=20
PORTSCOUT= limitw:1,odd
@@ -73,7 +72,7 @@ XRANDR_CMAKE_OFF= -DOSGVIEWER_USE_XRANDR
QT4_USE= QT4=corelib,gui,opengl,qmake_build,moc_build,uic_build,rcc_build
QT4_CMAKE_ON= -DOSG_USE_QT=ON
QT4_CMAKE_OFF= -DOSG_USE_QT=OFF
-LUA_USES= lua:51
+LUA_USES= lua:52
V8_LIB_DEPENDS= libv8.so:${PORTSDIR}/lang/v8
PYTHON_USE= PYTHON=2
Modified: head/graphics/osg-devel/distinfo
==============================================================================
--- head/graphics/osg-devel/distinfo Thu Oct 2 19:55:55 2014 (r369856)
+++ head/graphics/osg-devel/distinfo Thu Oct 2 19:56:04 2014 (r369857)
@@ -1,2 +1,2 @@
-SHA256 (OpenSceneGraph-3.3.0.zip) = 55224da955d58705d1cf9ec46a4129f29e8f37e69f4e9430c28f978594e1a5c6
-SIZE (OpenSceneGraph-3.3.0.zip) = 7627299
+SHA256 (OpenSceneGraph-3.3.2.zip) = 759676cdccd0b88e60dc1f86ee143c7598a817506fce9a6d8a388998f4230099
+SIZE (OpenSceneGraph-3.3.2.zip) = 8089660
Modified: head/graphics/osg-devel/pkg-plist
==============================================================================
--- head/graphics/osg-devel/pkg-plist Thu Oct 2 19:55:55 2014 (r369856)
+++ head/graphics/osg-devel/pkg-plist Thu Oct 2 19:56:04 2014 (r369857)
@@ -11,6 +11,26 @@ include/OpenThreads/Condition
include/OpenThreads/Config
include/OpenThreads/Exports
include/OpenThreads/Mutex
+include/osg/Callback
+include/osgGA/Event
+include/osgGA/EventHandler
+include/osgGA/Widget
+include/osgPresentation/PresentationInterface
+include/osgUI/AlignmentSettings
+include/osgUI/ColorPalette
+include/osgUI/ComboBox
+include/osgUI/Dialog
+include/osgUI/Export
+include/osgUI/FrameSettings
+include/osgUI/Label
+include/osgUI/LineEdit
+include/osgUI/Popup
+include/osgUI/PushButton
+include/osgUI/Style
+include/osgUI/TextSettings
+include/osgUI/Widget
+include/osgVolume/MultipassTechnique
+include/osgVolume/VolumeScene
include/OpenThreads/ReadWriteMutex
include/OpenThreads/ReentrantMutex
include/OpenThreads/ScopedLock
@@ -716,6 +736,7 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_ser
lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgsim.so
lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgterrain.so
lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgtext.so
+lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgui.so
lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgviewer.so
lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgvolume.so
%%SDL%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_sdl.so
@@ -735,6 +756,9 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_vtf
lib/osgPlugins-%%OSG_VERSION%%/osgdb_x.so
%%XINE%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_xine.so
lib/osgPlugins-%%OSG_VERSION%%/osgdb_zip.so
+lib/libosgUI.so
+lib/libosgUI.so.%%OSG_VERSION%%
+lib/libosgUI.so.%%OSG_SHLIBVER%%
libdata/pkgconfig/openscenegraph-osg.pc
libdata/pkgconfig/openscenegraph-osgAnimation.pc
libdata/pkgconfig/openscenegraph-osgDB.pc
More information about the svn-ports-all
mailing list