From owner-freebsd-questions@FreeBSD.ORG Fri Jul 5 02:28:55 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 919FC656 for ; Fri, 5 Jul 2013 02:28:55 +0000 (UTC) (envelope-from olivier2553@gmail.com) Received: from mail-qc0-x230.google.com (mail-qc0-x230.google.com [IPv6:2607:f8b0:400d:c01::230]) by mx1.freebsd.org (Postfix) with ESMTP id 58D771A72 for ; Fri, 5 Jul 2013 02:28:55 +0000 (UTC) Received: by mail-qc0-f176.google.com with SMTP id z10so1012092qcx.7 for ; Thu, 04 Jul 2013 19:28:54 -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=+Hzmw2Ec9s7miRAtI6LgE5FtXsYFWLRV8BFoFZRvUKU=; b=ana5HG9h/9ryPlNfIjglHg7gRrW0/qN6efWWP9sVgxJyi8+0yQepxLOveptkCsD8Fr DN46PZnc3tzrl11aZqNV03Bj2vTwCD2UpGg2a7SighDAN7a88bW4D4k0wMj2oj69HNmd w1klND7r30mlbLutnUJJU2RDJMk4Wp+GDvc0qNcbwahwDwnpRBNpH4QZKPHi3VoeDycf ahSvyFpZFhfiuQ4+BlU+zw7vX1QApYMsYOtdGHzCoMpff8hsXsTyELfAUCWeoQQwSaLb mACL9XZtpry9GmumfzfRSL1nw+Mj8dMLoKLwfVoYEA5D2NbTGGfPxuGgLuLRRaoiETIi wjfw== MIME-Version: 1.0 X-Received: by 10.224.188.74 with SMTP id cz10mr8577057qab.31.1372991334432; Thu, 04 Jul 2013 19:28:54 -0700 (PDT) Sender: olivier2553@gmail.com Received: by 10.49.0.235 with HTTP; Thu, 4 Jul 2013 19:28:54 -0700 (PDT) In-Reply-To: <201307031317.r63DHQqR034336@mech-cluster241.men.bris.ac.uk> References: <201307031317.r63DHQqR034336@mech-cluster241.men.bris.ac.uk> Date: Fri, 5 Jul 2013 09:28:54 +0700 X-Google-Sender-Auth: NCgaRt90ox0LCyfNwapx8w68mfU Message-ID: Subject: Re: X client without X server From: Olivier Nicole To: mexas@bristol.ac.uk Content-Type: text/plain; charset=ISO-8859-1 Cc: Olivier , "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: Fri, 05 Jul 2013 02:28:55 -0000 Hi, > > Is there a way to install an X client without automatically install an > > X server? > I don't use emacs, but you can quickly check, > prior to installing, what other ports will be > required, e.g. do > > make -C /usr/ports/ search name=emacs-24 After doing my homework, it seems that it happened only some years ago. I have some very old systems, that I have been upgrading again and again, without reconstructing from scratch; the old systems are carrying xorg-server along. On the newer machines that I installed, there is only X clients, no X servers. So the problem was only an old problem, I apologize for disturbing. Best regards, Olivier