From owner-freebsd-x11@FreeBSD.ORG Thu Dec 23 01:58:32 2010 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6BCA106566B for ; Thu, 23 Dec 2010 01:58:32 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from ns.kevlo.org (kevlo.org [220.128.136.52]) by mx1.freebsd.org (Postfix) with ESMTP id 3EFA38FC19 for ; Thu, 23 Dec 2010 01:58:31 +0000 (UTC) Received: from [127.0.0.1] (kevlo@kevlo.org [220.128.136.52]) by ns.kevlo.org (8.14.3/8.14.3) with ESMTP id oBN1MgNV030411 for ; Thu, 23 Dec 2010 09:22:43 +0800 (CST) From: Kevin Lo To: x11@FreeBSD.org Content-Type: multipart/mixed; boundary="=-Mazefr/YGqzE0ABtncTw" Date: Thu, 23 Dec 2010 09:22:43 +0800 Message-ID: <1293067363.1997.15.camel@nsl> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Cc: Subject: Add a dependency on xclock X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2010 01:58:32 -0000 --=-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--