diff options
-rw-r--r-- | games/ember/Makefile | 5 | ||||
-rw-r--r-- | games/vegastrike/Makefile | 2 | ||||
-rw-r--r-- | graphics/cegui/Makefile | 5 | ||||
-rw-r--r-- | graphics/ogre3d/Makefile | 3 | ||||
-rw-r--r-- | graphics/ogre3d/distinfo | 4 | ||||
-rw-r--r-- | graphics/ogre3d/files/patch-RenderSystems-GL-CMakeLists.txt | 13 | ||||
-rw-r--r-- | graphics/ogre3d/pkg-plist | 8 | ||||
-rw-r--r-- | x11-toolkits/gigi/Makefile | 2 |
8 files changed, 15 insertions, 27 deletions
diff --git a/games/ember/Makefile b/games/ember/Makefile index 3549f4da1f32..47db1c795361 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -7,6 +7,7 @@ PORTNAME= ember PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/worldforge/Ember%20%28OGRE%20client%29/${PORTVERSION} \ http://amber.worldforge.org/ember/releases/stable/ @@ -17,8 +18,8 @@ DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= oliver@FreeBSD.org COMMENT= Ember is a WorldForge 3d client using the OGRE 3d library -BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.2:${PORTSDIR}/graphics/ogre3d -RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.2:${PORTSDIR}/graphics/ogre3d +BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.3:${PORTSDIR}/graphics/ogre3d +RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.3:${PORTSDIR}/graphics/ogre3d LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ eris-1.3:${PORTSDIR}/devel/eris \ varconf-1.0.6:${PORTSDIR}/devel/varconf \ diff --git a/games/vegastrike/Makefile b/games/vegastrike/Makefile index 4ece6b09dbd8..00a86f49eda7 100644 --- a/games/vegastrike/Makefile +++ b/games/vegastrike/Makefile @@ -7,7 +7,7 @@ PORTNAME= vegastrike PORTVERSION= 0.5.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/OldFiles DISTNAME= vegastrike-source-${PORTVERSION} diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index fb5bb48e58b6..830a30210f52 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -7,6 +7,7 @@ PORTNAME= cegui PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.7.5 DISTNAME= ${PORTNAME:U}-${PORTVERSION} @@ -17,8 +18,8 @@ COMMENT= A library providing windowing and widgets for graphics APIs LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ pcre.0:${PORTSDIR}/devel/pcre \ freetype.9:${PORTSDIR}/print/freetype2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.2:${PORTSDIR}/graphics/ogre3d -RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.2:${PORTSDIR}/graphics/ogre3d +BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.3:${PORTSDIR}/graphics/ogre3d +RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.3:${PORTSDIR}/graphics/ogre3d WRKSRC= ${WRKDIR}/${DISTNAME:S/2b/2/} CONFIGURE_ARGS= --disable-toluacegui --disable-irrlicht-renderer \ diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index 5d0ead4ba74f..a80ead40e1c4 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ogre3d -PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTVERSION= 1.7.3 CATEGORIES= graphics devel MASTER_SITES= SF/ogre/ogre/${PORTVERSION:C/.[0-9]$//g} DISTNAME= ogre_src_v${PORTVERSION:S/./-/g} diff --git a/graphics/ogre3d/distinfo b/graphics/ogre3d/distinfo index bc1ead77d7fb..a64c40f96645 100644 --- a/graphics/ogre3d/distinfo +++ b/graphics/ogre3d/distinfo @@ -1,2 +1,2 @@ -SHA256 (ogre_src_v1-7-2.tar.bz2) = 054a8486234b5a551195a4bcbd4ba4bbc046563e061b7f93e68a684150970883 -SIZE (ogre_src_v1-7-2.tar.bz2) = 63654208 +SHA256 (ogre_src_v1-7-3.tar.bz2) = b55575ff47d0e371f8367b2d9fd6b9760a446a675c9ded965c37d1ff0c57342e +SIZE (ogre_src_v1-7-3.tar.bz2) = 67458030 diff --git a/graphics/ogre3d/files/patch-RenderSystems-GL-CMakeLists.txt b/graphics/ogre3d/files/patch-RenderSystems-GL-CMakeLists.txt deleted file mode 100644 index ff9b1c6e18f2..000000000000 --- a/graphics/ogre3d/files/patch-RenderSystems-GL-CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ ---- RenderSystems/GL/CMakeLists.txt.orig 2010-11-03 19:24:48.000000000 +0100 -+++ RenderSystems/GL/CMakeLists.txt 2011-03-15 10:40:52.000000000 +0100 -@@ -204,7 +204,9 @@ - - - include_directories( -- ${CMAKE_CURRENT_SOURCE_DIR}/include -+ BEFORE ${CMAKE_CURRENT_SOURCE_DIR}/include -+) -+include_directories( - ${CMAKE_CURRENT_SOURCE_DIR}/src/GLSL/include - ${CMAKE_CURRENT_SOURCE_DIR}/src/atifs/include - ${CMAKE_CURRENT_SOURCE_DIR}/src/nvparse diff --git a/graphics/ogre3d/pkg-plist b/graphics/ogre3d/pkg-plist index b40c0fde2c11..bdcfb8754681 100644 --- a/graphics/ogre3d/pkg-plist +++ b/graphics/ogre3d/pkg-plist @@ -459,13 +459,13 @@ lib/OGRE/cmake/OgreFindFrameworks.cmake lib/OGRE/cmake/OgreGetVersion.cmake lib/OGRE/cmake/PreprocessorUtils.cmake lib/libOgreMain.so -lib/libOgreMain.so.1.7.2 +lib/libOgreMain.so.1.7.3 lib/libOgrePaging.so -lib/libOgrePaging.so.1.7.2 +lib/libOgrePaging.so.1.7.3 lib/libOgreRTShaderSystem.so -lib/libOgreRTShaderSystem.so.1.7.2 +lib/libOgreRTShaderSystem.so.1.7.3 lib/libOgreTerrain.so -lib/libOgreTerrain.so.1.7.2 +lib/libOgreTerrain.so.1.7.3 lib/pkgconfig/OGRE-PCZ.pc lib/pkgconfig/OGRE-Paging.pc lib/pkgconfig/OGRE-RTShaderSystem.pc diff --git a/x11-toolkits/gigi/Makefile b/x11-toolkits/gigi/Makefile index e8011ddcc079..960836ccb9d2 100644 --- a/x11-toolkits/gigi/Makefile +++ b/x11-toolkits/gigi/Makefile @@ -7,7 +7,7 @@ PORTNAME= gigi PORTVERSION= 0.6.0.813 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_LOCAL} |