Index: head/devel/simgear/Makefile =================================================================== --- head/devel/simgear/Makefile (revision 233315) +++ head/devel/simgear/Makefile (revision 233316) @@ -1,44 +1,44 @@ # New ports collection makefile for: SimGear # Date created: 2003-01-21 # Whom: des # # $FreeBSD$ # PORTNAME= SimGear PORTVERSION= 1.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel games MASTER_SITES= ftp://ftp.de.simgear.org/pub/simgear/Source/ \ ftp://ftp.simgear.org/pub/simgear/Source/ MAINTAINER= ganael.laplanche@martymac.com COMMENT= A toolkit for 3D games and simulations BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ jpeg.9:${PORTSDIR}/graphics/jpeg \ alut.1:${PORTSDIR}/audio/freealut \ boost_thread.4:${PORTSDIR}/devel/boost .if defined(WITH_OSG_DEVEL) -LIB_DEPENDS+= osg.57:${PORTSDIR}/graphics/osg-devel +LIB_DEPENDS+= osg.59:${PORTSDIR}/graphics/osg-devel .else LIB_DEPENDS+= osg.55:${PORTSDIR}/graphics/osg .endif USE_XORG= ice sm x11 xext xi xt xmu USE_GL= gl glu glut GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-jpeg-factory post-patch: @${REINPLACE_CMD} -e 's|-D_REENTRANT|${PTHREAD_CFLAGS}|' \ ${WRKSRC}/configure .include Property changes on: head/devel/simgear/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property Index: head/games/fgrun/Makefile =================================================================== --- head/games/fgrun/Makefile (revision 233315) +++ head/games/fgrun/Makefile (revision 233316) @@ -1,50 +1,50 @@ # New ports collection makefile for: fgrun # Date created: 18 Oct 2008 # Whom: buganini@gmail.com # # $FreeBSD$ # PORTNAME= fgrun PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF MAINTAINER= buganini@gmail.com COMMENT= A graphical frontend to run FlightGear Flight Simulator BUILD_DEPENDS= fltk-threads>=1.1.9:${PORTSDIR}/x11-toolkits/fltk-threads \ SimGear>=1.9.1:${PORTSDIR}/devel/simgear \ plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib RUN_DEPENDS= fltk-threads>=1.1.9:${PORTSDIR}/x11-toolkits/fltk-threads \ osg>=2.6.1:${PORTSDIR}/graphics/osg \ SimGear>=1.9.1:${PORTSDIR}/devel/simgear \ fgfs:${PORTSDIR}/games/flightgear \ plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib GNU_CONFIGURE= yes USE_GMAKE= yes USE_GL= gl .if defined(WITHOUT_NLS) PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS= --disable-nls .else USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif .if defined(WITH_OSG_DEVEL) -LIB_DEPENDS+= osg.57:${PORTSDIR}/graphics/osg-devel +LIB_DEPENDS+= osg.59:${PORTSDIR}/graphics/osg-devel .else LIB_DEPENDS+= osg.55:${PORTSDIR}/graphics/osg .endif post-patch: .if defined(WITHOUT_NLS) @${REINPLACE_CMD} 's|SUBDIRS = src po msvc|SUBDIRS = src|' \ ${WRKSRC}/Makefile.in .endif .include Property changes on: head/games/fgrun/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/games/flightgear/Makefile =================================================================== --- head/games/flightgear/Makefile (revision 233315) +++ head/games/flightgear/Makefile (revision 233316) @@ -1,64 +1,64 @@ # New ports collection makefile for: flightgear # Date created: 26 June 1999 # Whom: Brian Buchanan # # $FreeBSD$ # PORTNAME= FlightGear PORTVERSION= 1.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games # see http://www.flightgear.org/templates.js MASTER_SITES= ftp://ftp.de.flightgear.org/pub/fgfs/Source/ \ ftp://ftp.kingmont.com/flightsims/flightgear/Source/ \ ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Source/ \ http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/ \ http://ftp3.linux.kiev.ua/pub/fgfs/Source/ \ ftp://ftp.ibiblio.org/pub/mirrors/flightgear/ftp/Source/ \ ftp://ftp.flightgear.org/pub/fgfs/Source/ \ ftp://ftp.is.co.za/pub/games/flightgear/ftp/Source/ MAINTAINER= ganael.laplanche@martymac.com COMMENT= The FlightGear flight simulator LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ boost_thread.4:${PORTSDIR}/devel/boost BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ ${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ ${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear \ ${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/flightgear-data .if defined(WITH_OSG_DEVEL) -LIB_DEPENDS+= osg.57:${PORTSDIR}/graphics/osg-devel +LIB_DEPENDS+= osg.59:${PORTSDIR}/graphics/osg-devel .else LIB_DEPENDS+= osg.55:${PORTSDIR}/graphics/osg .endif USE_XORG= ice sm x11 xext xi xt xmu USE_GL= gl glu glut USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" # location of flightgear-data CONFIGURE_ARGS= --datadir=${LOCALBASE}/share MAN1= est-epsilon.1 js_demo.1 pstest.1 fgjs.1 gl-info.1 fgfs.1 post-patch: @${REINPLACE_CMD} -e 's|-D_REENTRANT|${PTHREAD_CFLAGS}|' \ ${WRKSRC}/configure post-install: ${INSTALL_PROGRAM} ${WRKSRC}/utils/js_server/js_server ${PREFIX}/bin @${CAT} ${PKGMESSAGE} .include .if ${OSVERSION} > 800063 BROKEN= plib joystick support broken with USB2 .endif .include Property changes on: head/games/flightgear/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.59 \ No newline at end of property +1.60 \ No newline at end of property