From owner-freebsd-questions@freebsd.org Sun Jan 17 03:20:34 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 D3781A85CB3 for ; Sun, 17 Jan 2016 03:20:34 +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 9241E13A2 for ; Sun, 17 Jan 2016 03:20:33 +0000 (UTC) (envelope-from schultz@ime.usp.br) Received: from cage0 (OTWAON234VW-LP140-05-1176444850.dsl.bell.ca [70.31.31.178]) (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 1439A2900983 for ; Sun, 17 Jan 2016 01:20:21 -0200 (BRST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ime.usp.br; s=mail; t=1453000825; bh=ELvDtnj9Xgi/1UIJKwHkdh3i+9yQJi77NkKDA5nI2Pw=; h=Date:From:To:Subject:From; b=DyJnjt1FLYnZmrjLS2r99nJ26X3/2SQhDKj/foDmIEm7d7VMJRze7ARmV5QS8qJgx RX/cM8cRsncnjTfKZXW1ICCrbhcwk2qdE389ebeO7QM1HnmxhzWlYqmzy7xj+hIYTc D6zMQx6hrbJeBzXV/LmxQ9CHmd9UHFKdraLUTQz4= Date: Sun, 17 Jan 2016 03:19:23 +0000 From: =?ISO-8859-1?Q?Lu=EDs?= Fernando Schultz Xavier da Silveira To: freebsd-questions@freebsd.org Subject: Unexpected dependencies of graphics/libGL Message-Id: <20160117031923.ce1f36547351bf07b6fff9a0@ime.usp.br> X-Mailer: Sylpheed 3.4.3 (GTK+ 2.24.29; amd64-portbld-freebsd10.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Sun, 17 Jan 2016 03:20:34 -0000 Hello, Since the beginning of this year, graphics/libGL and friends started depending on a significant amount of software, including git and bzr. Could anyone explain why that is and whether it is possible to avoid such dependencies? Also, there is a dependency on clang and llvm from ports because of advanced features that I (and I guess many of us) do not require. I believe it has to do with the Gallium driver and OpenCL. Just a suggestion: it would be pretty nice if there were some port knobs to avoid pulling in another toolchain from ports to build software that is never run. Thank you, Lu=EDs Fernando