From owner-freebsd-ports@FreeBSD.ORG Sat Jun 16 16:34:46 2007 Return-Path: <owner-freebsd-ports@FreeBSD.ORG> 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 <freebsd-ports@freebsd.org>; 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 <freebsd-ports@freebsd.org>; 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 <antennex@hotmail.com> Message-ID: <20070616163445.GA2042@soaustin.net> References: <D5B2C8E9DE845B4AAE7FC4D48850B7380882F2@HRT-CS-ML05V.hurlburt.afsoc.ds.af.mil> <BAY125-F27892CB961B8D765A46310CC1D0@phx.gbl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <BAY125-F27892CB961B8D765A46310CC1D0@phx.gbl> 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 <freebsd-ports.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports> List-Post: <mailto:freebsd-ports@freebsd.org> List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>, <mailto:freebsd-ports-request@freebsd.org?subject=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