ports/144554: [Maintainer Update] games/fgrun
Kuan-Chung Chiu
buganini at gmail.com
Mon Mar 8 17:00:27 UTC 2010
>Number: 144554
>Category: ports
>Synopsis: [Maintainer Update] games/fgrun
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 08 17:00:25 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Kuan-Chung Chiu
>Release:
>Organization:
N/A
>Environment:
>Description:
Update games/fgrun to 1.5.2
tested in tinderbox for 7,8,9,
failed for 6 due to ICU problem.
http://security-hole.info/tb/index.php?action=describe_port&id=188
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN fgrun.orig/Makefile fgrun/Makefile
--- fgrun.orig/Makefile 2010-02-06 16:20:41.000000000 +0800
+++ fgrun/Makefile 2010-03-07 16:18:21.000000000 +0800
@@ -6,8 +6,7 @@
#
PORTNAME= fgrun
-PORTVERSION= 1.5.1
-PORTREVISION= 4
+PORTVERSION= 1.5.2
CATEGORIES= games
MASTER_SITES= SF
@@ -15,14 +14,19 @@
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 \
+ SimGear>=2.0.0:${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 \
+ SimGear>=2.0.0:${PORTSDIR}/devel/simgear \
fgfs:${PORTSDIR}/games/flightgear \
plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib
+.if defined(WITH_OSG_DEVEL)
+LIB_DEPENDS+= osg.59:${PORTSDIR}/graphics/osg-devel
+.else
+LIB_DEPENDS+= osg.55:${PORTSDIR}/graphics/osg
+.endif
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GL= gl
@@ -35,12 +39,6 @@
PLIST_SUB+= NLS=""
.endif
-.if defined(WITH_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|' \
diff -ruN fgrun.orig/distinfo fgrun/distinfo
--- fgrun.orig/distinfo 2009-03-09 01:49:26.000000000 +0800
+++ fgrun/distinfo 2010-03-07 16:18:21.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (fgrun-1.5.1.tar.gz) = ec56662b2467719924e5667ed24ba419
-SHA256 (fgrun-1.5.1.tar.gz) = a91a7d3494943876e9bc9e67aa5f366f5a6fa1fd5ebdd7ef239280439e4cb2d7
-SIZE (fgrun-1.5.1.tar.gz) = 381289
+MD5 (fgrun-1.5.2.tar.gz) = cee32c8359a61e0db3156f7bd271321c
+SHA256 (fgrun-1.5.2.tar.gz) = 32434caa1b3ecf2046872855da461b8b3d5dc7172760bb6db9ab8777bccc8720
+SIZE (fgrun-1.5.2.tar.gz) = 386102
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list