From owner-freebsd-questions@FreeBSD.ORG Wed Jul 3 11:07:12 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5AF96578 for ; Wed, 3 Jul 2013 11:07:12 +0000 (UTC) (envelope-from olivier2553@gmail.com) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) by mx1.freebsd.org (Postfix) with ESMTP id E94001DFF for ; Wed, 3 Jul 2013 11:07:11 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id a12so5508728wgh.28 for ; Wed, 03 Jul 2013 04:07:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=EgAFtw9grfDWRL4TGobS3Mh0VcJUu76gRMQrdCKkDug=; b=VfQ/De1nC7Y58qq/Zj69cRWDbXnhYiwyP86mG8MVGenxtiZv3fFqxgfuzvCPb3HBYa OPNELsGemDFVItqWec20m4+56gQyf67cStqwCfLUr38tRSkHJd4ETmUTaZTdDD130VJo i6XRqFgkap5vVOo7rTdEnwYSt33uoK+qCKS3a4IZJQCPDKz/oAgHgO+p/SV46X9X1Gmr 561eTqdNk82fWbYH91gZJG6Z08rOIA/nyqG5QWO1tRcck2ursAdr4c1c0GDq/JhT4iuo Tu67oNMhZ5u2DgRYH0peUwJX+REWkrZX+/ZSHK2t0HL5fWgisGNU6Lz/8FWG+aLauxgy /eig== MIME-Version: 1.0 X-Received: by 10.180.107.167 with SMTP id hd7mr206684wib.33.1372849631151; Wed, 03 Jul 2013 04:07:11 -0700 (PDT) Sender: olivier2553@gmail.com Received: by 10.194.2.242 with HTTP; Wed, 3 Jul 2013 04:07:11 -0700 (PDT) In-Reply-To: <20130703130341.e6856023.freebsd@edvax.de> References: <201307030355.r633tmGL019936@banyan.cs.ait.ac.th> <201307031047.r63AlGKU034012@mech-cluster241.men.bris.ac.uk> <20130703130341.e6856023.freebsd@edvax.de> Date: Wed, 3 Jul 2013 18:07:11 +0700 X-Google-Sender-Auth: x1ZjNv-X-ofVvwteZnl1-lF13rA Message-ID: Subject: Re: X client without X server From: Olivier Nicole To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 Cc: Olivier , Anton Shterenlikht , mexas@bristol.ac.uk, "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2013 11:07:12 -0000 On Wed, Jul 3, 2013 at 6:03 PM, Polytropon wrote: > On Wed, 3 Jul 2013 11:47:16 +0100 (BST), Anton Shterenlikht wrote: >> $ pkg info -xd xterm >> xterm-293: >> xproto-7.0.24 >> xextproto-7.2.1 >> renderproto-0.11.1 >> printproto-1.0.5 >> libxcb-1.9.1 >> libXrender-0.9.8 >> libXpm-3.5.10 >> libXp-1.0.2,1 >> libXext-1.3.2,1 >> libXdmcp-1.1.1 >> libXau-1.0.8 >> libX11-1.6.0,1 >> libSM-1.2.1,1 >> libICE-1.0.8,1 >> kbproto-1.0.6 >> libXt-1.1.4,1 >> libXmu-1.1.1,1 >> libXaw-1.0.11,2 >> libXft-2.3.1 >> fontconfig-2.9.0,1 >> expat-2.0.1_2 >> freetype2-2.4.12_1 >> pkgconf-0.9.2_1 >> pcre-8.33 >> libpthread-stubs-0.3_3 >> >> Obviously xterm does not depend on xorg-server. > > But one of its dependencies might. That make no sense, xterm may (and certainly does) depend on the same libraries as the X server, but there is no way xterm depends on X server itself. I can manually remove X server and the fonts and xclac... and the system is still running very well (and updating without trying to reinstall X server...) Best regards, Olivier