From nobody@FreeBSD.org  Mon Jun 18 13:11:39 2012
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 27C21106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Jun 2012 13:11:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 127918FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Jun 2012 13:11:39 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5IDBcPZ013445
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Jun 2012 13:11:38 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q5IDBcaC013444;
	Mon, 18 Jun 2012 13:11:38 GMT
	(envelope-from nobody)
Message-Id: <201206181311.q5IDBcaC013444@red.freebsd.org>
Date: Mon, 18 Jun 2012 13:11:38 GMT
From: Yamagi Burmeister <yamagi@yamagi.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: graphics/libGL misses runtime dependency to x11/glproto
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         169198
>Category:       ports
>Synopsis:       graphics/libGL misses runtime dependency to x11/glproto
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    eadler
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 18 13:20:09 UTC 2012
>Closed-Date:    Sun Jul 08 21:12:53 UTC 2012
>Last-Modified:  Sun Jul 08 21:13:07 UTC 2012
>Originator:     Yamagi Burmeister
>Release:        9.0-STABLE r237002
>Organization:
>Environment:
FreeBSD happy.home.yamagi.org 9.0-STABLE FreeBSD 9.0-STABLE #0 r237002: Wed Jun 13 10:47:10 CEST 2012     root@happy.home.yamagi.org:/usr/obj/usr/src/sys/HAPPY  amd64
>Description:
If X.org is build with WITH_NEW_XORG, graphics/libGL misses a runtime dependency to x11/glproto. If glproto is removed (for example by pkg_cutleaves) pkg-config fails on many packages with:

 Package glproto was not found in the pkg-config search path.
 Perhaps you should add the directory containing `glproto.pc'
 to the PKG_CONFIG_PATH environment variable
 Package 'glproto', required by 'gl', not found
>How-To-Repeat:
1. Install X.org (and for example GTK20) with WITH_NEW_XORG
2. Remove x11/glproto: pkg_delete glproto
3. Request the pkg-config output for pkg-config --cflags gtk+-2.0
4. pkg-config fails, complaining over the missing glproto needed by libGL
>Fix:
Add a runtime dependency in graphics/libGL to x11/glproto.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 18 13:20:56 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169198 
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Sun Jul 8 21:12:52 UTC 2012 
State-Changed-Why:  
ports/169701 has a patch so need to keep both of them open. thanks for 
your submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169198 
Responsible-Changed-From-To: freebsd-x11->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Sun Jul 8 21:13:07 UTC 2012 
Responsible-Changed-Why:  
I closed it. 

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