From owner-freebsd-multimedia@FreeBSD.ORG Thu Feb 19 13:38:04 2009 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB01F106566C for ; Thu, 19 Feb 2009 13:38:04 +0000 (UTC) (envelope-from bf2006a@yahoo.com) Received: from web39101.mail.mud.yahoo.com (web39101.mail.mud.yahoo.com [209.191.86.252]) by mx1.freebsd.org (Postfix) with SMTP id 551188FC13 for ; Thu, 19 Feb 2009 13:38:04 +0000 (UTC) (envelope-from bf2006a@yahoo.com) Received: (qmail 28707 invoked by uid 60001); 19 Feb 2009 13:11:24 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=A74GHdDuYywHLACppVoyFlSBm+Mc7j8mIYGGiNZGCVXOhlL6nKwrYZwKy/Buw+27V7phup+0cZCXWEbvp2lsQ8a9iZdekoewESdqDGvJPrawVyPv8RMFhsGbp2r+kYCfh+yPjH7S3J+g7ebWQJH04G77aXgfa+P3XZG6OYcXMzY=; X-YMail-OSG: Bcdsph8VM1llqSKoQ2UfqFdoomKpVh7kyFypxCnkf87n4o4xNttQVtv58iwUi.nMIyCMFNJe1zS2rAOQfohvDz4yYF7JCueFIvSsOpyjqEtx9q55ruNowksC6CTC.NWgjWvfOala6dWGp1XfMu2Ab8gK8Q-- Received: from [85.10.209.67] by web39101.mail.mud.yahoo.com via HTTP; Thu, 19 Feb 2009 05:11:23 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Thu, 19 Feb 2009 05:11:23 -0800 (PST) From: bf To: bug-followup@FreeBSD.org, multimedia@FreeBSD.org, Andrey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <107625.28351.qm@web39101.mail.mud.yahoo.com> Cc: Subject: Re: ports/131869: error: GL/gl.h: No such file or directory X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf2006a@yahoo.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2009 13:38:05 -0000 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.