pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ogre Update to 1.6.3. Not pasting the upstream c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cda66b2cff4
branches:  trunk
changeset: 398521:8cda66b2cff4
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Tue Sep 01 16:53:40 2009 +0000

description:
Update to 1.6.3. Not pasting the upstream changelog here, because it's a
massive (4 years of development).

diffstat:

 devel/ogre/Makefile         |   22 +++-
 devel/ogre/PLIST            |  181 ++++++++++++++++++++++++--------------
 devel/ogre/buildlink3.mk    |   11 +-
 devel/ogre/distinfo         |   21 +---
 devel/ogre/patches/patch-aa |  205 +++++++++++++------------------------------
 devel/ogre/patches/patch-ab |   22 ----
 devel/ogre/patches/patch-ac |   13 --
 devel/ogre/patches/patch-ad |   13 --
 devel/ogre/patches/patch-ae |   13 --
 devel/ogre/patches/patch-af |   13 --
 devel/ogre/patches/patch-ba |   13 --
 devel/ogre/patches/patch-bb |   13 --
 devel/ogre/patches/patch-bc |   13 --
 devel/ogre/patches/patch-bd |   13 --
 devel/ogre/patches/patch-be |   20 ----
 devel/ogre/patches/patch-bf |   13 --
 16 files changed, 203 insertions(+), 396 deletions(-)

diffs (truncated from 835 to 300 lines):

diff -r 48ebcd915db3 -r 8cda66b2cff4 devel/ogre/Makefile
--- a/devel/ogre/Makefile       Tue Sep 01 16:44:26 2009 +0000
+++ b/devel/ogre/Makefile       Tue Sep 01 16:53:40 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2009/08/26 19:56:44 sno Exp $
+# $NetBSD: Makefile,v 1.26 2009/09/01 16:53:40 hasso Exp $
 #
 
-DISTNAME=      ogre-v0-12-1
-PKGNAME=       ogre-0.12.1
-PKGREVISION=   9
+DISTNAME=      ogre-v1-6-3
+PKGNAME=       ogre-1.6.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ogre/}
 EXTRACT_SUFX=  .tar.bz2
@@ -12,19 +11,26 @@
 HOMEPAGE=      http://ogre.sourceforge.net/
 COMMENT=       Object-Oriented Graphics Rendering Engine
 
-WRKSRC=                        ${WRKDIR}/ogrenew
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+WRKSRC=                        ${WRKDIR}/ogre
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            gmake pkg-config xmkmf
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 
-CONFIGURE_ARGS+=       --with-platform=SDL
+CONFIGURE_ARGS+=       --with-platform=GLX
+CONFIGURE_ARGS+=       --disable-freeimage
+CONFIGURE_ARGS+=       --disable-cg
 
 PKGCONFIG_OVERRIDE+=   OGRE.pc.in
 
+.include "../../archivers/zziplib/buildlink3.mk"
 .include "../../devel/devIL/buildlink3.mk"
-.include "../../devel/SDL/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
+.include "../../x11/libXaw/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 48ebcd915db3 -r 8cda66b2cff4 devel/ogre/PLIST
--- a/devel/ogre/PLIST  Tue Sep 01 16:44:26 2009 +0000
+++ b/devel/ogre/PLIST  Tue Sep 01 16:53:40 2009 +0000
@@ -1,105 +1,123 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:49:01 joerg Exp $
-bin/MeshUpgrader
+@comment $NetBSD: PLIST,v 1.4 2009/09/01 16:53:40 hasso Exp $
+bin/OgreMaterialUpgrade
+bin/OgreMeshUpgrade
 bin/OgreXMLConverter
+bin/rcapsdump
+include/OGRE/GLX/OgreConfigDialogImp.h
+include/OGRE/GLX/OgreErrorDialogImp.h
+include/OGRE/GLX/OgreTimerImp.h
 include/OGRE/Ogre.h
-include/OGRE/OgreActionEvent.h
-include/OGRE/OgreActionTarget.h
+include/OGRE/OgreAlignedAllocator.h
+include/OGRE/OgreAnimable.h
 include/OGRE/OgreAnimation.h
 include/OGRE/OgreAnimationState.h
 include/OGRE/OgreAnimationTrack.h
-include/OGRE/OgreArchiveEx.h
+include/OGRE/OgreAny.h
+include/OGRE/OgreArchive.h
 include/OGRE/OgreArchiveFactory.h
 include/OGRE/OgreArchiveManager.h
+include/OGRE/OgreAtomicWrappers.h
+include/OGRE/OgreAutoParamDataSource.h
 include/OGRE/OgreAxisAlignedBox.h
 include/OGRE/OgreBillboard.h
+include/OGRE/OgreBillboardChain.h
+include/OGRE/OgreBillboardParticleRenderer.h
 include/OGRE/OgreBillboardSet.h
 include/OGRE/OgreBitwise.h
 include/OGRE/OgreBlendMode.h
 include/OGRE/OgreBone.h
-include/OGRE/OgreBorderButtonGuiElement.h
-include/OGRE/OgreBorderPanelGuiElement.h
-include/OGRE/OgreButtonGuiElement.h
+include/OGRE/OgreBorderPanelOverlayElement.h
 include/OGRE/OgreCamera.h
 include/OGRE/OgreCodec.h
 include/OGRE/OgreColourValue.h
 include/OGRE/OgreCommon.h
+include/OGRE/OgreCompiler2Pass.h
+include/OGRE/OgreCompositionPass.h
+include/OGRE/OgreCompositionTargetPass.h
+include/OGRE/OgreCompositionTechnique.h
+include/OGRE/OgreCompositor.h
+include/OGRE/OgreCompositorChain.h
+include/OGRE/OgreCompositorInstance.h
+include/OGRE/OgreCompositorManager.h
+include/OGRE/OgreCompositorScriptCompiler.h
+include/OGRE/OgreCompositorSerializer.h
 include/OGRE/OgreConfig.h
 include/OGRE/OgreConfigDialog.h
 include/OGRE/OgreConfigFile.h
 include/OGRE/OgreConfigOptionMap.h
 include/OGRE/OgreController.h
 include/OGRE/OgreControllerManager.h
-include/OGRE/OgreCursor.h
-include/OGRE/OgreCursorGuiElement.h
-include/OGRE/OgreDataChunk.h
+include/OGRE/OgreConvexBody.h
+include/OGRE/OgreDDSCodec.h
+include/OGRE/OgreDataStream.h
 include/OGRE/OgreDefaultHardwareBufferManager.h
 include/OGRE/OgreDynLib.h
 include/OGRE/OgreDynLibManager.h
+include/OGRE/OgreEdgeListBuilder.h
 include/OGRE/OgreEntity.h
 include/OGRE/OgreErrorDialog.h
-include/OGRE/OgreEventDispatcher.h
-include/OGRE/OgreEventListeners.h
-include/OGRE/OgreEventMulticaster.h
-include/OGRE/OgreEventProcessor.h
-include/OGRE/OgreEventQueue.h
-include/OGRE/OgreEventTarget.h
 include/OGRE/OgreException.h
+include/OGRE/OgreExternalTextureSource.h
+include/OGRE/OgreExternalTextureSourceManager.h
 include/OGRE/OgreFactoryObj.h
+include/OGRE/OgreFileSystem.h
 include/OGRE/OgreFont.h
 include/OGRE/OgreFontManager.h
 include/OGRE/OgreFrameListener.h
-include/OGRE/OgreGuiContainer.h
-include/OGRE/OgreGuiControl.h
-include/OGRE/OgreGuiElement.h
-include/OGRE/OgreGuiElementCommands.h
-include/OGRE/OgreGuiElementFactories.h
-include/OGRE/OgreGuiElementFactory.h
-include/OGRE/OgreGuiElementPrerequisites.h
-include/OGRE/OgreGuiManager.h
-include/OGRE/OgreGuiPressable.h
+include/OGRE/OgreFreeImageCodec.h
+include/OGRE/OgreFrustum.h
+include/OGRE/OgreGpuProgram.h
+include/OGRE/OgreGpuProgramManager.h
+include/OGRE/OgreGpuProgramUsage.h
 include/OGRE/OgreHardwareBuffer.h
 include/OGRE/OgreHardwareBufferManager.h
 include/OGRE/OgreHardwareIndexBuffer.h
+include/OGRE/OgreHardwareOcclusionQuery.h
+include/OGRE/OgreHardwarePixelBuffer.h
 include/OGRE/OgreHardwareVertexBuffer.h
+include/OGRE/OgreHighLevelGpuProgram.h
+include/OGRE/OgreHighLevelGpuProgramManager.h
+include/OGRE/OgreILCodecs.h
+include/OGRE/OgreILImageCodec.h
+include/OGRE/OgreILUtil.h
 include/OGRE/OgreImage.h
 include/OGRE/OgreImageCodec.h
-include/OGRE/OgreInput.h
-include/OGRE/OgreInputEvent.h
+include/OGRE/OgreInstancedGeometry.h
 include/OGRE/OgreIteratorWrappers.h
-include/OGRE/OgreJPEGCodec.h
-include/OGRE/OgreKeyEvent.h
 include/OGRE/OgreKeyFrame.h
-include/OGRE/OgreKeyTarget.h
 include/OGRE/OgreLight.h
-include/OGRE/OgreListChanger.h
-include/OGRE/OgreListGuiElement.h
-include/OGRE/OgreListSelectionEvent.h
-include/OGRE/OgreListSelectionTarget.h
 include/OGRE/OgreLog.h
 include/OGRE/OgreLogManager.h
+include/OGRE/OgreManualObject.h
 include/OGRE/OgreMaterial.h
 include/OGRE/OgreMaterialManager.h
 include/OGRE/OgreMaterialSerializer.h
 include/OGRE/OgreMath.h
 include/OGRE/OgreMatrix3.h
 include/OGRE/OgreMatrix4.h
-include/OGRE/OgreMemoryMacros.h
-include/OGRE/OgreMemoryManager.h
+include/OGRE/OgreMemoryAllocatedObject.h
+include/OGRE/OgreMemoryAllocatorConfig.h
+include/OGRE/OgreMemoryNedAlloc.h
+include/OGRE/OgreMemorySTLAllocator.h
+include/OGRE/OgreMemoryStdAlloc.h
+include/OGRE/OgreMemoryTracker.h
 include/OGRE/OgreMesh.h
 include/OGRE/OgreMeshFileFormat.h
 include/OGRE/OgreMeshManager.h
 include/OGRE/OgreMeshSerializer.h
 include/OGRE/OgreMeshSerializerImpl.h
-include/OGRE/OgreMouseEvent.h
-include/OGRE/OgreMouseMotionTarget.h
-include/OGRE/OgreMouseTarget.h
 include/OGRE/OgreMovableObject.h
-include/OGRE/OgreNoMemoryMacros.h
+include/OGRE/OgreMovablePlane.h
 include/OGRE/OgreNode.h
+include/OGRE/OgreNumerics.h
+include/OGRE/OgreOptimisedUtil.h
 include/OGRE/OgreOverlay.h
+include/OGRE/OgreOverlayContainer.h
+include/OGRE/OgreOverlayElement.h
+include/OGRE/OgreOverlayElementCommands.h
+include/OGRE/OgreOverlayElementFactory.h
 include/OGRE/OgreOverlayManager.h
-include/OGRE/OgrePNGCodec.h
-include/OGRE/OgrePanelGuiElement.h
+include/OGRE/OgrePanelOverlayElement.h
 include/OGRE/OgreParticle.h
 include/OGRE/OgreParticleAffector.h
 include/OGRE/OgreParticleAffectorFactory.h
@@ -109,89 +127,116 @@
 include/OGRE/OgreParticleIterator.h
 include/OGRE/OgreParticleSystem.h
 include/OGRE/OgreParticleSystemManager.h
+include/OGRE/OgreParticleSystemRenderer.h
+include/OGRE/OgrePass.h
 include/OGRE/OgrePatchMesh.h
 include/OGRE/OgrePatchSurface.h
+include/OGRE/OgrePixelFormat.h
 include/OGRE/OgrePlane.h
+include/OGRE/OgrePlaneBoundedVolume.h
 include/OGRE/OgrePlatform.h
-include/OGRE/OgrePlatformManager.h
-include/OGRE/OgrePopupMenuGuiElement.h
-include/OGRE/OgrePositionTarget.h
+include/OGRE/OgrePlatformInformation.h
+include/OGRE/OgrePlugin.h
+include/OGRE/OgrePolygon.h
+include/OGRE/OgrePose.h
 include/OGRE/OgrePredefinedControllers.h
+include/OGRE/OgrePrefabFactory.h
 include/OGRE/OgrePrerequisites.h
 include/OGRE/OgreProfiler.h
 include/OGRE/OgreProgressiveMesh.h
 include/OGRE/OgreQuaternion.h
+include/OGRE/OgreRadixSort.h
 include/OGRE/OgreRay.h
+include/OGRE/OgreRectangle.h
+include/OGRE/OgreRectangle2D.h
 include/OGRE/OgreRenderOperation.h
 include/OGRE/OgreRenderQueue.h
+include/OGRE/OgreRenderQueueInvocation.h
 include/OGRE/OgreRenderQueueListener.h
 include/OGRE/OgreRenderQueueSortingGrouping.h
 include/OGRE/OgreRenderSystem.h
 include/OGRE/OgreRenderSystemCapabilities.h
+include/OGRE/OgreRenderSystemCapabilitiesManager.h
+include/OGRE/OgreRenderSystemCapabilitiesSerializer.h
 include/OGRE/OgreRenderTarget.h
 include/OGRE/OgreRenderTargetListener.h
 include/OGRE/OgreRenderTexture.h
+include/OGRE/OgreRenderToVertexBuffer.h
 include/OGRE/OgreRenderWindow.h
 include/OGRE/OgreRenderable.h
 include/OGRE/OgreResource.h
+include/OGRE/OgreResourceBackgroundQueue.h
+include/OGRE/OgreResourceGroupManager.h
 include/OGRE/OgreResourceManager.h
-include/OGRE/OgreResourceMap.h
+include/OGRE/OgreRibbonTrail.h
 include/OGRE/OgreRoot.h
 include/OGRE/OgreRotationalSpline.h
-include/OGRE/OgreSDDataChunk.h
 include/OGRE/OgreSceneManager.h
 include/OGRE/OgreSceneManagerEnumerator.h
 include/OGRE/OgreSceneNode.h
 include/OGRE/OgreSceneQuery.h
-include/OGRE/OgreScrollBarGuiElement.h
-include/OGRE/OgreScrollEvent.h
-include/OGRE/OgreScrollTarget.h
+include/OGRE/OgreScriptCompiler.h
+include/OGRE/OgreScriptLexer.h
+include/OGRE/OgreScriptLoader.h
+include/OGRE/OgreScriptParser.h
+include/OGRE/OgreScriptTranslator.h
+include/OGRE/OgreSearchOps.h
 include/OGRE/OgreSerializer.h
+include/OGRE/OgreShadowCameraSetup.h
+include/OGRE/OgreShadowCameraSetupFocused.h
+include/OGRE/OgreShadowCameraSetupLiSPSM.h
+include/OGRE/OgreShadowCameraSetupPSSM.h
+include/OGRE/OgreShadowCameraSetupPlaneOptimal.h
+include/OGRE/OgreShadowCaster.h
+include/OGRE/OgreShadowTextureManager.h
+include/OGRE/OgreShadowVolumeExtrudeProgram.h
 include/OGRE/OgreSharedPtr.h
 include/OGRE/OgreSimpleRenderable.h
 include/OGRE/OgreSimpleSpline.h
 include/OGRE/OgreSingleton.h
 include/OGRE/OgreSkeleton.h
 include/OGRE/OgreSkeletonFileFormat.h
+include/OGRE/OgreSkeletonInstance.h
 include/OGRE/OgreSkeletonManager.h



Home | Main Index | Thread Index | Old Index