From owner-freebsd-questions@freebsd.org Thu Jan 21 14:22:54 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15E37A8CB5F for ; Thu, 21 Jan 2016 14:22:54 +0000 (UTC) (envelope-from schultz@ime.usp.br) Received: from iris.ime.usp.br (iris.ime.usp.br [143.107.45.5]) by mx1.freebsd.org (Postfix) with ESMTP id C39AD122D for ; Thu, 21 Jan 2016 14:22:53 +0000 (UTC) (envelope-from schultz@ime.usp.br) Received: from cage0 (unknown [137.122.64.28]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: schultz@iris.ime.usp.br) by iris.ime.usp.br (Postfix) with ESMTPSA id C889629004D5; Thu, 21 Jan 2016 12:22:38 -0200 (BRST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ime.usp.br; s=mail; t=1453386166; bh=ejjgrfTT5me629e2GuM3XOUQSretM+KySYeT312MQdA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=d+yCCTAywdkvbqwWdcYswEz1iatYP+yBMbEoAe+2VhReo9Dhs4/ooeqR9nBwzktCv xO8w6Dr+AO0ODvOiroluxBOYqInQxF3Ld+WrCdfU1Edep5b/AFwDaD2z3fbvp7uSnL Eu4AWmCQtwUoSH+t+lWhMyFy3rm9/61t4T4DYWyk= Date: Thu, 21 Jan 2016 14:21:28 +0000 From: =?ISO-8859-1?Q?Lu=EDs?= Fernando Schultz Xavier da Silveira To: "Michael B. Eichorn" Cc: "Brandon J.Wandersee" , Polytropon , freebsd-questions@freebsd.org, kpneal@pobox.com Subject: Re: Unexpected dependencies of graphics/libGL Message-Id: <20160121142128.44cf91125b49ee26e09367b3@ime.usp.br> In-Reply-To: <1453319097.1107.44.camel@michaeleichorn.com> References: <20160117031923.ce1f36547351bf07b6fff9a0@ime.usp.br> <20160117070715.1c33732b.freebsd@edvax.de> <20160117162018.964db3b1f2f2133242773e78@ime.usp.br> <20160117220247.69e6774f.freebsd@edvax.de> <20160118161235.GA92637@neutralgood.org> <20160119050806.cd08ca0687e76a4b09a701e3@ime.usp.br> <20160119062345.5402e98b.freebsd@edvax.de> <20160119063438.ca57c8a3bd8ba6781a58b040@ime.usp.br> <86bn8gkw79.fsf@WorkBox.Home> <20160120184255.77e936f2ef370977243ed474@ime.usp.br> <1453319097.1107.44.camel@michaeleichorn.com> X-Mailer: Sylpheed 3.4.3 (GTK+ 2.24.29; amd64-portbld-freebsd10.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on iris.ime.usp.br X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 14:22:54 -0000 Hi, > Building only what you need is hard. It does take time and effort to > provide the configure options in the ports tree. As such it is > reasonable that porters might not choose to include every possible > case. However if you think an important one has been missed it is > reasonable to get in touch with the port owner and see if they will add > a configure option. I understand. I have already contacted the maintainers and now it is up to them to decide how to handle this. Personally, I think this merits the configure options, as a whole toolchain is installed, but I respect them if they do not wish to provide it (the whole direct rendering stack in FreeBSD has zero configure options). If they choose not to, however, I will simply not update these ports, as I do not even use 3D acceleration in this machine.