From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 5 12:50:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2D73106564A for ; Thu, 5 Feb 2009 12:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C5858FC20 for ; Thu, 5 Feb 2009 12:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n15Co1EM091155 for ; Thu, 5 Feb 2009 12:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n15Co1vn091154; Thu, 5 Feb 2009 12:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 5 Feb 2009 12:50:01 GMT Resent-Message-Id: <200902051250.n15Co1vn091154@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael Laplanche Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6FB9106566C for ; Thu, 5 Feb 2009 12:44:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D40108FC14 for ; Thu, 5 Feb 2009 12:44:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n15CirhS029519 for ; Thu, 5 Feb 2009 12:44:53 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n15Cirb8029518; Thu, 5 Feb 2009 12:44:53 GMT (envelope-from nobody) Message-Id: <200902051244.n15Cirb8029518@www.freebsd.org> Date: Thu, 5 Feb 2009 12:44:53 GMT From: Ganael Laplanche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/131418: Port update: games/flightgear - Get rid of '?=' for variable initializations X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2009 12:50:02 -0000 >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@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@martymac.com -COMMENT?= The FlightGear flight simulator +MAINTAINER= ganael.laplanche@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: