From owner-freebsd-questions@FreeBSD.ORG Sat May 8 03:52:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5474E16A4CE for ; Sat, 8 May 2004 03:52:26 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADD4643D1D for ; Sat, 8 May 2004 03:52:25 -0700 (PDT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BMPRQ-0005ni-00 for ; Sat, 08 May 2004 12:52:24 +0200 Received: from 213-203-244-156.kunde.vdserver.de ([213.203.244.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 May 2004 12:52:24 +0200 Received: from kai by 213-203-244-156.kunde.vdserver.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 May 2004 12:52:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Kai Grossjohann Date: Sat, 08 May 2004 12:52:37 +0200 Lines: 17 Message-ID: <87n04j5gy2.fsf@emptyhost.emptydomain.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:4Y2zGtQRPPxxTmqiegK1UaTTNwY= Sender: news Subject: Compile Emacs from CVS as a port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2004 10:52:26 -0000 I use Emacs from CVS on a daily basis. Currently, I have a working copy which build and install into a subdir of my home directory. But I think building Emacs as a port might provide advantages in integrating with add-on packages that are available as ports, such as AUCTeX. I searched a bit, but everything I could find assumed that the source code for the program to build is available as a tarball, whereas I have a CVS working copy. Does anyone have pointers? Perhaps somebody has done what I need already? tia, Kai