From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 13:30:03 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 B4632106566B for ; Thu, 19 Feb 2009 13:30: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 A1F738FC13 for ; Thu, 19 Feb 2009 13:30:03 +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 n1JDU3Mt052100 for ; Thu, 19 Feb 2009 13:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1JDU3pf052093; Thu, 19 Feb 2009 13:30:03 GMT (envelope-from gnats) Date: Thu, 19 Feb 2009 13:30:03 GMT Message-Id: <200902191330.n1JDU3pf052093@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: bf Cc: Subject: Fw: 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:30:04 -0000 The following reply was made to PR ports/131869; it has been noted by GNATS. From: bf To: bug-followup@FreeBSD.org, lwhsu@FreeBSD.org Cc: Subject: Fw: Re: ports/131869: error: GL/gl.h: No such file or directory Date: Thu, 19 Feb 2009 05:24:39 -0800 (PST) This PR is a duplicate of: ports/131789: multimedia/gpac-libgpac fails to compile --- On Thu, 2/19/09, bf wrote: > From: bf > Subject: Re: ports/131869: error: GL/gl.h: No such file or directory > To: bug-followup@FreeBSD.org, multimedia@FreeBSD.org, "Andrey" > Date: Thursday, February 19, 2009, 8:11 AM > 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.