Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2009 18:16:46 GMT
From:      Ganael Laplanche <ganael.laplanche@martymac.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130789: Port update: games/flightgear - Add dependencies
Message-ID:  <200901201816.n0KIGkOc047864@www.freebsd.org>
Resent-Message-ID: <200901201820.n0KIK3a2051508@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         130789
>Category:       ports
>Synopsis:       Port update: games/flightgear - Add dependencies
>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:   Tue Jan 20 18:20:02 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 #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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901201816.n0KIGkOc047864>