Date: Thu, 23 Dec 2010 09:22:43 +0800 From: Kevin Lo <kevlo@FreeBSD.org> To: x11@FreeBSD.org Subject: Add a dependency on xclock Message-ID: <1293067363.1997.15.camel@nsl>
next in thread | raw e-mail | index | archive | help
--=-Mazefr/YGqzE0ABtncTw Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Hi, Sometimes I only installed the xorg metaport x11/xorg on my FreeBSD. When I quit the X window, there's a message on the console: /usr/local/lib/X11/xinit/xinitrc: xclock: not found I think it makes sense to add dependency on xclock, what do you think? Thanks! Kevin --=-Mazefr/YGqzE0ABtncTw Content-Disposition: attachment; filename="patch-Makefile" Content-Type: text/x-patch; name="patch-Makefile"; charset="UTF-8" Content-Transfer-Encoding: 7bit --- x11/xorg-apps/Makefile.orig 2010-12-23 08:57:14.000000000 +0800 +++ x11/xorg-apps/Makefile 2010-12-23 09:06:03.000000000 +0800 @@ -26,7 +26,7 @@ xwud # These three are added for convenience purposes only. -COMPONENTS+= x11-wm/twm:twm xinit xterm +COMPONENTS+= x11-wm/twm:twm x11-clocks/xclock:xclock xinit xterm NO_BUILD= yes --=-Mazefr/YGqzE0ABtncTw--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1293067363.1997.15.camel>