From owner-freebsd-questions@FreeBSD.ORG Wed Jul 3 03:55:56 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8C09CEFB for ; Wed, 3 Jul 2013 03:55:56 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 3CEA419CA for ; Wed, 3 Jul 2013 03:55:56 +0000 (UTC) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id BBB83FEBBC for ; Wed, 3 Jul 2013 10:55:48 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= subject:subject:from:from:message-id:date:date:received:received :received; s=selector1; t=1372823748; x=1374638149; bh=wEparWs5i wbtB+EfUj6rz4wvSIN8nmkcS7VWEqHLBPc=; b=k2zeQOkI9Y7BMM3TVNPiwCQmD vVj4+TsBMmURv78pSq/6391ipZ4Yk/vOTPsGwZqXm1qDx1QdivtFSfxcZ+nLK6Qg CFjfvticLJiITunI+7Y9SckOFXiqLJoj1zMDcM0D/NcQ1tXt6owNLz/n2hsvmCsz 22E4OE5s7F+O56/4Ng= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id yS7_HTuRihia for ; Wed, 3 Jul 2013 10:55:48 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 5EA76FEBBB for ; Wed, 3 Jul 2013 10:55:48 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.6/8.14.6/Submit) id r633tmGL019936; Wed, 3 Jul 2013 10:55:48 +0700 (ICT) (envelope-from on) Date: Wed, 3 Jul 2013 10:55:48 +0700 (ICT) Message-Id: <201307030355.r633tmGL019936@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org Subject: X client without X server 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 03:55:56 -0000 Hi, Is there a way to install an X client without automatically install an X server? On all my systems, I throw xterm and emacs, as the primary tools I use for management, but the display is always remote, I never, ever, run X on the machine, but still it install X server, fonts and a lot of useless junk like xcalc. Is there a way to install xterm and only the libraries that are needed to run xterm? TIA, Olivier