Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2015 10:18:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387006 - head/graphics/osg-devel
Message-ID:  <201505221018.t4MAIWEC029742@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May 22 10:18:31 2015
New Revision: 387006
URL: https://svnweb.freebsd.org/changeset/ports/387006

Log:
  - Update to 3.3.6
  - Drop V8 and PYTHON options, they have no functionality (see src/osgPlugins/CMakeLists.txt)

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	Fri May 22 10:17:27 2015	(r387005)
+++ head/graphics/osg-devel/Makefile	Fri May 22 10:18:31 2015	(r387006)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	osg
-PORTVERSION=	3.3.5
+PORTVERSION=	3.3.6
 CATEGORIES=	graphics
 MASTER_SITES=	http://trac.openscenegraph.org/downloads/developer_releases/ \
 		http://mirror.amdmi3.ru/distfiles/
@@ -29,15 +29,15 @@ USE_XORG=	x11
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	OSG_VERSION=${PORTVERSION} \
-		OSG_SHLIBVER=117 \
+		OSG_SHLIBVER=118 \
 		OPENTHREADS_VERSION=3.3.0 \
 		OPENTHREADS_SHLIBVER=20
 
 PORTSCOUT=	limitw:1,odd
 
 OPTIONS_DEFINE=	CURL FFMPEG FREETYPE GDAL GIF GSTREAMER GTA INVENTOR \
-		JASPER LIBLAS LUA NVTT OPENEXR PDF PYTHON QT4 SDL \
-		SVG V8 VNC XINE XRANDR
+		JASPER LIBLAS LUA NVTT OPENEXR PDF QT4 SDL \
+		SVG VNC XINE XRANDR
 OPTIONS_DEFAULT=FREETYPE GIF FFMPEG XRANDR
 
 LIBLAS_DESC=	liblas support
@@ -48,8 +48,6 @@ VNC_DESC=	LibVNCServer support
 SDL_DESC=	Use SDL (joystick support in present3d)
 NVTT_DESC=	Use NVidia texture tools
 LUA_DESC=	Lua script engine support
-V8_DESC=	V8 script engine support
-PYTHON_DESC=	Python script engine support
 
 OPTIONS_SUB=	yes
 
@@ -76,8 +74,6 @@ QT4_USE=		QT4=corelib,gui,opengl,qmake_b
 QT4_CMAKE_ON=		-DOSG_USE_QT=ON
 QT4_CMAKE_OFF=		-DOSG_USE_QT=OFF
 LUA_USES=		lua:52
-V8_LIB_DEPENDS=		libv8.so:${PORTSDIR}/lang/v8
-PYTHON_USES=		python:2
 
 .include <bsd.port.options.mk>
 
@@ -173,18 +169,6 @@ FORCE_REQUIRE+=	Lua51
 FORCE_IGNORE+=	Lua51
 .endif
 
-.if ${PORT_OPTIONS:MV8}
-FORCE_REQUIRE+=	V8
-.else
-FORCE_IGNORE+=	V8
-.endif
-
-.if ${PORT_OPTIONS:MPYTHON}
-FORCE_REQUIRE+=	PythonLibs
-.else
-FORCE_IGNORE+=	PythonLibs
-.endif
-
 # options that affect PKG_CHECK_MODULES
 .if ${PORT_OPTIONS:MSVG}
 FORCE_REQUIRE+=	RSVG

Modified: head/graphics/osg-devel/distinfo
==============================================================================
--- head/graphics/osg-devel/distinfo	Fri May 22 10:17:27 2015	(r387005)
+++ head/graphics/osg-devel/distinfo	Fri May 22 10:18:31 2015	(r387006)
@@ -1,2 +1,2 @@
-SHA256 (OpenSceneGraph-3.3.5.zip) = aa7c3e30149752202c3b6f771e4a5bed80465807d732953813512f3f64045564
-SIZE (OpenSceneGraph-3.3.5.zip) = 8263725
+SHA256 (OpenSceneGraph-3.3.6.zip) = 0399548967328933debce7f5901defe357f3ada4bd13f45dcf56b4aad3a10065
+SIZE (OpenSceneGraph-3.3.6.zip) = 8225268

Modified: head/graphics/osg-devel/pkg-plist
==============================================================================
--- head/graphics/osg-devel/pkg-plist	Fri May 22 10:17:27 2015	(r387005)
+++ head/graphics/osg-devel/pkg-plist	Fri May 22 10:18:31 2015	(r387006)
@@ -409,30 +409,16 @@ include/osgParticle/SmokeTrailEffect
 include/osgParticle/VariableRateCounter
 include/osgParticle/Version
 include/osgParticle/range
-include/osgPresentation/Action
 include/osgPresentation/AnimationMaterial
-include/osgPresentation/Audio
 include/osgPresentation/CompileSlideCallback
 include/osgPresentation/Cursor
-include/osgPresentation/Element
 include/osgPresentation/Export
-include/osgPresentation/Group
-include/osgPresentation/Image
 include/osgPresentation/KeyEventHandler
-include/osgPresentation/Layer
-include/osgPresentation/Model
-include/osgPresentation/Movie
 include/osgPresentation/PickEventHandler
-include/osgPresentation/Presentation
-include/osgPresentation/PresentationInterface
 include/osgPresentation/PropertyManager
-include/osgPresentation/Section
-include/osgPresentation/Slide
 include/osgPresentation/SlideEventHandler
 include/osgPresentation/SlideShowConstructor
-include/osgPresentation/Text
 include/osgPresentation/Timeout
-include/osgPresentation/Volume
 %%QT4%%include/osgQt/Export
 %%QT4%%include/osgQt/GraphicsWindowQt
 %%QT4%%include/osgQt/QFontImplementation
@@ -736,7 +722,6 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_png
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_pnm.so
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_pov.so
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_pvr.so
-%%PYTHON%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_python.so
 %%QT4%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_qfont.so
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_revisions.so
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_rgb.so
@@ -748,7 +733,6 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_ser
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgga.so
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgmanipulator.so
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgparticle.so
-lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgpresentation.so
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgshadow.so
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgsim.so
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgterrain.so
@@ -769,7 +753,6 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_tra
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_trk.so
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_txf.so
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_txp.so
-%%V8%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_v8.so
 %%VNC%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_vnc.so
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_vtf.so
 lib/osgPlugins-%%OSG_VERSION%%/osgdb_x.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505221018.t4MAIWEC029742>