From nobody@FreeBSD.org  Tue Jan 20 18:16:47 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4C7FA1065674
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 20 Jan 2009 18:16:47 +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 3A38E8FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 20 Jan 2009 18:16:47 +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 n0KIGk8o047866
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 20 Jan 2009 18:16:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n0KIGkOc047864;
	Tue, 20 Jan 2009 18:16:46 GMT
	(envelope-from nobody)
Message-Id: <200901201816.n0KIGkOc047864@www.freebsd.org>
Date: Tue, 20 Jan 2009 18:16:46 GMT
From: Ganael Laplanche <ganael.laplanche@martymac.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Port update: games/flightgear - Add dependencies
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         130789
>Category:       ports
>Synopsis:       Port update: games/flightgear - Add dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 20 18:20:02 UTC 2009
>Closed-Date:    Tue Feb 03 22:55:00 UTC 2009
>Last-Modified:  Tue Feb  3 23:00:07 UTC 2009
>Originator:     Ganael Laplanche
>Release:        8.0-CURRENT
>Organization:
http://contribs.martymac.com
>Environment:
FreeBSD home.martymac.com 8.0-CURRENT FreeBSD 8.0-CURRENT #28: Sat Jan  3 15:23:38 CET 2009     root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL  amd64
>Description:
This patch adds two dependencies to games/flightgear :

- graphics/osg
- devel/boost

Osg is already needed by Simgear but since Flightgear explicitly looks for it, I think it is better to add it to the port itself.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -aur flightgear.orig/Makefile flightgear/Makefile
--- flightgear.orig/Makefile	2009-01-20 09:43:28.764434486 +0100
+++ flightgear/Makefile	2009-01-20 10:06:41.527888640 +0100
@@ -21,7 +21,9 @@
 MAINTAINER?=	ganael.laplanche@martymac.com
 COMMENT?=	The FlightGear flight simulator
 
-LIB_DEPENDS=	openal.0:${PORTSDIR}/audio/openal
+LIB_DEPENDS=	openal.0:${PORTSDIR}/audio/openal \
+		osg.48:${PORTSDIR}/graphics/osg \
+		boost_thread.4:${PORTSDIR}/devel/boost
 BUILD_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
 		${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear
 RUN_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
Only in flightgear.orig: work


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Wed Jan 21 13:41:58 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130789 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Tue Feb 3 22:54:59 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130789 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/130789: commit references a PR
Date: Tue,  3 Feb 2009 22:54:52 +0000 (UTC)

 amdmi3      2009-02-03 22:54:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/flightgear     Makefile distinfo 
   Log:
   - Add two dependencies (although they are installed by devel/simgear, flightgear explicitely checks for them) [1]
   - Update to 1.9.1 [2]
   
   PR:             130789 [1], 131199 [2]
   Submitted by:   Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer)
   
   Revision  Changes    Path
   1.55      +5 -3      ports/games/flightgear/Makefile
   1.12      +3 -3      ports/games/flightgear/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
