From erik@smluc.org  Tue Jun 17 10:48:43 2003
Return-Path: <erik@smluc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 30F7A37B40C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Jun 2003 10:48:43 -0700 (PDT)
Received: from ohsmtp01.ogw.rr.com (ohsmtp01.ogw.rr.com [65.24.7.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5C00B43FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Jun 2003 10:48:42 -0700 (PDT)
	(envelope-from erik@smluc.org)
Received: from xarx.localdomain (cpe-066-061-038-083.midsouth.rr.com [66.61.38.83])
	by ohsmtp01.ogw.rr.com (8.12.5/8.12.2) with ESMTP id h5HHmenp007478;
	Tue, 17 Jun 2003 13:48:41 -0400 (EDT)
Received: from xarx.localdomain (localhost.localdomain [127.0.0.1])
	by xarx.localdomain (8.12.8/8.12.8) with ESMTP id h5HHmdDj005237;
	Tue, 17 Jun 2003 12:48:40 -0500
Received: from localhost (localhost [[UNIX: localhost]])
	by xarx.localdomain (8.12.8/8.12.8/Submit) id h5HHmdjA005234;
	Tue, 17 Jun 2003 12:48:39 -0500
Message-Id: <200306171748.h5HHmdjA005234@xarx.localdomain>
Date: Tue, 17 Jun 2003 12:48:39 -0500
From: Erik Greenwald <erik@smluc.org>
Reply-To: Erik Greenwald <erik@smluc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: erik@math.smsu.edu
Subject: dependancy fix (issue only on alpha-5?)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53415
>Category:       ports
>Synopsis:       dependancy fix (issue only on alpha-5?)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 17 10:50:12 PDT 2003
>Closed-Date:    Thu Jun 19 15:41:21 CDT 2003
>Last-Modified:  Thu Jun 19 15:41:21 CDT 2003
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Mon Jun 16 23:12:44 CDT 2003 root@fenris:/usr/obj/usr/src/sys/FENRIS i386


	
>Description:

according to bento, the configure script can't find libglut.so This
patch makes the glut:mesa3 dependancy explicit... it changes nothing for
x86 (and I think sparc), but SHOULD make it work on alpha... if I'm
guessing right :) No version change should be necessary, since it can't
be installed on systems this patch should effect.

>How-To-Repeat:

http://bento.freebsd.org/errorlogs/alpha-5-full/gl-117-0.8.8.log

>Fix:

--- gl-117.patch begins here ---
diff -Nurb games/gl-117.orig/Makefile games/gl-117/Makefile
--- games/gl-117.orig/Makefile	Tue Jun 17 12:22:11 2003
+++ games/gl-117/Makefile	Tue Jun 17 12:22:56 2003
@@ -15,7 +15,8 @@
 MAINTAINER=	erik@smluc.org
 COMMENT=	An OpenGL & SDL action flight simulator
 
-LIB_DEPENDS=	SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
+LIB_DEPENDS=	SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer\
+		glut.3:${PORTSDIR}/graphics/Mesa3
 
 SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
 
--- gl-117.patch ends here ---


>Release-Note:
>Audit-Trail:

From: Erik Greenwald <erik@smluc.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/53415: dependancy fix (issue only on alpha-5?)
Date: Thu, 19 Jun 2003 15:34:14 -0500

 This has been superceded by ports/53514, please close :)
 
 -- 
         -Erik <erik@smluc.org> [http://math.smsu.edu/~erik]
 
State-Changed-From-To: open->closed 
State-Changed-By: petef 
State-Changed-When: Thu Jun 19 15:41:20 CDT 2003 
State-Changed-Why:  
Superseded by ports/53514. 

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