diff options
author | martymac <martymac@FreeBSD.org> | 2011-11-10 15:40:24 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2011-11-10 15:40:24 +0800 |
commit | 7eaca6504d4b1409120a480863b9b3e7826eab50 (patch) | |
tree | 9e5e84fa282dbeb5ad90951a65ab526bf8463eee /games/fgrun | |
parent | 6c760b234478446ba5e1523fd865093b053c8c7a (diff) | |
download | freebsd-ports-gnome-7eaca6504d4b1409120a480863b9b3e7826eab50.tar.gz freebsd-ports-gnome-7eaca6504d4b1409120a480863b9b3e7826eab50.tar.zst freebsd-ports-gnome-7eaca6504d4b1409120a480863b9b3e7826eab50.zip |
- Update to 1.6.0
- Remove obsolete dependency to plib
- Add build dependency to boost-libs
PR: ports/162303
Submitted by: Kuan-Chung Chiu <buganini@gmail.com>
Feature safe: yes
Diffstat (limited to 'games/fgrun')
-rw-r--r-- | games/fgrun/Makefile | 15 | ||||
-rw-r--r-- | games/fgrun/distinfo | 4 | ||||
-rw-r--r-- | games/fgrun/files/patch-src-Makefile.in | 2 |
3 files changed, 10 insertions, 11 deletions
diff --git a/games/fgrun/Makefile b/games/fgrun/Makefile index e53a0d4d0506..c300490d290a 100644 --- a/games/fgrun/Makefile +++ b/games/fgrun/Makefile @@ -6,8 +6,7 @@ # PORTNAME= fgrun -PORTVERSION= 1.5.2 -PORTREVISION= 2 +PORTVERSION= 1.6.0 CATEGORIES= games MASTER_SITES= SF @@ -15,11 +14,10 @@ MAINTAINER= buganini@gmail.com COMMENT= A graphical frontend to run FlightGear Flight Simulator LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk -BUILD_DEPENDS= SimGear>=2.0.0:${PORTSDIR}/devel/simgear \ - plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib -RUN_DEPENDS= SimGear>=2.0.0:${PORTSDIR}/devel/simgear \ - fgfs:${PORTSDIR}/games/flightgear \ - plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib +BUILD_DEPENDS= simgear>=2.4.0:${PORTSDIR}/devel/simgear \ + ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs +RUN_DEPENDS= simgear>=2.4.0:${PORTSDIR}/devel/simgear \ + fgfs:${PORTSDIR}/games/flightgear .if defined(WITH_OSG_DEVEL) LIB_DEPENDS+= osg.59:${PORTSDIR}/graphics/osg-devel @@ -28,12 +26,13 @@ LIB_DEPENDS+= osg.55:${PORTSDIR}/graphics/osg .endif GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-boost="${LOCALBASE}" USE_GMAKE= yes USE_GL= gl .if defined(WITHOUT_NLS) PLIST_SUB+= NLS="@comment " -CONFIGURE_ARGS= --disable-nls +CONFIGURE_ARGS+= --disable-nls .else USE_GETTEXT= yes PLIST_SUB+= NLS="" diff --git a/games/fgrun/distinfo b/games/fgrun/distinfo index 9ebc623a3d90..9f6ca3b3f5b0 100644 --- a/games/fgrun/distinfo +++ b/games/fgrun/distinfo @@ -1,2 +1,2 @@ -SHA256 (fgrun-1.5.2.tar.gz) = 32434caa1b3ecf2046872855da461b8b3d5dc7172760bb6db9ab8777bccc8720 -SIZE (fgrun-1.5.2.tar.gz) = 386102 +SHA256 (fgrun-1.6.0.tar.gz) = 67213a9e66a5e66a73f2f00ff4e3101d41289de3ea08058df6899c958c3abe31 +SIZE (fgrun-1.6.0.tar.gz) = 414876 diff --git a/games/fgrun/files/patch-src-Makefile.in b/games/fgrun/files/patch-src-Makefile.in index 899b344d2177..7be0a0b4b321 100644 --- a/games/fgrun/files/patch-src-Makefile.in +++ b/games/fgrun/files/patch-src-Makefile.in @@ -5,7 +5,7 @@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -+LIBS = @LIBS@ -lintl -lfltk ++LIBS = @LIBS@ -lintl -lfltk -lfltk_gl LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ |