From bece7bda6503e8c09067854e9bbf9d8f838626d2 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Wed, 6 May 2009 04:45:14 +0000 Subject: update to 1.6.2 --- graphics/ogre3d/Makefile | 20 +++++--------------- graphics/ogre3d/distinfo | 6 +++--- graphics/ogre3d/pkg-plist | 31 +++++++++++++++++++++++++------ 3 files changed, 33 insertions(+), 24 deletions(-) diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index 3e5fc3ef0190..76e2bad442e2 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -6,12 +6,11 @@ # PORTNAME= ogre3d -PORTVERSION= 1.4.9 -PORTREVISION= 4 +PORTVERSION= 1.6.2 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=ogre -DISTNAME= ogre-v${PORTVERSION:S/./-/g} +DISTNAME= ogre-v${PORTVERSION:S/./-/g:S/-r1/RC1/g} MAINTAINER= oliver@FreeBSD.org COMMENT= A scene-oriented, flexible 3D engine written in C++ @@ -51,7 +50,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include" BUILD_DEPENDS+= ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois RUN_DEPENDS+= ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois .else -CONGIGURE_ARGS+= --disable-ogre-demos +CONGIGURE_ARGS+=--disable-ogre-demos .endif .if defined(WITH_GTK) @@ -65,21 +64,12 @@ PLIST_SUB+= WITH_GTK="@comment " post-patch: @${REINPLACE_CMD} -e '\ - s|sdl-config|${SDL_CONFIG}|g; \ - s|-lpthread|${PTHREAD_LIBS}|g; \ + s|-pthread|${PTHREAD_LIBS}|g; \ s|"-lIL|"-L${LOCALBASE}/lib -lIL|g; \ s|-lGL -lGLU|-L${X11BASE}/lib &|g; \ s|" == "x|" = "x|g; \ s|-lfreeimage|-L${LOCALBASE}/lib &|g' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|