Tue Sep 1 16:53:40 2009 UTC ()
Update to 1.6.3. Not pasting the upstream changelog here, because it's a
massive (4 years of development).


(hasso)
diff -r1.25 -r1.26 pkgsrc/devel/ogre/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/ogre/PLIST
diff -r1.15 -r1.16 pkgsrc/devel/ogre/buildlink3.mk
diff -r1.5 -r1.6 pkgsrc/devel/ogre/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/devel/ogre/patches/patch-aa
diff -r1.1.1.1 -r0 pkgsrc/devel/ogre/patches/patch-ab
diff -r1.1 -r0 pkgsrc/devel/ogre/patches/patch-ac
diff -r1.1 -r0 pkgsrc/devel/ogre/patches/patch-ad
diff -r1.1 -r0 pkgsrc/devel/ogre/patches/patch-ae
diff -r1.1 -r0 pkgsrc/devel/ogre/patches/patch-af
diff -r1.1 -r0 pkgsrc/devel/ogre/patches/patch-ba
diff -r1.1 -r0 pkgsrc/devel/ogre/patches/patch-bb
diff -r1.1 -r0 pkgsrc/devel/ogre/patches/patch-bc
diff -r1.1 -r0 pkgsrc/devel/ogre/patches/patch-bd
diff -r1.1 -r0 pkgsrc/devel/ogre/patches/patch-be
diff -r1.1 -r0 pkgsrc/devel/ogre/patches/patch-bf

cvs diff -r1.25 -r1.26 pkgsrc/devel/ogre/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ogre/Makefile 2009/08/26 19:56:44 1.25
+++ pkgsrc/devel/ogre/Makefile 2009/09/01 16:53:40 1.26
@@ -1,30 +1,36 @@ @@ -1,30 +1,36 @@
1# $NetBSD: Makefile,v 1.25 2009/08/26 19:56:44 sno Exp $ 1# $NetBSD: Makefile,v 1.26 2009/09/01 16:53:40 hasso Exp $
2# 2#
3 3
4DISTNAME= ogre-v0-12-1 4DISTNAME= ogre-v1-6-3
5PKGNAME= ogre-0.12.1 5PKGNAME= ogre-1.6.3
6PKGREVISION= 9 
7CATEGORIES= devel 6CATEGORIES= devel
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ogre/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ogre/}
9EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://ogre.sourceforge.net/ 11HOMEPAGE= http://ogre.sourceforge.net/
13COMMENT= Object-Oriented Graphics Rendering Engine 12COMMENT= Object-Oriented Graphics Rendering Engine
14 13
15WRKSRC= ${WRKDIR}/ogrenew 14PKG_DESTDIR_SUPPORT= user-destdir
 15
 16WRKSRC= ${WRKDIR}/ogre
16GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
17USE_TOOLS+= gmake pkg-config 18USE_TOOLS+= gmake pkg-config xmkmf
18USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
19USE_LIBTOOL= yes 20USE_LIBTOOL= yes
20 21
21CONFIGURE_ARGS+= --with-platform=SDL 22CONFIGURE_ARGS+= --with-platform=GLX
 23CONFIGURE_ARGS+= --disable-freeimage
 24CONFIGURE_ARGS+= --disable-cg
22 25
23PKGCONFIG_OVERRIDE+= OGRE.pc.in 26PKGCONFIG_OVERRIDE+= OGRE.pc.in
24 27
 28.include "../../archivers/zziplib/buildlink3.mk"
25.include "../../devel/devIL/buildlink3.mk" 29.include "../../devel/devIL/buildlink3.mk"
26.include "../../devel/SDL/buildlink3.mk" 
27.include "../../devel/zlib/buildlink3.mk" 30.include "../../devel/zlib/buildlink3.mk"
 31.include "../../graphics/MesaLib/buildlink3.mk"
28.include "../../graphics/freetype2/buildlink3.mk" 32.include "../../graphics/freetype2/buildlink3.mk"
 33.include "../../graphics/glu/buildlink3.mk"
 34.include "../../x11/libXaw/buildlink3.mk"
29.include "../../mk/pthread.buildlink3.mk" 35.include "../../mk/pthread.buildlink3.mk"
30.include "../../mk/bsd.pkg.mk" 36.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/ogre/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ogre/PLIST 2009/06/14 17:49:01 1.3
+++ pkgsrc/devel/ogre/PLIST 2009/09/01 16:53:40 1.4
@@ -1,197 +1,242 @@ @@ -1,197 +1,242 @@
1@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:49:01 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.4 2009/09/01 16:53:40 hasso Exp $
2bin/MeshUpgrader 2bin/OgreMaterialUpgrade
 3bin/OgreMeshUpgrade
3bin/OgreXMLConverter 4bin/OgreXMLConverter
 5bin/rcapsdump
 6include/OGRE/GLX/OgreConfigDialogImp.h
 7include/OGRE/GLX/OgreErrorDialogImp.h
 8include/OGRE/GLX/OgreTimerImp.h
4include/OGRE/Ogre.h 9include/OGRE/Ogre.h
5include/OGRE/OgreActionEvent.h 10include/OGRE/OgreAlignedAllocator.h
6include/OGRE/OgreActionTarget.h 11include/OGRE/OgreAnimable.h
7include/OGRE/OgreAnimation.h 12include/OGRE/OgreAnimation.h
8include/OGRE/OgreAnimationState.h 13include/OGRE/OgreAnimationState.h
9include/OGRE/OgreAnimationTrack.h 14include/OGRE/OgreAnimationTrack.h
10include/OGRE/OgreArchiveEx.h 15include/OGRE/OgreAny.h
 16include/OGRE/OgreArchive.h
11include/OGRE/OgreArchiveFactory.h 17include/OGRE/OgreArchiveFactory.h
12include/OGRE/OgreArchiveManager.h 18include/OGRE/OgreArchiveManager.h
 19include/OGRE/OgreAtomicWrappers.h
 20include/OGRE/OgreAutoParamDataSource.h
13include/OGRE/OgreAxisAlignedBox.h 21include/OGRE/OgreAxisAlignedBox.h
14include/OGRE/OgreBillboard.h 22include/OGRE/OgreBillboard.h
 23include/OGRE/OgreBillboardChain.h
 24include/OGRE/OgreBillboardParticleRenderer.h
15include/OGRE/OgreBillboardSet.h 25include/OGRE/OgreBillboardSet.h
16include/OGRE/OgreBitwise.h 26include/OGRE/OgreBitwise.h
17include/OGRE/OgreBlendMode.h 27include/OGRE/OgreBlendMode.h
18include/OGRE/OgreBone.h 28include/OGRE/OgreBone.h
19include/OGRE/OgreBorderButtonGuiElement.h 29include/OGRE/OgreBorderPanelOverlayElement.h
20include/OGRE/OgreBorderPanelGuiElement.h 
21include/OGRE/OgreButtonGuiElement.h 
22include/OGRE/OgreCamera.h 30include/OGRE/OgreCamera.h
23include/OGRE/OgreCodec.h 31include/OGRE/OgreCodec.h
24include/OGRE/OgreColourValue.h 32include/OGRE/OgreColourValue.h
25include/OGRE/OgreCommon.h 33include/OGRE/OgreCommon.h
 34include/OGRE/OgreCompiler2Pass.h
 35include/OGRE/OgreCompositionPass.h
 36include/OGRE/OgreCompositionTargetPass.h
 37include/OGRE/OgreCompositionTechnique.h
 38include/OGRE/OgreCompositor.h
 39include/OGRE/OgreCompositorChain.h
 40include/OGRE/OgreCompositorInstance.h
 41include/OGRE/OgreCompositorManager.h
 42include/OGRE/OgreCompositorScriptCompiler.h
 43include/OGRE/OgreCompositorSerializer.h
26include/OGRE/OgreConfig.h 44include/OGRE/OgreConfig.h
27include/OGRE/OgreConfigDialog.h 45include/OGRE/OgreConfigDialog.h
28include/OGRE/OgreConfigFile.h 46include/OGRE/OgreConfigFile.h
29include/OGRE/OgreConfigOptionMap.h 47include/OGRE/OgreConfigOptionMap.h
30include/OGRE/OgreController.h 48include/OGRE/OgreController.h
31include/OGRE/OgreControllerManager.h 49include/OGRE/OgreControllerManager.h
32include/OGRE/OgreCursor.h 50include/OGRE/OgreConvexBody.h
33include/OGRE/OgreCursorGuiElement.h 51include/OGRE/OgreDDSCodec.h
34include/OGRE/OgreDataChunk.h 52include/OGRE/OgreDataStream.h
35include/OGRE/OgreDefaultHardwareBufferManager.h 53include/OGRE/OgreDefaultHardwareBufferManager.h
36include/OGRE/OgreDynLib.h 54include/OGRE/OgreDynLib.h
37include/OGRE/OgreDynLibManager.h 55include/OGRE/OgreDynLibManager.h
 56include/OGRE/OgreEdgeListBuilder.h
38include/OGRE/OgreEntity.h 57include/OGRE/OgreEntity.h
39include/OGRE/OgreErrorDialog.h 58include/OGRE/OgreErrorDialog.h
40include/OGRE/OgreEventDispatcher.h 
41include/OGRE/OgreEventListeners.h 
42include/OGRE/OgreEventMulticaster.h 
43include/OGRE/OgreEventProcessor.h 
44include/OGRE/OgreEventQueue.h 
45include/OGRE/OgreEventTarget.h 
46include/OGRE/OgreException.h 59include/OGRE/OgreException.h
 60include/OGRE/OgreExternalTextureSource.h
 61include/OGRE/OgreExternalTextureSourceManager.h
47include/OGRE/OgreFactoryObj.h 62include/OGRE/OgreFactoryObj.h
 63include/OGRE/OgreFileSystem.h
48include/OGRE/OgreFont.h 64include/OGRE/OgreFont.h
49include/OGRE/OgreFontManager.h 65include/OGRE/OgreFontManager.h
50include/OGRE/OgreFrameListener.h 66include/OGRE/OgreFrameListener.h
51include/OGRE/OgreGuiContainer.h 67include/OGRE/OgreFreeImageCodec.h
52include/OGRE/OgreGuiControl.h 68include/OGRE/OgreFrustum.h
53include/OGRE/OgreGuiElement.h 69include/OGRE/OgreGpuProgram.h
54include/OGRE/OgreGuiElementCommands.h 70include/OGRE/OgreGpuProgramManager.h
55include/OGRE/OgreGuiElementFactories.h 71include/OGRE/OgreGpuProgramUsage.h
56include/OGRE/OgreGuiElementFactory.h 
57include/OGRE/OgreGuiElementPrerequisites.h 
58include/OGRE/OgreGuiManager.h 
59include/OGRE/OgreGuiPressable.h 
60include/OGRE/OgreHardwareBuffer.h 72include/OGRE/OgreHardwareBuffer.h
61include/OGRE/OgreHardwareBufferManager.h 73include/OGRE/OgreHardwareBufferManager.h
62include/OGRE/OgreHardwareIndexBuffer.h 74include/OGRE/OgreHardwareIndexBuffer.h
 75include/OGRE/OgreHardwareOcclusionQuery.h
 76include/OGRE/OgreHardwarePixelBuffer.h
63include/OGRE/OgreHardwareVertexBuffer.h 77include/OGRE/OgreHardwareVertexBuffer.h
 78include/OGRE/OgreHighLevelGpuProgram.h
 79include/OGRE/OgreHighLevelGpuProgramManager.h
 80include/OGRE/OgreILCodecs.h
 81include/OGRE/OgreILImageCodec.h
 82include/OGRE/OgreILUtil.h
64include/OGRE/OgreImage.h 83include/OGRE/OgreImage.h
65include/OGRE/OgreImageCodec.h 84include/OGRE/OgreImageCodec.h
66include/OGRE/OgreInput.h 85include/OGRE/OgreInstancedGeometry.h
67include/OGRE/OgreInputEvent.h 
68include/OGRE/OgreIteratorWrappers.h 86include/OGRE/OgreIteratorWrappers.h
69include/OGRE/OgreJPEGCodec.h 
70include/OGRE/OgreKeyEvent.h 
71include/OGRE/OgreKeyFrame.h 87include/OGRE/OgreKeyFrame.h
72include/OGRE/OgreKeyTarget.h 
73include/OGRE/OgreLight.h 88include/OGRE/OgreLight.h
74include/OGRE/OgreListChanger.h 
75include/OGRE/OgreListGuiElement.h 
76include/OGRE/OgreListSelectionEvent.h 
77include/OGRE/OgreListSelectionTarget.h 
78include/OGRE/OgreLog.h 89include/OGRE/OgreLog.h
79include/OGRE/OgreLogManager.h 90include/OGRE/OgreLogManager.h
 91include/OGRE/OgreManualObject.h
80include/OGRE/OgreMaterial.h 92include/OGRE/OgreMaterial.h
81include/OGRE/OgreMaterialManager.h 93include/OGRE/OgreMaterialManager.h
82include/OGRE/OgreMaterialSerializer.h 94include/OGRE/OgreMaterialSerializer.h
83include/OGRE/OgreMath.h 95include/OGRE/OgreMath.h
84include/OGRE/OgreMatrix3.h 96include/OGRE/OgreMatrix3.h
85include/OGRE/OgreMatrix4.h 97include/OGRE/OgreMatrix4.h
86include/OGRE/OgreMemoryMacros.h 98include/OGRE/OgreMemoryAllocatedObject.h
87include/OGRE/OgreMemoryManager.h 99include/OGRE/OgreMemoryAllocatorConfig.h
 100include/OGRE/OgreMemoryNedAlloc.h
 101include/OGRE/OgreMemorySTLAllocator.h
 102include/OGRE/OgreMemoryStdAlloc.h
 103include/OGRE/OgreMemoryTracker.h
88include/OGRE/OgreMesh.h 104include/OGRE/OgreMesh.h
89include/OGRE/OgreMeshFileFormat.h 105include/OGRE/OgreMeshFileFormat.h
90include/OGRE/OgreMeshManager.h 106include/OGRE/OgreMeshManager.h
91include/OGRE/OgreMeshSerializer.h 107include/OGRE/OgreMeshSerializer.h
92include/OGRE/OgreMeshSerializerImpl.h 108include/OGRE/OgreMeshSerializerImpl.h
93include/OGRE/OgreMouseEvent.h 
94include/OGRE/OgreMouseMotionTarget.h 
95include/OGRE/OgreMouseTarget.h 
96include/OGRE/OgreMovableObject.h 109include/OGRE/OgreMovableObject.h
97include/OGRE/OgreNoMemoryMacros.h 110include/OGRE/OgreMovablePlane.h
98include/OGRE/OgreNode.h 111include/OGRE/OgreNode.h
 112include/OGRE/OgreNumerics.h
 113include/OGRE/OgreOptimisedUtil.h
99include/OGRE/OgreOverlay.h 114include/OGRE/OgreOverlay.h
 115include/OGRE/OgreOverlayContainer.h
 116include/OGRE/OgreOverlayElement.h
 117include/OGRE/OgreOverlayElementCommands.h
 118include/OGRE/OgreOverlayElementFactory.h
100include/OGRE/OgreOverlayManager.h 119include/OGRE/OgreOverlayManager.h
101include/OGRE/OgrePNGCodec.h 120include/OGRE/OgrePanelOverlayElement.h
102include/OGRE/OgrePanelGuiElement.h 
103include/OGRE/OgreParticle.h 121include/OGRE/OgreParticle.h
104include/OGRE/OgreParticleAffector.h 122include/OGRE/OgreParticleAffector.h
105include/OGRE/OgreParticleAffectorFactory.h 123include/OGRE/OgreParticleAffectorFactory.h
106include/OGRE/OgreParticleEmitter.h 124include/OGRE/OgreParticleEmitter.h
107include/OGRE/OgreParticleEmitterCommands.h 125include/OGRE/OgreParticleEmitterCommands.h
108include/OGRE/OgreParticleEmitterFactory.h 126include/OGRE/OgreParticleEmitterFactory.h
109include/OGRE/OgreParticleIterator.h 127include/OGRE/OgreParticleIterator.h
110include/OGRE/OgreParticleSystem.h 128include/OGRE/OgreParticleSystem.h
111include/OGRE/OgreParticleSystemManager.h 129include/OGRE/OgreParticleSystemManager.h
 130include/OGRE/OgreParticleSystemRenderer.h
 131include/OGRE/OgrePass.h
112include/OGRE/OgrePatchMesh.h 132include/OGRE/OgrePatchMesh.h
113include/OGRE/OgrePatchSurface.h 133include/OGRE/OgrePatchSurface.h
 134include/OGRE/OgrePixelFormat.h
114include/OGRE/OgrePlane.h 135include/OGRE/OgrePlane.h
 136include/OGRE/OgrePlaneBoundedVolume.h
115include/OGRE/OgrePlatform.h 137include/OGRE/OgrePlatform.h
116include/OGRE/OgrePlatformManager.h 138include/OGRE/OgrePlatformInformation.h
117include/OGRE/OgrePopupMenuGuiElement.h 139include/OGRE/OgrePlugin.h
118include/OGRE/OgrePositionTarget.h 140include/OGRE/OgrePolygon.h
 141include/OGRE/OgrePose.h
119include/OGRE/OgrePredefinedControllers.h 142include/OGRE/OgrePredefinedControllers.h
 143include/OGRE/OgrePrefabFactory.h
120include/OGRE/OgrePrerequisites.h 144include/OGRE/OgrePrerequisites.h
121include/OGRE/OgreProfiler.h 145include/OGRE/OgreProfiler.h
122include/OGRE/OgreProgressiveMesh.h 146include/OGRE/OgreProgressiveMesh.h
123include/OGRE/OgreQuaternion.h 147include/OGRE/OgreQuaternion.h
 148include/OGRE/OgreRadixSort.h
124include/OGRE/OgreRay.h 149include/OGRE/OgreRay.h
 150include/OGRE/OgreRectangle.h
 151include/OGRE/OgreRectangle2D.h
125include/OGRE/OgreRenderOperation.h 152include/OGRE/OgreRenderOperation.h
126include/OGRE/OgreRenderQueue.h 153include/OGRE/OgreRenderQueue.h
 154include/OGRE/OgreRenderQueueInvocation.h
127include/OGRE/OgreRenderQueueListener.h 155include/OGRE/OgreRenderQueueListener.h
128include/OGRE/OgreRenderQueueSortingGrouping.h 156include/OGRE/OgreRenderQueueSortingGrouping.h
129include/OGRE/OgreRenderSystem.h 157include/OGRE/OgreRenderSystem.h
130include/OGRE/OgreRenderSystemCapabilities.h 158include/OGRE/OgreRenderSystemCapabilities.h
 159include/OGRE/OgreRenderSystemCapabilitiesManager.h
 160include/OGRE/OgreRenderSystemCapabilitiesSerializer.h
131include/OGRE/OgreRenderTarget.h 161include/OGRE/OgreRenderTarget.h
132include/OGRE/OgreRenderTargetListener.h 162include/OGRE/OgreRenderTargetListener.h
133include/OGRE/OgreRenderTexture.h 163include/OGRE/OgreRenderTexture.h
 164include/OGRE/OgreRenderToVertexBuffer.h
134include/OGRE/OgreRenderWindow.h 165include/OGRE/OgreRenderWindow.h
135include/OGRE/OgreRenderable.h 166include/OGRE/OgreRenderable.h
136include/OGRE/OgreResource.h 167include/OGRE/OgreResource.h
 168include/OGRE/OgreResourceBackgroundQueue.h
 169include/OGRE/OgreResourceGroupManager.h
137include/OGRE/OgreResourceManager.h 170include/OGRE/OgreResourceManager.h
138include/OGRE/OgreResourceMap.h 171include/OGRE/OgreRibbonTrail.h
139include/OGRE/OgreRoot.h 172include/OGRE/OgreRoot.h
140include/OGRE/OgreRotationalSpline.h 173include/OGRE/OgreRotationalSpline.h
141include/OGRE/OgreSDDataChunk.h 
142include/OGRE/OgreSceneManager.h 174include/OGRE/OgreSceneManager.h
143include/OGRE/OgreSceneManagerEnumerator.h 175include/OGRE/OgreSceneManagerEnumerator.h
144include/OGRE/OgreSceneNode.h 176include/OGRE/OgreSceneNode.h
145include/OGRE/OgreSceneQuery.h 177include/OGRE/OgreSceneQuery.h
146include/OGRE/OgreScrollBarGuiElement.h 178include/OGRE/OgreScriptCompiler.h
147include/OGRE/OgreScrollEvent.h 179include/OGRE/OgreScriptLexer.h
148include/OGRE/OgreScrollTarget.h 180include/OGRE/OgreScriptLoader.h
 181include/OGRE/OgreScriptParser.h
 182include/OGRE/OgreScriptTranslator.h
 183include/OGRE/OgreSearchOps.h
149include/OGRE/OgreSerializer.h 184include/OGRE/OgreSerializer.h
 185include/OGRE/OgreShadowCameraSetup.h
 186include/OGRE/OgreShadowCameraSetupFocused.h
 187include/OGRE/OgreShadowCameraSetupLiSPSM.h
 188include/OGRE/OgreShadowCameraSetupPSSM.h
 189include/OGRE/OgreShadowCameraSetupPlaneOptimal.h
 190include/OGRE/OgreShadowCaster.h
 191include/OGRE/OgreShadowTextureManager.h
 192include/OGRE/OgreShadowVolumeExtrudeProgram.h
150include/OGRE/OgreSharedPtr.h 193include/OGRE/OgreSharedPtr.h
151include/OGRE/OgreSimpleRenderable.h 194include/OGRE/OgreSimpleRenderable.h
152include/OGRE/OgreSimpleSpline.h 195include/OGRE/OgreSimpleSpline.h
153include/OGRE/OgreSingleton.h 196include/OGRE/OgreSingleton.h
154include/OGRE/OgreSkeleton.h 197include/OGRE/OgreSkeleton.h
155include/OGRE/OgreSkeletonFileFormat.h 198include/OGRE/OgreSkeletonFileFormat.h
 199include/OGRE/OgreSkeletonInstance.h
156include/OGRE/OgreSkeletonManager.h 200include/OGRE/OgreSkeletonManager.h
157include/OGRE/OgreSkeletonSerializer.h 201include/OGRE/OgreSkeletonSerializer.h
158include/OGRE/OgreSphere.h 202include/OGRE/OgreSphere.h
 203include/OGRE/OgreSpotShadowFadePng.h
 204include/OGRE/OgreStableHeaders.h
159include/OGRE/OgreStaticFaceGroup.h 205include/OGRE/OgreStaticFaceGroup.h
 206include/OGRE/OgreStaticGeometry.h
160include/OGRE/OgreStdHeaders.h 207include/OGRE/OgreStdHeaders.h
161include/OGRE/OgreString.h 208include/OGRE/OgreString.h
162include/OGRE/OgreStringConverter.h 209include/OGRE/OgreStringConverter.h
163include/OGRE/OgreStringInterface.h 210include/OGRE/OgreStringInterface.h
164include/OGRE/OgreStringResource.h 
165include/OGRE/OgreStringVector.h 211include/OGRE/OgreStringVector.h
166include/OGRE/OgreSubEntity.h 212include/OGRE/OgreSubEntity.h
167include/OGRE/OgreSubMesh.h 213include/OGRE/OgreSubMesh.h
168include/OGRE/OgreTGACodec.h 
169include/OGRE/OgreTTYGuiElement.h 
170include/OGRE/OgreTagPoint.h 214include/OGRE/OgreTagPoint.h
171include/OGRE/OgreTargetManager.h 215include/OGRE/OgreTangentSpaceCalc.h
172include/OGRE/OgreTextAreaGuiElement.h 216include/OGRE/OgreTechnique.h
173include/OGRE/OgreTextBoxGuiElement.h 217include/OGRE/OgreTextAreaOverlayElement.h
174include/OGRE/OgreTexture.h 218include/OGRE/OgreTexture.h
175include/OGRE/OgreTextureManager.h 219include/OGRE/OgreTextureManager.h
 220include/OGRE/OgreTextureUnitState.h
176include/OGRE/OgreTimer.h 221include/OGRE/OgreTimer.h
 222include/OGRE/OgreUTFString.h
 223include/OGRE/OgreUnifiedHighLevelGpuProgram.h
177include/OGRE/OgreUserDefinedObject.h 224include/OGRE/OgreUserDefinedObject.h
 225include/OGRE/OgreVector2.h
178include/OGRE/OgreVector3.h 226include/OGRE/OgreVector3.h
 227include/OGRE/OgreVector4.h
179include/OGRE/OgreVertexBoneAssignment.h 228include/OGRE/OgreVertexBoneAssignment.h
180include/OGRE/OgreVertexIndexData.h 229include/OGRE/OgreVertexIndexData.h
181include/OGRE/OgreViewport.h 230include/OGRE/OgreViewport.h
 231include/OGRE/OgreWindowEventUtilities.h
182include/OGRE/OgreWireBoundingBox.h 232include/OGRE/OgreWireBoundingBox.h
183include/OGRE/OgreZip.h 233include/OGRE/OgreZip.h
184include/OGRE/OgreZipArchiveFactory.h 
185include/OGRE/asm_math.h 234include/OGRE/asm_math.h
186include/OGRE/unzip.h 235lib/OGRE/Plugin_BSPSceneManager.la
187lib/OGRE/Plugin_BSPSceneManager.so 236lib/OGRE/Plugin_OctreeSceneManager.la
188lib/OGRE/Plugin_FileSystem.so 237lib/OGRE/Plugin_OctreeZone.la
189lib/OGRE/Plugin_GuiElements.so 238lib/OGRE/Plugin_ParticleFX.la
190lib/OGRE/Plugin_NatureSceneManager.so 239lib/OGRE/RenderSystem_GL.la
191lib/OGRE/Plugin_OctreeSceneManager.so 240lib/OGRE/libPlugin_PCZSceneManager.la
192lib/OGRE/Plugin_ParticleFX.so 
193lib/OGRE/RenderSystem_GL.so 
194lib/libOgreMain.la 241lib/libOgreMain.la
195lib/libOgrePlatform.so 
196lib/pkgconfig/OGRE.pc 242lib/pkgconfig/OGRE.pc
197share/OGRE/ogre-config.glade 

cvs diff -r1.15 -r1.16 pkgsrc/devel/ogre/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/ogre/buildlink3.mk 2009/08/26 19:56:44 1.15
+++ pkgsrc/devel/ogre/buildlink3.mk 2009/09/01 16:53:40 1.16
@@ -1,18 +1,21 @@ @@ -1,18 +1,21 @@
1# $NetBSD: buildlink3.mk,v 1.15 2009/08/26 19:56:44 sno Exp $ 1# $NetBSD: buildlink3.mk,v 1.16 2009/09/01 16:53:40 hasso Exp $
2 2
3BUILDLINK_TREE+= ogre 3BUILDLINK_TREE+= ogre
4 4
5.if !defined(OGRE_BUILDLINK3_MK) 5.if !defined(OGRE_BUILDLINK3_MK)
6OGRE_BUILDLINK3_MK:= 6OGRE_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.ogre+= ogre>=0.12.1nb1 8BUILDLINK_API_DEPENDS.ogre+= ogre>=1.6.3
9BUILDLINK_ABI_DEPENDS.ogre+= ogre>=0.12.1nb9 9BUILDLINK_ABI_DEPENDS.ogre+= ogre>=1.6.3
10BUILDLINK_PKGSRCDIR.ogre?= ../../devel/ogre 10BUILDLINK_PKGSRCDIR.ogre?= ../../devel/ogre
11 11
12.include "../../devel/SDL/buildlink3.mk" 12.include "../../archivers/zziplib/buildlink3.mk"
13.include "../../devel/devIL/buildlink3.mk" 13.include "../../devel/devIL/buildlink3.mk"
14.include "../../devel/zlib/buildlink3.mk" 14.include "../../devel/zlib/buildlink3.mk"
 15.include "../../graphics/MesaLib/buildlink3.mk"
15.include "../../graphics/freetype2/buildlink3.mk" 16.include "../../graphics/freetype2/buildlink3.mk"
 17.include "../../graphics/glu/buildlink3.mk"
 18.include "../../x11/libXaw/buildlink3.mk"
16.endif # OGRE_BUILDLINK3_MK 19.endif # OGRE_BUILDLINK3_MK
17 20
18BUILDLINK_TREE+= -ogre 21BUILDLINK_TREE+= -ogre

cvs diff -r1.5 -r1.6 pkgsrc/devel/ogre/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ogre/distinfo 2007/12/13 10:41:06 1.5
+++ pkgsrc/devel/ogre/distinfo 2009/09/01 16:53:40 1.6
@@ -1,17 +1,6 @@ @@ -1,17 +1,6 @@
1$NetBSD: distinfo,v 1.5 2007/12/13 10:41:06 rillig Exp $ 1$NetBSD: distinfo,v 1.6 2009/09/01 16:53:40 hasso Exp $
2 2
3SHA1 (ogre-v0-12-1.tar.bz2) = ffabeeb66305182ca3c7f2d9ee5a700599afd0db 3SHA1 (ogre-v1-6-3.tar.bz2) = 0bde8f8d982151c561e9e6c9ccb51e0d19b5eab6
4RMD160 (ogre-v0-12-1.tar.bz2) = 34c4e3bfa6d29591c53e0a533fb65ee5a4a5be01 4RMD160 (ogre-v1-6-3.tar.bz2) = e1e16c152d5cb3141e306e4886092b5675695e9a
5Size (ogre-v0-12-1.tar.bz2) = 13718569 bytes 5Size (ogre-v1-6-3.tar.bz2) = 41790055 bytes
6SHA1 (patch-aa) = f091507e8f84385a1ce2e78bd811189006fdb449 6SHA1 (patch-aa) = b015c3270699301dacf42655c9309da9eb71c9c7
7SHA1 (patch-ab) = d2d6e3482391d6b5562a9cfdb302adc2911686b2 
8SHA1 (patch-ac) = bfe1bfd9c2033cb75dd5db97ce930e419a649639 
9SHA1 (patch-ad) = 14bb9fc366b02292200c39d24c609a019271c6e9 
10SHA1 (patch-ae) = 6834759ac02fdf555dfa3fe482bddc914e10fa62 
11SHA1 (patch-af) = b7e359ccdee4a3a99aa633a8e79e3bea1ca1939b 
12SHA1 (patch-ba) = 7a772416225fea38a5855875d52ba21c3719e8b0 
13SHA1 (patch-bb) = cc103295337e4a639cf8b590395ac6737a8ced1c 
14SHA1 (patch-bc) = f9ad93204168b975a25c34e6a25358c89d2a38c2 
15SHA1 (patch-bd) = 99b39512c43481b2c5e12d2d95de8f3db6ee08ab 
16SHA1 (patch-be) = 66420c305094b3dd98c53f9f81f1c35c3022826c 
17SHA1 (patch-bf) = c56944b447e967b8cc67a399ee4f1d6d2966e2b8 

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/ogre/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/devel/ogre/patches/Attic/patch-aa 2003/12/03 19:01:47 1.1.1.1
+++ pkgsrc/devel/ogre/patches/Attic/patch-aa 2009/09/01 16:53:40 1.2
@@ -1,150 +1,73 @@ @@ -1,150 +1,73 @@
1$NetBSD: patch-aa,v 1.1.1.1 2003/12/03 19:01:47 xtraeme Exp $ 1$NetBSD: patch-aa,v 1.2 2009/09/01 16:53:40 hasso Exp $
2 2
3--- OgreMain/include/unzip.h.orig 2003-10-12 21:19:24.000000000 +0200 3--- configure.orig 2009-08-31 16:44:00 +0300
4+++ OgreMain/include/unzip.h 2003-10-12 21:22:38.000000000 +0200 4+++ configure 2009-08-31 16:45:14 +0300
5@@ -111,9 +111,9 @@ 5@@ -25739,11 +25739,11 @@ fi
6 tm_unz tmu_date; 6 rm -f OgreMain/src/OgreConfigDialog.lo OgreMain/src/OgreErrorDialog.lo
7 } unz_file_info; 7
8  8 # Prefer win32, then Xt. gtk is being phased out and must be explicitly specified.
9-extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1, 9- if test "x$with_gui" == "xauto" && test "x$OGRE_PLATFORM" == "xWIN32"; then
10+extern int ZEXPORT unzStringFileNameCompare (const char* fileName1, 10+ if test "x$with_gui" = "xauto" && test "x$OGRE_PLATFORM" = "xWIN32"; then
11 const char* fileName2, 11 with_gui=win32
12- int iCaseSensitivity)); 12 fi
13+ int iCaseSensitivity); 13
14 /* 14- if test "x$with_gui" == "xgtk"; then
15 Compare two filename (fileName1,fileName2). 15+ if test "x$with_gui" = "xgtk"; then
16 If iCaseSenisivity = 1, comparision is case sensitivity (like strcmp) 16
17@@ -124,7 +124,7 @@ 17 pkg_failed=no
18 */ 18 { echo "$as_me:$LINENO: checking for GTK" >&5
19  19@@ -25825,15 +25825,15 @@ echo "${ECHO_T}yes" >&6; }
20  20 fi
21-extern unzFile ZEXPORT unzOpen OF((const char *path)); 21 fi
22+extern unzFile ZEXPORT unzOpen (const char *path); 22
23 /* 23- if test "x$with_gui" == "xauto"; then
24 Open a Zip file. path contain the full pathname (by example, 24+ if test "x$with_gui" = "xauto"; then
25 on a Windows NT computer "c:\\zlib\\zlib111.zip" or on an Unix computer 25 with_gui=Xt
26@@ -135,24 +135,24 @@ 26 fi
27 of this unzip package. 27
28 */ 28- if test "x$with_gui" == "xwin32"; then
29  29+ if test "x$with_gui" = "xwin32"; then
30-extern int ZEXPORT unzClose OF((unzFile file)); 30 OGRE_GUI=WIN32
31+extern int ZEXPORT unzClose (unzFile file); 31- elif test "x$with_gui" == "xgtk"; then
32 /* 32+ elif test "x$with_gui" = "xgtk"; then
33 Close a ZipFile opened with unzipOpen. 33 OGRE_GUI=gtk
34 If there is files inside the .Zip opened with unzOpenCurrentFile (see later), 34- elif test "x$with_gui" == "xXt"; then
35 these files MUST be closed with unzipCloseCurrentFile before call unzipClose. 35+ elif test "x$with_gui" = "xXt"; then
36 return UNZ_OK if there is no problem. */ 36 OGRE_GUI=GLX
37  37 PLATFORM_LIBS="$PLATFORM_LIBS -lXt -lSM -lICE"
38-extern int ZEXPORT unzGetGlobalInfo OF((unzFile file, 38 else
39- unz_global_info *pglobal_info)); 39@@ -26708,14 +26708,14 @@ else
40+extern int ZEXPORT unzGetGlobalInfo (unzFile file, 40 with_allocator=ned
41+ unz_global_info *pglobal_info); 41 fi
42 /* 42
43 Write info about the ZipFile in the *pglobal_info structure. 43- if test "x$with_allocator" == "xstd"; then
44 No preparation of the structure is needed 44+ if test "x$with_allocator" = "xstd"; then
45 return UNZ_OK if there is no problem. */ 45
46  46 cat >>confdefs.h <<\_ACEOF
47  47 #define OGRE_MEMORY_ALLOCATOR 1
48-extern int ZEXPORT unzGetGlobalComment OF((unzFile file, 48 _ACEOF
49+extern int ZEXPORT unzGetGlobalComment (unzFile file, 49
50 char *szComment, 50 fi
51- uLong uSizeBuf)); 51- if test "x$with_allocator" == "xned"; then
52+ uLong uSizeBuf); 52+ if test "x$with_allocator" = "xned"; then
53 /* 53
54 Get the global comment string of the ZipFile, in the szComment buffer. 54 cat >>confdefs.h <<\_ACEOF
55 uSizeBuf is the size of the szComment buffer. 55 #define OGRE_MEMORY_ALLOCATOR 2
56@@ -163,22 +163,22 @@ 56@@ -29360,7 +29360,7 @@ fi
57 /***************************************************************************/ 57
58 /* Unzip package allow you browse the directory of the zipfile */ 58
59  59 ft_detected=yes
60-extern int ZEXPORT unzGoToFirstFile OF((unzFile file)); 60-test "x$no_ft" == "xyes" && ft_detected=no
61+extern int ZEXPORT unzGoToFirstFile (unzFile file); 61+test "x$no_ft" = "xyes" && ft_detected=no
62 /* 62
63 Set the current file of the zipfile to the first file. 63 echo "--------=== Configuration summary ===--------"
64 return UNZ_OK if there is no problem 64 echo " Target platform : $OGRE_PLATFORM"
65 */ 65@@ -29374,7 +29374,7 @@ echo " Use FreeType
66  66 echo " Use FreeImage : $build_freeimage"
67-extern int ZEXPORT unzGoToNextFile OF((unzFile file)); 67 echo " Use DevIL : $build_il"
68+extern int ZEXPORT unzGoToNextFile (unzFile file); 68 echo " Build OGRE demos : $build_ogre_demos"
69 /* 69-test "x$build_ogre_demos" == "xyes" && \
70 Set the current file of the zipfile to the next file. 70+test "x$build_ogre_demos" = "xyes" && \
71 return UNZ_OK if there is no problem 71 echo " Build CEGUI demos : $build_cegui_sample"
72 return UNZ_END_OF_LIST_OF_FILE if the actual file was the latest. 72 echo " Build the OpenEXR plugin : $build_exr"
73 */ 73 echo " Build the Cg plugin : $build_cg"
74  
75-extern int ZEXPORT unzLocateFile OF((unzFile file, 
76+extern int ZEXPORT unzLocateFile (unzFile file, 
77 const char *szFileName, 
78- int iCaseSensitivity)); 
79+ int iCaseSensitivity); 
80 /* 
81 Try locate the file szFileName in the zipfile. 
82 For the iCaseSensitivity signification, see unzStringFileNameCompare 
83@@ -189,14 +189,14 @@ 
84 */ 
85  
86  
87-extern int ZEXPORT unzGetCurrentFileInfo OF((unzFile file, 
88+extern int ZEXPORT unzGetCurrentFileInfo (unzFile file, 
89 unz_file_info *pfile_info, 
90 char *szFileName, 
91 uLong fileNameBufferSize, 
92 void *extraField, 
93 uLong extraFieldBufferSize, 
94 char *szComment, 
95- uLong commentBufferSize)); 
96+ uLong commentBufferSize); 
97 /* 
98 Get Info about the current file 
99 if pfile_info!=NULL, the *pfile_info structure will contain somes info about 
100@@ -215,22 +215,22 @@ 
101 from it, and close it (you can close it before reading all the file) 
102 */ 
103  
104-extern int ZEXPORT unzOpenCurrentFile OF((unzFile file)); 
105+extern int ZEXPORT unzOpenCurrentFile (unzFile file); 
106 /* 
107 Open for reading data the current file in the zipfile. 
108 If there is no error, the return value is UNZ_OK. 
109 */ 
110  
111-extern int ZEXPORT unzCloseCurrentFile OF((unzFile file)); 
112+extern int ZEXPORT unzCloseCurrentFile (unzFile file); 
113 /* 
114 Close the file in zip opened with unzOpenCurrentFile 
115 Return UNZ_CRCERROR if all the file was read but the CRC is not good 
116 */ 
117  
118  
119-extern int ZEXPORT unzReadCurrentFile OF((unzFile file, 
120+extern int ZEXPORT unzReadCurrentFile (unzFile file, 
121 voidp buf, 
122- unsigned len)); 
123+ unsigned len); 
124 /* 
125 Read bytes from the current file (opened by unzOpenCurrentFile) 
126 buf contain buffer where data must be copied 
127@@ -242,19 +242,19 @@ 
128 (UNZ_ERRNO for IO error, or zLib error for uncompress error) 
129 */ 
130  
131-extern z_off_t ZEXPORT unztell OF((unzFile file)); 
132+extern z_off_t ZEXPORT unztell (unzFile file); 
133 /* 
134 Give the current position in uncompressed data 
135 */ 
136  
137-extern int ZEXPORT unzeof OF((unzFile file)); 
138+extern int ZEXPORT unzeof (unzFile file); 
139 /* 
140 return 1 if the end of file was reached, 0 elsewhere 
141 */ 
142  
143-extern int ZEXPORT unzGetLocalExtrafield OF((unzFile file, 
144+extern int ZEXPORT unzGetLocalExtrafield (unzFile file, 
145 voidp buf, 
146- unsigned len)); 
147+ unsigned len); 
148 /* 
149 Read extra field from the current file (opened by unzOpenCurrentFile) 
150 This is the local-header version of the extra field (sometimes, there is 

File Deleted: pkgsrc/devel/ogre/patches/Attic/patch-ab

File Deleted: pkgsrc/devel/ogre/patches/Attic/patch-ac

File Deleted: pkgsrc/devel/ogre/patches/Attic/patch-ad

File Deleted: pkgsrc/devel/ogre/patches/Attic/patch-ae

File Deleted: pkgsrc/devel/ogre/patches/Attic/patch-af

File Deleted: pkgsrc/devel/ogre/patches/Attic/patch-ba

File Deleted: pkgsrc/devel/ogre/patches/Attic/patch-bb

File Deleted: pkgsrc/devel/ogre/patches/Attic/patch-bc

File Deleted: pkgsrc/devel/ogre/patches/Attic/patch-bd

File Deleted: pkgsrc/devel/ogre/patches/Attic/patch-be

File Deleted: pkgsrc/devel/ogre/patches/Attic/patch-bf