pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ogre



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug 11 09:02:05 UTC 2023

Modified Files:
        pkgsrc/devel/ogre: Makefile PLIST

Log Message:
ogre: Fix PLIST on systems with GLESv2 support


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/ogre/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ogre/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ogre/Makefile
diff -u pkgsrc/devel/ogre/Makefile:1.51 pkgsrc/devel/ogre/Makefile:1.52
--- pkgsrc/devel/ogre/Makefile:1.51     Fri Jul 21 08:30:48 2023
+++ pkgsrc/devel/ogre/Makefile  Fri Aug 11 09:02:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2023/07/21 08:30:48 nia Exp $
+# $NetBSD: Makefile,v 1.52 2023/08/11 09:02:05 nia Exp $
 
 DISTNAME=      ogre-1.12.11
 PKGREVISION=   1
@@ -43,6 +43,12 @@ CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAG
 
 PKGCONFIG_OVERRIDE+=   CMake/Templates/*.pc.in
 
+PLIST_VARS+=   glesv2
+.include "../../graphics/MesaLib/features.mk"
+.if ${MESALIB_SUPPORTS_GLESv2:tl} != "no"
+PLIST.glesv2=  yes
+.endif
+
 .include "../../archivers/zziplib/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"

Index: pkgsrc/devel/ogre/PLIST
diff -u pkgsrc/devel/ogre/PLIST:1.5 pkgsrc/devel/ogre/PLIST:1.6
--- pkgsrc/devel/ogre/PLIST:1.5 Mon Mar  1 12:12:14 2021
+++ pkgsrc/devel/ogre/PLIST     Fri Aug 11 09:02:05 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/03/01 12:12:14 nia Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/08/11 09:02:05 nia Exp $
 bin/OgreMeshUpgrader
 bin/OgreXMLConverter
 bin/SampleBrowser
@@ -544,6 +544,55 @@ include/OGRE/RenderSystems/GL3Plus/OgreG
 include/OGRE/RenderSystems/GL3Plus/OgreGLVertexArrayObject.h
 include/OGRE/RenderSystems/GL3Plus/OgreGLWindow.h
 include/OGRE/RenderSystems/GL3Plus/OgreSPIRVShaderFactory.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/GLES2/gl2ext.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/GLES3/gl3.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/GLES3/gl3platform.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/GLES3/glesw.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESCgProgram.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESCgProgramFactory.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESExtSupport.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESLinkProgram.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESProgram.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESProgramCommon.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESProgramFactory.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESProgramManager.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESProgramPipeline.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/KHR/khrplatform.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLContext.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLDepthBufferCommon.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2Config.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2DepthBuffer.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2Exports.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2FBOMultiRenderTarget.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2FBORenderTexture.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2FrameBufferObject.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2HardwareBuffer.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2HardwareBufferManager.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2HardwareOcclusionQuery.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2HardwarePixelBuffer.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2ManagedResource.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2ManagedResourceManager.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2PixelFormat.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2Plugin.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2Prerequisites.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2RenderSystem.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2RenderToVertexBuffer.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2StateCacheManager.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2Texture.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLES2TextureManager.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLHardwarePixelBufferCommon.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLNativeSupport.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLPBuffer.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLRenderSystemCommon.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLRenderTarget.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLRenderTexture.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLStateCacheManagerCommon.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLSupportPrerequisites.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLTextureCommon.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLUniformCache.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLUtil.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLVertexArrayObject.h
+${PLIST.glesv2}include/OGRE/RenderSystems/GLES2/OgreGLWindow.h
 include/OGRE/Sample.h
 include/OGRE/SampleContext.h
 include/OGRE/SamplePlugin.h
@@ -610,6 +659,8 @@ lib/OGRE/RenderSystem_GL.so
 lib/OGRE/RenderSystem_GL.so.${PKGVERSION}
 lib/OGRE/RenderSystem_GL3Plus.so
 lib/OGRE/RenderSystem_GL3Plus.so.${PKGVERSION}
+${PLIST.glesv2}lib/OGRE/RenderSystem_GLES2.so
+${PLIST.glesv2}lib/OGRE/RenderSystem_GLES2.so.${PKGVERSION}
 lib/OGRE/Samples/DefaultSamples.so
 lib/OGRE/Samples/DefaultSamples.so.${PKGVERSION}
 lib/OGRE/cmake/FindPkgMacros.cmake



Home | Main Index | Thread Index | Old Index