From nobody@FreeBSD.org  Fri Jun 30 06:26:41 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6384916A4A0
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Jun 2006 06:26:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D18D8442AB
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Jun 2006 05:54:36 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5U5saJa004882
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Jun 2006 05:54:36 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k5U5saV4004880;
	Fri, 30 Jun 2006 05:54:36 GMT
	(envelope-from nobody)
Message-Id: <200606300554.k5U5saV4004880@www.freebsd.org>
Date: Fri, 30 Jun 2006 05:54:36 GMT
From: Remy Oudompheng <oudomphe@clipper.ens.fr>
To: freebsd-gnats-submit@FreeBSD.org
Subject: graphics/gnash dependencies not updated after gtkglext version bump
X-Send-Pr-Version: www-2.3

>Number:         99634
>Category:       ports
>Synopsis:       graphics/gnash dependencies not updated after gtkglext version bump
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stefan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 30 06:30:13 GMT 2006
>Closed-Date:    Sun Jul 02 16:29:51 GMT 2006
>Last-Modified:  Sun Jul 02 16:29:51 GMT 2006
>Originator:     Remy Oudompheng
>Release:        7.0-CURRENT
>Organization:
>Environment:
FreeBSD ariel 7.0-CURRENT FreeBSD 7.0-CURRENT #3: Mon Jun  5 15:24:23 CEST 2006     root@ariel:/storage/build/usr/src/sys/VAIO  i386

with gtkglext-1.2.0
>Description:
graphics/gnash depends on gtkglext, but the Makefile reads 

gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext

whereas the last version bump of gtkglext changed the library name to lib/libgtkglext-x11-1.0.so.0.
>How-To-Repeat:
Install the new gtkglext then try to reinstall gnash
>Fix:
changing LIB_DEPENDS to gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext works, but I don't know whether it is the right way.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Jun 30 06:30:24 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

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

From: Dmitry Marakasov <amdmi3@mail.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/99634: graphics/gnash dependencies not updated after gtkglext version bump
Date: Fri, 30 Jun 2006 13:48:07 +0400

 * Edwin Groothuis (edwin@FreeBSD.org) wrote:
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 
 I approve, thanks Remy. Patch follows.
 
 --- gnash-Makefile.patch begins here ---
 --- Makefile.orig	Tue Jun  6 16:45:25 2006
 +++ Makefile	Fri Jun 30 13:44:51 2006
 @@ -43,7 +43,7 @@
  PLIST_SUB+=	PLUGIN="@comment "
  .else
  USE_GNOME+=	atk pango gtk20
 -LIB_DEPENDS+=	gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext
 +LIB_DEPENDS+=	gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
  PLIST_SUB+=	PLUGIN=""
  .endif
  
 --- gnash-Makefile.patch ends here ---
 
 -- 
 Best regards,
  Dmitry                          mailto:amdmi3@mail.ru
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Fri Jun 30 11:49:41 UTC 2006 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99634 
Responsible-Changed-From-To: freebsd-ports-bugs->stefan 
Responsible-Changed-By: stefan 
Responsible-Changed-When: Sun Jul 2 06:50:43 UTC 2006 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99634 
State-Changed-From-To: open->closed 
State-Changed-By: stefan 
State-Changed-When: Sun Jul 2 16:28:55 UTC 2006 
State-Changed-Why:  
Patch committed, thanks for the PR! 

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