From owner-cvs-all@FreeBSD.ORG Mon May 21 11:38:57 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A2BF16A421; Mon, 21 May 2007 11:38:57 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id CB1C113C480; Mon, 21 May 2007 11:38:56 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 35B4C2084; Mon, 21 May 2007 13:38:53 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 26F2E2083; Mon, 21 May 2007 13:38:53 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id 05350574A; Mon, 21 May 2007 13:38:52 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Florent Thoumie References: <200705211021.l4LALdGa025468@repoman.freebsd.org> Date: Mon, 21 May 2007 13:38:52 +0200 In-Reply-To: <200705211021.l4LALdGa025468@repoman.freebsd.org> (Florent Thoumie's message of "Mon\, 21 May 2007 10\:21\:39 +0000 \(UTC\)") Message-ID: <86k5v2tnhv.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 11:38:57 -0000 Florent Thoumie writes: > flz 2007-05-21 10:21:39 UTC > > FreeBSD ports repository > > Modified files: > Mk bsd.port.mk=20 > Log: > Fix USE_XLIB to depend on stub file rather than libX11. Is this intended as a permanent solution? I realize that having USE_XLIB the way it is allows us to support both X.org and XFree86, but I would much prefer to see USE_XLIB replaced with something similar to USE_XORG, explicitly listing the required libraries. For instance, the line USE_XLIB =3D X11 Xau Xext Xmu could, in the XFree86 case, expand to LIB_DEPENDS =3D X11.6:${PORTSDIR}/x11/XFree86-4-libraries \ Xau.0:${PORTSDIR}/x11/XFree86-4-libraries \ Xext.6:${PORTSDIR}/x11/XFree86-4-libraries \ Xmu.6:${PORTSDIR}/x11/XFree86-4-libraries \ which, while redundant, would work fine. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no