View | Details | Raw Unified | Return to bug 162303 | Differences between
and this patch

Collapse All | Expand All

(-)fgrun/Makefile (-6 / +7 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	fgrun
8
PORTNAME=	fgrun
9
PORTVERSION=	1.5.2
9
PORTVERSION=	1.6.0
10
PORTREVISION=	2
11
CATEGORIES=	games
10
CATEGORIES=	games
12
MASTER_SITES=	SF
11
MASTER_SITES=	SF
13
12
Lines 15-23 Link Here
15
COMMENT=	A graphical frontend to run FlightGear Flight Simulator
14
COMMENT=	A graphical frontend to run FlightGear Flight Simulator
16
15
17
LIB_DEPENDS=	fltk.1:${PORTSDIR}/x11-toolkits/fltk
16
LIB_DEPENDS=	fltk.1:${PORTSDIR}/x11-toolkits/fltk
18
BUILD_DEPENDS=	SimGear>=2.0.0:${PORTSDIR}/devel/simgear \
17
BUILD_DEPENDS=	simgear>=2.4.0:${PORTSDIR}/devel/simgear \
19
		plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib
18
		plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib \
20
RUN_DEPENDS=	SimGear>=2.0.0:${PORTSDIR}/devel/simgear \
19
		${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs
20
RUN_DEPENDS=	simgear>=2.4.0:${PORTSDIR}/devel/simgear \
21
		fgfs:${PORTSDIR}/games/flightgear \
21
		fgfs:${PORTSDIR}/games/flightgear \
22
		plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib
22
		plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib
23
23
Lines 28-39 Link Here
28
.endif
28
.endif
29
29
30
GNU_CONFIGURE=	yes
30
GNU_CONFIGURE=	yes
31
CONFIGURE_ARGS=	--with-boost="${LOCALBASE}"
31
USE_GMAKE=	yes
32
USE_GMAKE=	yes
32
USE_GL=		gl
33
USE_GL=		gl
33
34
34
.if defined(WITHOUT_NLS)
35
.if defined(WITHOUT_NLS)
35
PLIST_SUB+=	NLS="@comment "
36
PLIST_SUB+=	NLS="@comment "
36
CONFIGURE_ARGS=	--disable-nls
37
CONFIGURE_ARGS+=	--disable-nls
37
.else
38
.else
38
USE_GETTEXT=	yes
39
USE_GETTEXT=	yes
39
PLIST_SUB+=	NLS=""
40
PLIST_SUB+=	NLS=""
(-)fgrun/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (fgrun-1.5.2.tar.gz) = 32434caa1b3ecf2046872855da461b8b3d5dc7172760bb6db9ab8777bccc8720
1
SHA256 (fgrun-1.6.0.tar.gz) = 67213a9e66a5e66a73f2f00ff4e3101d41289de3ea08058df6899c958c3abe31
2
SIZE (fgrun-1.5.2.tar.gz) = 386102
2
SIZE (fgrun-1.6.0.tar.gz) = 414876
(-)fgrun/files/patch-src-Makefile.in (-1 / +1 lines)
Lines 5-11 Link Here
5
 LIBINTL = @LIBINTL@
5
 LIBINTL = @LIBINTL@
6
 LIBOBJS = @LIBOBJS@
6
 LIBOBJS = @LIBOBJS@
7
-LIBS = @LIBS@
7
-LIBS = @LIBS@
8
+LIBS = @LIBS@ -lintl -lfltk
8
+LIBS = @LIBS@ -lintl -lfltk -lfltk_gl
9
 LN_S = @LN_S@
9
 LN_S = @LN_S@
10
 LTLIBICONV = @LTLIBICONV@
10
 LTLIBICONV = @LTLIBICONV@
11
 LTLIBINTL = @LTLIBINTL@
11
 LTLIBINTL = @LTLIBINTL@

Return to bug 162303