Date: Mon, 21 May 2007 13:38:52 +0200 From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no> To: Florent Thoumie <flz@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk Message-ID: <86k5v2tnhv.fsf@dwp.des.no> In-Reply-To: <200705211021.l4LALdGa025468@repoman.freebsd.org> (Florent Thoumie's message of "Mon\, 21 May 2007 10\:21\:39 %2B0000 \(UTC\)") References: <200705211021.l4LALdGa025468@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Florent Thoumie <flz@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86k5v2tnhv.fsf>