mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
update to 1.4.8
This commit is contained in:
parent
052d9f4d31
commit
68e9205eb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214086
@ -6,12 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME= ogre3d
|
||||
PORTVERSION= 1.4.7
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.4.8
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=ogre
|
||||
DISTNAME= ogre-linux_osx-v${PORTVERSION:S/./-/g}
|
||||
DISTNAME= ogre-v${PORTVERSION:S/./-/g}
|
||||
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= A scene-oriented, flexible 3D engine written in C++
|
||||
@ -20,10 +20,10 @@ LIB_DEPENDS= zzip.13:${PORTSDIR}/devel/zziplib \
|
||||
CEGUIBase.1:${PORTSDIR}/graphics/cegui \
|
||||
IL.1:${PORTSDIR}/graphics/devil
|
||||
|
||||
WRKSRC= ${WRKDIR}/ogrenew
|
||||
WRKSRC= ${WRKDIR}/ogre
|
||||
CONFIGURE_ARGS= --disable-cg --program-transform-name= --enable-static \
|
||||
--with-cppunit-prefix=/nonexistent --disable-freeimage
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -DNDEBUG" \
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -DNDEBUG" \
|
||||
ZZIPLIB_CFLAGS="-I${LOCALBASE}/include" \
|
||||
ZZIPLIB_LIBS="-L${LOCALBASE}/lib -lzzip"
|
||||
GNU_CONFIGURE= YES
|
||||
@ -41,7 +41,7 @@ post-patch:
|
||||
s|sdl-config|${SDL_CONFIG}|g; \
|
||||
s|-lpthread|${PTHREAD_LIBS}|g; \
|
||||
s|"-lIL|"-L${LOCALBASE}/lib -lIL|g; \
|
||||
s|-lGL -lGLU|-L${LOCALBASE}/lib &|g; \
|
||||
s|-lGL -lGLU|-L${X11BASE}/lib &|g; \
|
||||
s|" == "x|" = "x|g; \
|
||||
s|-lfreeimage|-L${LOCALBASE}/lib &|g' \
|
||||
${WRKSRC}/configure
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ogre-linux_osx-v1-4-7.tar.bz2) = f44cba3f7362f6d8ca4187dee0d588ef
|
||||
SHA256 (ogre-linux_osx-v1-4-7.tar.bz2) = bf23a33ae53715ddb77cb06148c9c7a681c685c90227163aa8ce9af1c993b0cf
|
||||
SIZE (ogre-linux_osx-v1-4-7.tar.bz2) = 28804286
|
||||
MD5 (ogre-v1-4-8.tar.bz2) = c9034bdbd4c7cd79a4dd38811765262a
|
||||
SHA256 (ogre-v1-4-8.tar.bz2) = 396eac8accbee9b3652ed6b94e2bc2c7a129e96c661fe1a6d5855c78657d19c1
|
||||
SIZE (ogre-v1-4-8.tar.bz2) = 29700614
|
||||
|
@ -236,11 +236,11 @@ lib/OGRE/RenderSystem_GL.so
|
||||
lib/libCEGUIOgreRenderer.a
|
||||
lib/libCEGUIOgreRenderer.la
|
||||
lib/libCEGUIOgreRenderer.so
|
||||
lib/libCEGUIOgreRenderer-1.4.7.so
|
||||
lib/libCEGUIOgreRenderer-1.4.8.so
|
||||
lib/libOgreMain.a
|
||||
lib/libOgreMain.la
|
||||
lib/libOgreMain.so
|
||||
lib/libOgreMain-1.4.7.so
|
||||
lib/libOgreMain-1.4.8.so
|
||||
libdata/pkgconfig/CEGUI-OGRE.pc
|
||||
libdata/pkgconfig/OGRE.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
|
Loading…
Reference in New Issue
Block a user