From owner-freebsd-ports@FreeBSD.ORG Sat Jun 16 16:34:46 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BCE116A400 for ; Sat, 16 Jun 2007 16:34:46 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 1009513C455 for ; Sat, 16 Jun 2007 16:34:46 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 9F9FCE78; Sat, 16 Jun 2007 11:34:45 -0500 (CDT) Date: Sat, 16 Jun 2007 11:34:45 -0500 To: Jack Stone Message-ID: <20070616163445.GA2042@soaustin.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-ports@freebsd.org, M.Keith.Thompson.ctr@hurlburt.af.mil Subject: Re: Samba 3.0.25a still broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jun 2007 16:34:46 -0000 On Sat, Jun 16, 2007 at 07:50:14AM -0500, Jack Stone wrote: > You could simply edit the Makefile in the samba port and reset the version > shown at the top to the old version. > > Then, delete distinfo > Then 'make makesum' > Then 'make install clean' > > If the old port still remains in your /usr/ports/distfiles > then it should create a new distinfo file > > If you don't have the old port, then 'make makesum' should > start downloading it, then do 'make install clean' There is a tool to do this automatically. See ports-mgmt/portdowngrade. mcl