View | Details | Raw Unified | Return to bug 101052
Collapse All | Expand All

(-)ogre3d/Makefile (-8 / +9 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	ogre3d
8
PORTNAME=	ogre3d
9
PORTVERSION=	1.0.7
9
DISTVERSION=	1-2-2p1
10
PORTREVISION=	1
11
CATEGORIES=	graphics devel
10
CATEGORIES=	graphics devel
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=ogre
12
MASTER_SITE_SUBDIR=ogre
14
DISTNAME=	ogre-linux_osx-v${PORTVERSION:S/./-/g}
13
DISTNAME=	ogre-linux_osx-v${DISTVERSION}
15
14
16
MAINTAINER=	oliver@FreeBSD.org
15
MAINTAINER=	oliver@FreeBSD.org
17
COMMENT=	A scene-oriented, flexible 3D engine written in C++
16
COMMENT=	A scene-oriented, flexible 3D engine written in C++
Lines 23-42 Link Here
23
CONFIGURE_ARGS=	--disable-cg --program-transform-name= --enable-static
22
CONFIGURE_ARGS=	--disable-cg --program-transform-name= --enable-static
24
GNU_CONFIGURE=	YES
23
GNU_CONFIGURE=	YES
25
INSTALLS_SHLIB=	YES
24
INSTALLS_SHLIB=	YES
26
USE_GCC=	3.4
25
USE_GCC=	3.4+
27
USE_BZIP2=	YES
26
USE_BZIP2=	YES
28
USE_X_PREFIX=	YES
27
USE_X_PREFIX=	YES
29
USE_GNOME=	gnomehack
28
USE_GNOME=	gnomehack
30
USE_SDL=	sdl
29
USE_SDL=	sdl
31
USE_GMAKE=	YES
30
USE_GMAKE=	YES
31
CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include"
32
33
PORTDOCS=	README COPYING AUTHORS
32
34
33
post-patch:
35
post-patch:
34
	@${REINPLACE_CMD} -e '\
36
	@${REINPLACE_CMD} -e '\
35
		s|sdl-config|${SDL_CONFIG}|g ;\
37
		s|sdl-config|${SDL_CONFIG}|g; \
36
		s|-lpthread|${PTHREAD_LIBS}|g; \
38
		s|-lpthread|${PTHREAD_LIBS}|g; \
37
		s|"-lIL|"-L${LOCALBASE}/lib -lIL|g; \
39
		s|"-lIL|"-L${LOCALBASE}/lib -lIL|g; \
38
		s|-lGL -lGLU|-L${X11BASE}/lib &|g; \
40
		s|-lGL -lGLU|-L${X11BASE}/lib &|g;' \
39
		s|GLSUPPORT_CFLAGS=\$$SDL_CFLAGS|GLSUPPORT_CFLAGS="-I${X11BASE}/include \$$SDL_CFLAGS"|' \
40
		${WRKSRC}/configure
41
		${WRKSRC}/configure
41
	@${REINPLACE_CMD} -e 's|<CEGUI/|<|g' \
42
	@${REINPLACE_CMD} -e 's|<CEGUI/|<|g' \
42
		${WRKSRC}/Samples/Gui/src/Gui.cpp \
43
		${WRKSRC}/Samples/Gui/src/Gui.cpp \
Lines 61-67 Link Here
61
post-install:
62
post-install:
62
.if !defined(NOPORTDOCS)
63
.if !defined(NOPORTDOCS)
63
	@${MKDIR} ${DOCSDIR}
64
	@${MKDIR} ${DOCSDIR}
64
.for docfile in README COPYING AUTHORS
65
.for docfile in ${PORTDOCS}
65
	@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
66
	@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
66
.endfor
67
.endfor
67
.endif
68
.endif
(-)ogre3d/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ogre-linux_osx-v1-0-7.tar.bz2) = 9120af9f10efddeb8c79bb9f46d9706c
1
MD5 (ogre-linux_osx-v1-2-2p1.tar.bz2) = 34004bdde39427e9a3213286f8cc057a
2
SHA256 (ogre-linux_osx-v1-0-7.tar.bz2) = e4dbd75feb877173f3cc9c83f10e4f5326affebc5833c4c0f49c349bfbda84af
2
SHA256 (ogre-linux_osx-v1-2-2p1.tar.bz2) = 1c0c4f2a382301db1b7e89fc95e2a099a5a5891678923eabd0d72f26fc610547
3
SIZE (ogre-linux_osx-v1-0-7.tar.bz2) = 18786151
3
SIZE (ogre-linux_osx-v1-2-2p1.tar.bz2) = 22890671
(-)ogre3d/pkg-plist (-9 / +21 lines)
Lines 2-16 Link Here
2
bin/OgreMeshUpgrade
2
bin/OgreMeshUpgrade
3
bin/OgreXMLConverter
3
bin/OgreXMLConverter
4
include/OGRE/Ogre.h
4
include/OGRE/Ogre.h
5
include/OGRE/OgreAnimable.h
5
include/OGRE/OgreAnimation.h
6
include/OGRE/OgreAnimation.h
6
include/OGRE/OgreAnimationState.h
7
include/OGRE/OgreAnimationState.h
7
include/OGRE/OgreAnimationTrack.h
8
include/OGRE/OgreAnimationTrack.h
9
include/OGRE/OgreAny.h
8
include/OGRE/OgreArchive.h
10
include/OGRE/OgreArchive.h
9
include/OGRE/OgreArchiveFactory.h
11
include/OGRE/OgreArchiveFactory.h
10
include/OGRE/OgreArchiveManager.h
12
include/OGRE/OgreArchiveManager.h
11
include/OGRE/OgreAutoParamDataSource.h
13
include/OGRE/OgreAutoParamDataSource.h
12
include/OGRE/OgreAxisAlignedBox.h
14
include/OGRE/OgreAxisAlignedBox.h
13
include/OGRE/OgreBillboard.h
15
include/OGRE/OgreBillboard.h
16
include/OGRE/OgreBillboardChain.h
14
include/OGRE/OgreBillboardParticleRenderer.h
17
include/OGRE/OgreBillboardParticleRenderer.h
15
include/OGRE/OgreBillboardSet.h
18
include/OGRE/OgreBillboardSet.h
16
include/OGRE/OgreBitwise.h
19
include/OGRE/OgreBitwise.h
Lines 24-29 Link Here
24
include/OGRE/OgreCodec.h
27
include/OGRE/OgreCodec.h
25
include/OGRE/OgreColourValue.h
28
include/OGRE/OgreColourValue.h
26
include/OGRE/OgreCommon.h
29
include/OGRE/OgreCommon.h
30
include/OGRE/OgreCompiler2Pass.h
31
include/OGRE/OgreCompositionPass.h
32
include/OGRE/OgreCompositionTargetPass.h
33
include/OGRE/OgreCompositionTechnique.h
34
include/OGRE/OgreCompositor.h
35
include/OGRE/OgreCompositorChain.h
36
include/OGRE/OgreCompositorInstance.h
37
include/OGRE/OgreCompositorManager.h
38
include/OGRE/OgreCompositorScriptCompiler.h
39
include/OGRE/OgreCompositorSerializer.h
27
include/OGRE/OgreConfig.h
40
include/OGRE/OgreConfig.h
28
include/OGRE/OgreConfigDialog.h
41
include/OGRE/OgreConfigDialog.h
29
include/OGRE/OgreConfigFile.h
42
include/OGRE/OgreConfigFile.h
Lines 76-81 Link Here
76
include/OGRE/OgreLight.h
89
include/OGRE/OgreLight.h
77
include/OGRE/OgreLog.h
90
include/OGRE/OgreLog.h
78
include/OGRE/OgreLogManager.h
91
include/OGRE/OgreLogManager.h
92
include/OGRE/OgreManualObject.h
79
include/OGRE/OgreMaterial.h
93
include/OGRE/OgreMaterial.h
80
include/OGRE/OgreMaterialManager.h
94
include/OGRE/OgreMaterialManager.h
81
include/OGRE/OgreMaterialSerializer.h
95
include/OGRE/OgreMaterialSerializer.h
Lines 121-144 Link Here
121
include/OGRE/OgrePlaneBoundedVolume.h
135
include/OGRE/OgrePlaneBoundedVolume.h
122
include/OGRE/OgrePlatform.h
136
include/OGRE/OgrePlatform.h
123
include/OGRE/OgrePlatformManager.h
137
include/OGRE/OgrePlatformManager.h
138
include/OGRE/OgrePose.h
124
include/OGRE/OgrePositionTarget.h
139
include/OGRE/OgrePositionTarget.h
125
include/OGRE/OgrePredefinedControllers.h
140
include/OGRE/OgrePredefinedControllers.h
126
include/OGRE/OgrePrerequisites.h
141
include/OGRE/OgrePrerequisites.h
127
include/OGRE/OgreProfiler.h
142
include/OGRE/OgreProfiler.h
128
include/OGRE/OgreProgressiveMesh.h
143
include/OGRE/OgreProgressiveMesh.h
129
include/OGRE/OgreQuaternion.h
144
include/OGRE/OgreQuaternion.h
145
include/OGRE/OgreRadixSort.h
130
include/OGRE/OgreRay.h
146
include/OGRE/OgreRay.h
131
include/OGRE/OgreRectangle.h
147
include/OGRE/OgreRectangle.h
132
include/OGRE/OgreRectangle2D.h
148
include/OGRE/OgreRectangle2D.h
133
include/OGRE/OgreRenderOperation.h
149
include/OGRE/OgreRenderOperation.h
134
include/OGRE/OgreRenderQueue.h
150
include/OGRE/OgreRenderQueue.h
151
include/OGRE/OgreRenderQueueInvocation.h
135
include/OGRE/OgreRenderQueueListener.h
152
include/OGRE/OgreRenderQueueListener.h
136
include/OGRE/OgreRenderQueueSortingGrouping.h
153
include/OGRE/OgreRenderQueueSortingGrouping.h
137
include/OGRE/OgreRenderSystem.h
154
include/OGRE/OgreRenderSystem.h
138
include/OGRE/OgreRenderSystemCapabilities.h
155
include/OGRE/OgreRenderSystemCapabilities.h
139
include/OGRE/OgreRenderTarget.h
156
include/OGRE/OgreRenderTarget.h
140
include/OGRE/OgreRenderTargetListener.h
157
include/OGRE/OgreRenderTargetListener.h
141
include/OGRE/OgreRenderTargetTexture.h
142
include/OGRE/OgreRenderTexture.h
158
include/OGRE/OgreRenderTexture.h
143
include/OGRE/OgreRenderWindow.h
159
include/OGRE/OgreRenderWindow.h
144
include/OGRE/OgreRenderable.h
160
include/OGRE/OgreRenderable.h
Lines 146-151 Link Here
146
include/OGRE/OgreResourceBackgroundQueue.h
162
include/OGRE/OgreResourceBackgroundQueue.h
147
include/OGRE/OgreResourceGroupManager.h
163
include/OGRE/OgreResourceGroupManager.h
148
include/OGRE/OgreResourceManager.h
164
include/OGRE/OgreResourceManager.h
165
include/OGRE/OgreRibbonTrail.h
149
include/OGRE/OgreRoot.h
166
include/OGRE/OgreRoot.h
150
include/OGRE/OgreRotationalSpline.h
167
include/OGRE/OgreRotationalSpline.h
151
include/OGRE/OgreSceneManager.h
168
include/OGRE/OgreSceneManager.h
Lines 215-231 Link Here
215
lib/libOgreMain.a
232
lib/libOgreMain.a
216
lib/libOgreMain.la
233
lib/libOgreMain.la
217
lib/libOgreMain.so
234
lib/libOgreMain.so
218
lib/libOgreMain.so.10
235
lib/libOgreMain.so.11
219
lib/libOgrePlatform.a
236
lib/libOgrePlatform.a
220
lib/libOgrePlatform.la
237
lib/libOgrePlatform.la
221
lib/libOgrePlatform.so
238
lib/libOgrePlatform.so
239
lib/libOgrePlatform.so.0
222
libdata/pkgconfig/CEGUI-OGRE.pc
240
libdata/pkgconfig/CEGUI-OGRE.pc
223
libdata/pkgconfig/OGRE.pc
241
libdata/pkgconfig/OGRE.pc
224
share/OGRE/ogre-config.glade
225
%%PORTDOCS%%%%DOCSDIR%%/README
226
%%PORTDOCS%%%%DOCSDIR%%/COPYING
227
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
228
@dirrm include/OGRE
229
@dirrm lib/OGRE
242
@dirrm lib/OGRE
230
@dirrm share/OGRE
243
@dirrm include/OGRE
231
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 101052