From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 13:20:02 2009 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 D79C01065670 for ; Thu, 19 Feb 2009 13:20:02 +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 C5DA88FC23 for ; Thu, 19 Feb 2009 13:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1JDK2r9045107 for ; Thu, 19 Feb 2009 13:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1JDK2Oj045106; Thu, 19 Feb 2009 13:20:02 GMT (envelope-from gnats) Date: Thu, 19 Feb 2009 13:20:02 GMT Message-Id: <200902191320.n1JDK2Oj045106@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: bf Cc: Subject: Re: ports/131869: error: GL/gl.h: No such file or directory X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2009 13:20:03 -0000 The following reply was made to PR ports/131869; it has been noted by GNATS. From: bf To: bug-followup@FreeBSD.org, multimedia@FreeBSD.org, Andrey Cc: Subject: Re: ports/131869: error: GL/gl.h: No such file or directory Date: Thu, 19 Feb 2009 05:11:23 -0800 (PST) I have also experienced this problem. The multimedia/gpac-libgpac port is not being configured properly. When it isn't built in a cleanroom, it picks up hidden dependencies on various GL and Xorg ports that may be installed on the system. Various options need to be disabled explicitly via patches or CONFIGURE_ARGS, or these dependencies need to be listed in the port Makefile and the proper CFLAGS and LDFLAGS need to be issued. This port should probably have OPTIONS, as it has limited functionality in the current stripped-down form. In the short term, you can fix the build by adding -I${LOCALBASE}/include to your CFLAGS for this port, but this alone won't fix the dependency list in /var/db/pkg/*. In the future, you should list the port that is causing the problem in the title of your PR, so that it is assigned to the right person. Regards, b.