ports/131418: Port update: games/flightgear - Get rid of '?=' for variable initializations

Ganael Laplanche ganael.laplanche at martymac.com
Thu Feb 5 12:50:02 UTC 2009


>Number:         131418
>Category:       ports
>Synopsis:       Port update: games/flightgear - Get rid of '?=' for variable initializations
>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:   Thu Feb 05 12:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Ganael Laplanche
>Release:        8.0-CURRENT
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #29: Wed Feb  4 09:29:51 CET 2009     root at home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
This patch fixes the port to make it initialize several variables in a more 'standard' way.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aurN flightgear.orig/Makefile flightgear/Makefile
--- flightgear.orig/Makefile	2009-02-04 17:37:42.000000000 +0100
+++ flightgear/Makefile	2009-02-04 17:39:11.000000000 +0100
@@ -5,9 +5,9 @@
 # $FreeBSD: ports/games/flightgear/Makefile,v 1.55 2009/02/03 22:54:13 amdmi3 Exp $
 #
 
-PORTNAME?=	FlightGear
-PORTVERSION?=	${FGVERSION}
-PORTREVISION?=	0
+PORTNAME=	FlightGear
+PORTVERSION=	1.9.1
+PORTREVISION=	0
 CATEGORIES=	games
 # see http://www.flightgear.org/templates.js
 MASTER_SITES=	ftp://ftp.de.flightgear.org/pub/fgfs/Source/ \
@@ -19,8 +19,8 @@
 		ftp://ftp.flightgear.org/pub/fgfs/Source/ \
 		ftp://ftp.is.co.za/pub/games/flightgear/ftp/Source/
 
-MAINTAINER?=	ganael.laplanche at martymac.com
-COMMENT?=	The FlightGear flight simulator
+MAINTAINER=	ganael.laplanche at martymac.com
+COMMENT=	The FlightGear flight simulator
 
 LIB_DEPENDS=	openal.0:${PORTSDIR}/audio/openal \
 		osg.48:${PORTSDIR}/graphics/osg \
@@ -31,8 +31,6 @@
 		${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear \
 		${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/flightgear-data
 
-FGVERSION=	1.9.1
-
 USE_XORG=	ice sm x11 xext xi xt xmu
 USE_GL=		gl glu glut
 USE_GMAKE=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list