From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 7 19:10:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D377F1065673 for ; Sat, 7 Jul 2012 19:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 84E848FC12 for ; Sat, 7 Jul 2012 19:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q67JA3lR034799 for ; Sat, 7 Jul 2012 19:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q67JA3Zj034798; Sat, 7 Jul 2012 19:10:03 GMT (envelope-from gnats) Resent-Date: Sat, 7 Jul 2012 19:10:03 GMT Resent-Message-Id: <201207071910.q67JA3Zj034798@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tijl Coosemans Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECF6E106564A for ; Sat, 7 Jul 2012 19:00:13 +0000 (UTC) (envelope-from tijl@coosemans.org) Received: from mailrelay006.isp.belgacom.be (mailrelay006.isp.belgacom.be [195.238.6.172]) by mx1.freebsd.org (Postfix) with ESMTP id 6A91F8FC12 for ; Sat, 7 Jul 2012 19:00:13 +0000 (UTC) Received: from 246.71-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.71.246]) by relay.skynet.be with ESMTP; 07 Jul 2012 20:59:03 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.5/8.14.5) with ESMTP id q67Ix3iX043965 for ; Sat, 7 Jul 2012 20:59:03 +0200 (CEST) (envelope-from tijl@kalimero.tijl.coosemans.org) Received: (from tijl@localhost) by kalimero.tijl.coosemans.org (8.14.5/8.14.5/Submit) id q67Ix2rx043964; Sat, 7 Jul 2012 20:59:02 +0200 (CEST) (envelope-from tijl) Message-Id: <201207071859.q67Ix2rx043964@kalimero.tijl.coosemans.org> Date: Sat, 7 Jul 2012 20:59:02 +0200 (CEST) From: Tijl Coosemans To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/169701: [patch] graphics/libGL: add runtime dependency on glproto X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tijl Coosemans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2012 19:10:03 -0000 >Number: 169701 >Category: ports >Synopsis: [patch] graphics/libGL: add runtime dependency on glproto >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 07 19:10:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Tijl Coosemans >Release: FreeBSD 10.0-CURRENT i386 >Organization: >Environment: >Description: After aggressively cleaning up packages I ran into the following issue: % pkg-config --cflags gl 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: >Fix: Add a runtime dependency on glproto. Maybe also bump PORTREVISION. --- libGL.patch begins here --- --- Makefile.orig 2012-07-07 13:49:31.000000000 +0200 +++ Makefile 2012-07-07 13:50:06.000000000 +0200 @@ -14,7 +14,7 @@ LIB_DEPENDS+= drm:${PORTSDIR}/graphics/libdrm \ expat.6:${PORTSDIR}/textproc/expat2 -USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto:both +USE_XORG= glproto:both x11 xext xxf86vm xdamage xfixes dri2proto:both do-install: ${RM} -f ${WRKSRC}/include/GL/glu*.h --- libGL.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: