mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
fix an error so the plugin libs are generated as shared libs and not as
static ones bump PORTREVISION
This commit is contained in:
parent
4ba65cef22
commit
6549f0d5c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144332
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= ogre3d
|
||||
PORTVERSION= 1.0.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=ogre
|
||||
@ -44,6 +45,13 @@ post-patch:
|
||||
s|\$$(INSTALL_PROGRAM) .libs/|\$$(INSTALL_PROGRAM) |' \
|
||||
${WRKSRC}/Samples/*/src/Makefile.in \
|
||||
${WRKSRC}/Tools/*/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e '\
|
||||
s|\(-L$$(top_builddir)/OgreMain/src\)\([$$ ]*\)|\1/.libs\2|' \
|
||||
${WRKSRC}/PlugIns/BSPSceneManager/src/Makefile.in \
|
||||
${WRKSRC}/PlugIns/CgProgramManager/src/Makefile.in \
|
||||
${WRKSRC}/PlugIns/EXRCodec/src/Makefile.in \
|
||||
${WRKSRC}/PlugIns/OctreeSceneManager/src/Makefile.in \
|
||||
${WRKSRC}/PlugIns/ParticleFX/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|-L$$(top_builddir)/Samples/Common/CEGUIRenderer/src|&/.libs|' \
|
||||
${WRKSRC}/Samples/Gui/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|<CEGUI/|<|g' \
|
||||
|
@ -196,14 +196,14 @@ include/OGRE/OgreViewport.h
|
||||
include/OGRE/OgreWireBoundingBox.h
|
||||
include/OGRE/OgreZip.h
|
||||
include/OGRE/asm_math.h
|
||||
lib/OGRE/Plugin_BSPSceneManager.a
|
||||
lib/OGRE/Plugin_BSPSceneManager.la
|
||||
lib/OGRE/Plugin_OctreeSceneManager.a
|
||||
lib/OGRE/Plugin_BSPSceneManager.so
|
||||
lib/OGRE/Plugin_OctreeSceneManager.la
|
||||
lib/OGRE/Plugin_ParticleFX.a
|
||||
lib/OGRE/Plugin_OctreeSceneManager.so
|
||||
lib/OGRE/Plugin_ParticleFX.la
|
||||
lib/OGRE/RenderSystem_GL.a
|
||||
lib/OGRE/Plugin_ParticleFX.so
|
||||
lib/OGRE/RenderSystem_GL.la
|
||||
lib/OGRE/RenderSystem_GL.so
|
||||
lib/libCEGUIOgreRenderer.a
|
||||
lib/libCEGUIOgreRenderer.la
|
||||
lib/libCEGUIOgreRenderer.so
|
||||
@ -212,8 +212,8 @@ lib/libOgreMain.a
|
||||
lib/libOgreMain.la
|
||||
lib/libOgreMain.so
|
||||
lib/libOgreMain.so.9
|
||||
lib/libOgrePlatform.a
|
||||
lib/libOgrePlatform.la
|
||||
lib/libOgrePlatform.so
|
||||
libdata/pkgconfig/CEGUI-OGRE.pc
|
||||
libdata/pkgconfig/OGRE.pc
|
||||
share/OGRE/ogre-config.glade
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= ogre3d
|
||||
PORTVERSION= 1.0.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=ogre
|
||||
@ -44,6 +45,13 @@ post-patch:
|
||||
s|\$$(INSTALL_PROGRAM) .libs/|\$$(INSTALL_PROGRAM) |' \
|
||||
${WRKSRC}/Samples/*/src/Makefile.in \
|
||||
${WRKSRC}/Tools/*/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e '\
|
||||
s|\(-L$$(top_builddir)/OgreMain/src\)\([$$ ]*\)|\1/.libs\2|' \
|
||||
${WRKSRC}/PlugIns/BSPSceneManager/src/Makefile.in \
|
||||
${WRKSRC}/PlugIns/CgProgramManager/src/Makefile.in \
|
||||
${WRKSRC}/PlugIns/EXRCodec/src/Makefile.in \
|
||||
${WRKSRC}/PlugIns/OctreeSceneManager/src/Makefile.in \
|
||||
${WRKSRC}/PlugIns/ParticleFX/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|-L$$(top_builddir)/Samples/Common/CEGUIRenderer/src|&/.libs|' \
|
||||
${WRKSRC}/Samples/Gui/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|<CEGUI/|<|g' \
|
||||
|
@ -196,14 +196,14 @@ include/OGRE/OgreViewport.h
|
||||
include/OGRE/OgreWireBoundingBox.h
|
||||
include/OGRE/OgreZip.h
|
||||
include/OGRE/asm_math.h
|
||||
lib/OGRE/Plugin_BSPSceneManager.a
|
||||
lib/OGRE/Plugin_BSPSceneManager.la
|
||||
lib/OGRE/Plugin_OctreeSceneManager.a
|
||||
lib/OGRE/Plugin_BSPSceneManager.so
|
||||
lib/OGRE/Plugin_OctreeSceneManager.la
|
||||
lib/OGRE/Plugin_ParticleFX.a
|
||||
lib/OGRE/Plugin_OctreeSceneManager.so
|
||||
lib/OGRE/Plugin_ParticleFX.la
|
||||
lib/OGRE/RenderSystem_GL.a
|
||||
lib/OGRE/Plugin_ParticleFX.so
|
||||
lib/OGRE/RenderSystem_GL.la
|
||||
lib/OGRE/RenderSystem_GL.so
|
||||
lib/libCEGUIOgreRenderer.a
|
||||
lib/libCEGUIOgreRenderer.la
|
||||
lib/libCEGUIOgreRenderer.so
|
||||
@ -212,8 +212,8 @@ lib/libOgreMain.a
|
||||
lib/libOgreMain.la
|
||||
lib/libOgreMain.so
|
||||
lib/libOgreMain.so.9
|
||||
lib/libOgrePlatform.a
|
||||
lib/libOgrePlatform.la
|
||||
lib/libOgrePlatform.so
|
||||
libdata/pkgconfig/CEGUI-OGRE.pc
|
||||
libdata/pkgconfig/OGRE.pc
|
||||
share/OGRE/ogre-config.glade
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= ogre3d
|
||||
PORTVERSION= 1.0.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=ogre
|
||||
@ -44,6 +45,13 @@ post-patch:
|
||||
s|\$$(INSTALL_PROGRAM) .libs/|\$$(INSTALL_PROGRAM) |' \
|
||||
${WRKSRC}/Samples/*/src/Makefile.in \
|
||||
${WRKSRC}/Tools/*/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e '\
|
||||
s|\(-L$$(top_builddir)/OgreMain/src\)\([$$ ]*\)|\1/.libs\2|' \
|
||||
${WRKSRC}/PlugIns/BSPSceneManager/src/Makefile.in \
|
||||
${WRKSRC}/PlugIns/CgProgramManager/src/Makefile.in \
|
||||
${WRKSRC}/PlugIns/EXRCodec/src/Makefile.in \
|
||||
${WRKSRC}/PlugIns/OctreeSceneManager/src/Makefile.in \
|
||||
${WRKSRC}/PlugIns/ParticleFX/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|-L$$(top_builddir)/Samples/Common/CEGUIRenderer/src|&/.libs|' \
|
||||
${WRKSRC}/Samples/Gui/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|<CEGUI/|<|g' \
|
||||
|
@ -196,14 +196,14 @@ include/OGRE/OgreViewport.h
|
||||
include/OGRE/OgreWireBoundingBox.h
|
||||
include/OGRE/OgreZip.h
|
||||
include/OGRE/asm_math.h
|
||||
lib/OGRE/Plugin_BSPSceneManager.a
|
||||
lib/OGRE/Plugin_BSPSceneManager.la
|
||||
lib/OGRE/Plugin_OctreeSceneManager.a
|
||||
lib/OGRE/Plugin_BSPSceneManager.so
|
||||
lib/OGRE/Plugin_OctreeSceneManager.la
|
||||
lib/OGRE/Plugin_ParticleFX.a
|
||||
lib/OGRE/Plugin_OctreeSceneManager.so
|
||||
lib/OGRE/Plugin_ParticleFX.la
|
||||
lib/OGRE/RenderSystem_GL.a
|
||||
lib/OGRE/Plugin_ParticleFX.so
|
||||
lib/OGRE/RenderSystem_GL.la
|
||||
lib/OGRE/RenderSystem_GL.so
|
||||
lib/libCEGUIOgreRenderer.a
|
||||
lib/libCEGUIOgreRenderer.la
|
||||
lib/libCEGUIOgreRenderer.so
|
||||
@ -212,8 +212,8 @@ lib/libOgreMain.a
|
||||
lib/libOgreMain.la
|
||||
lib/libOgreMain.so
|
||||
lib/libOgreMain.so.9
|
||||
lib/libOgrePlatform.a
|
||||
lib/libOgrePlatform.la
|
||||
lib/libOgrePlatform.so
|
||||
libdata/pkgconfig/CEGUI-OGRE.pc
|
||||
libdata/pkgconfig/OGRE.pc
|
||||
share/OGRE/ogre-config.glade
|
||||
|
Loading…
x
Reference in New Issue
Block a user