From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 5 09:35:36 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAB5916A4CE for ; Mon, 5 Jan 2004 09:35:36 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE99D43D1D for ; Mon, 5 Jan 2004 09:35:35 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i05HZYvT027979; Mon, 5 Jan 2004 09:35:34 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i05HZWj4027978; Mon, 5 Jan 2004 09:35:32 -0800 (PST) (envelope-from obrien) Date: Mon, 5 Jan 2004 09:35:32 -0800 From: "David O'Brien" To: Peter Wemm Message-ID: <20040105173532.GD25184@dragon.nuxi.com> References: <3FD87B7C.6050608@texoma.net> <200312141607.21395.peter@wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312141607.21395.peter@wemm.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: amd64 freebsd cc: Matt Douhan cc: Jimmie Houchin Subject: Re: SV: Packages/Ports problem X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 17:35:37 -0000 On Sun, Dec 14, 2003 at 04:07:21PM -0800, Peter Wemm wrote: > That would be because the port for cvsup hasn't been finished yet. I do have > a hacked up cvsup binary that might be enough to get you going. > > fetch http://people.freebsd.org/~peter/cvsup-without-gui-16.1h.tbz > pkg_add cvsup-without-gui-16.1h.tbz Maybe you could put the binaries in your public_distfiles directory and create a proper port that treats this like any other binary-only package. That way 'pkg_add cvsup' would work. I've lost track of where we stand on this -- did JDP merge in your work to ezm3?