Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jul 2012 20:59:02 +0200 (CEST)
From:      Tijl Coosemans <tijl@coosemans.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/169701: [patch] graphics/libGL: add runtime dependency on glproto
Message-ID:  <201207071859.q67Ix2rx043964@kalimero.tijl.coosemans.org>
Resent-Message-ID: <201207071910.q67JA3Zj034798@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207071859.q67Ix2rx043964>