diff options
author | oliver <oliver@FreeBSD.org> | 2008-06-01 13:55:10 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2008-06-01 13:55:10 +0800 |
commit | d0949e27d2c2e50bf851a4b56debe8e1011dea0c (patch) | |
tree | 105018b6cf3e88e7cd8174e8a6df7bf8dbf09876 /graphics | |
parent | 750fde9a286ed9c8fdd79da3b87572dc395a59c6 (diff) | |
download | freebsd-ports-gnome-d0949e27d2c2e50bf851a4b56debe8e1011dea0c.tar.gz freebsd-ports-gnome-d0949e27d2c2e50bf851a4b56debe8e1011dea0c.tar.zst freebsd-ports-gnome-d0949e27d2c2e50bf851a4b56debe8e1011dea0c.zip |
update to 1.4.8
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ogre3d/Makefile | 12 | ||||
-rw-r--r-- | graphics/ogre3d/distinfo | 6 | ||||
-rw-r--r-- | graphics/ogre3d/pkg-plist | 4 |
3 files changed, 11 insertions, 11 deletions
diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index e72a9a8d1082..d29b9679b6d4 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -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 diff --git a/graphics/ogre3d/distinfo b/graphics/ogre3d/distinfo index 50cd69c00df3..22fb5ad1edb0 100644 --- a/graphics/ogre3d/distinfo +++ b/graphics/ogre3d/distinfo @@ -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 diff --git a/graphics/ogre3d/pkg-plist b/graphics/ogre3d/pkg-plist index a9f5d3de98c4..1c5496d38517 100644 --- a/graphics/ogre3d/pkg-plist +++ b/graphics/ogre3d/pkg-plist @@ -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 |