From erik@phoenix.smluc.org  Sun Jul 18 16:03:15 2004
Return-Path: <erik@phoenix.smluc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C4C8616A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 18 Jul 2004 16:03:15 +0000 (GMT)
Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23])
	by mx1.FreeBSD.org (Postfix) with SMTP id 5E28443D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 18 Jul 2004 16:03:15 +0000 (GMT)
	(envelope-from erik@phoenix.smluc.org)
Received: (qmail 31420 invoked by uid 1000); 18 Jul 2004 16:03:22 -0000
Message-Id: <20040718160321.31419.qmail@phoenix.smluc.org>
Date: 18 Jul 2004 16:03:21 -0000
From: Erik Greenwald <erik@smluc.org>
Reply-To: Erik Greenwald <erik@smluc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: erik@math.smsu.edu, des@freebsd.org
Subject: Fix missing dependancy (glut) for games/flightgear
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         69245
>Category:       ports
>Synopsis:       Fix missing dependancy (glut) for games/flightgear
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    des
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 18 16:10:26 GMT 2004
>Closed-Date:    Sat Aug 07 21:00:39 GMT 2004
>Last-Modified:  Sat Aug 07 21:00:39 GMT 2004
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sun Jul 4 09:44:11 EDT 2004 root@fenris:/usr/obj/usr/src/sys/FENRIS i386


>Description:

games/flightgear was marked broken a week ago due to a missing dependancy (libglut).
this is a fix

>How-To-Repeat:
>Fix:

--- games.flightgear.patch begins here ---
--- Makefile.orig	Sun Jul 18 11:57:31 2004
+++ Makefile	Sun Jul 18 11:57:51 2004
@@ -15,13 +15,12 @@
 MAINTAINER=	des@FreeBSD.org
 COMMENT=	The FlightGear flight simulator
 
-BROKEN=		"Missing dependency"
-
 BASEVERSION=	${PORTVERSION}
 BASEFILE=	fgfs-base-${BASEVERSION}${EXTRACT_SUFX}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:src \
 		${BASEFILE}:dat
 
+LIB_DEPENDS=	glut:${PORTSDIR}/graphics/libglut
 BUILD_DEPENDS=	${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
 		${X11BASE}/include/simgear/threads/SGThread.hxx:${PORTSDIR}/devel/simgear \
 		${X11BASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear
--- games.flightgear.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->des 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Jul 18 18:56:18 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69245 
State-Changed-From-To: open->closed 
State-Changed-By: des 
State-Changed-When: Sat Aug 7 21:00:36 GMT 2004 
State-Changed-Why:  
Fixed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69245 
>Unformatted:
