Date: Thu, 31 May 2007 18:34:25 +0200 From: Stefan Walter <sw@gegenunendlich.de> To: freebsd-x11@freebsd.org Subject: Re: Typo/missing RUN_DEPENDS in x11/xorg Message-ID: <20070531163425.GA892@kyuzo.dunkelkammer.void> In-Reply-To: <20070530202935.GA1261@rot13.obsecurity.org> References: <20070527162638.GA943@kyuzo.dunkelkammer.void> <20070530202935.GA1261@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Kris Kennaway, 30.05.07, 22:29h CEST: > On Sun, May 27, 2007 at 06:26:39PM +0200, Stefan Walter wrote: > > Hi, > > > > there's a typo in x11/xorg which will prevent it to pull in some > > additional dependencies on the cluster. See the attached patch for > > details. > > ENOPATCH Here it is, hopefully. Regards, Stefan --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="x11_xorg_run_depends.diff" ? x11_xorg_run_depends.diff Index: Makefile =================================================================== RCS file: /storage/cvs/FreeBSD/ports/x11/xorg/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 19 May 2007 20:28:04 -0000 1.16 +++ Makefile 27 May 2007 16:22:45 -0000 @@ -36,7 +36,7 @@ ${X11BASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server .if defined(COMPLETE_BUILD) || defined(PACKAGE_BUILDING) -RUN_DEPEND+= Xnest:${PORTSDIR}/x11-servers/xorg-nestserver \ +RUN_DEPENDS+= Xnest:${PORTSDIR}/x11-servers/xorg-nestserver \ Xdmx:${PORTSDIR}/x11-servers/xorg-dmx \ Xprt:${PORTSDIR}/x11-servers/xorg-printserver \ Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver --IS0zKkzwUGydFO0o--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070531163425.GA892>