From owner-cvs-all@FreeBSD.ORG Tue Jul 3 16:28:08 2012 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A06751065676; Tue, 3 Jul 2012 16:28:08 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 882228FC1D; Tue, 3 Jul 2012 16:28:07 +0000 (UTC) Received: by bkcje9 with SMTP id je9so1447944bkc.13 for ; Tue, 03 Jul 2012 09:28:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=1FhNiFazaVhzxXTzU4vxmo5XaTiTWKwVlWr6lvR8s7E=; b=E0S0+TTgmL/ND9ppWtfBPmvdPRfm3EEWhiopBKZnrRD7TlXY8K7gLst/GKc3a6A2wY BxKb7oNbOTar+HS9b5+CfvMG8sNPJ3vOYB46KviI1Aiq8yZ5tvCWGF+OGueWv9DL2wvw sIQb2trMzONx5eytAyWhIhTj1NHrLDOJQN/StDhXrvizojnVfk/jN10SQ7L8HXk900GB EZQgG6rGPhbMnnrdr21MYk+AKNyjLodaMMwf8jUoDShD0zseJ5V7Fx4H53WDEWQKU8Bw br+5/VJLU+w+ahB5t1p2hHKyakEMJAsH+Od9SwLhCmwVvwBpKYhRAx4syCYmqr9KU1Z5 Qxng== MIME-Version: 1.0 Received: by 10.204.152.27 with SMTP id e27mr9914904bkw.56.1341332886409; Tue, 03 Jul 2012 09:28:06 -0700 (PDT) Received: by 10.204.49.87 with HTTP; Tue, 3 Jul 2012 09:28:06 -0700 (PDT) Received: by 10.204.49.87 with HTTP; Tue, 3 Jul 2012 09:28:06 -0700 (PDT) In-Reply-To: <20120703015004.GA17917@atarininja.org> References: <201207022131.q62LVRxQ013743@repoman.freebsd.org> <20120703015004.GA17917@atarininja.org> Date: Tue, 3 Jul 2012 17:28:06 +0100 Message-ID: From: Chris Rees To: Wesley Shields , ports-committers@freebsd.org, cvs-all@freebsd.org, "cvs-ports@FreeBSD.org" , Adam Strohl Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: cvs commit: ports/databases/couchdb Makefile distinfo pkg-deinstall pkg-install pkg-message pkg-plist ports/databases/couchdb/files couchdb.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2012 16:28:08 -0000 On 3 July 2012 02:50, Wesley Shields wrote: > On Mon, Jul 02, 2012 at 09:31:27PM +0000, Chris Rees wrote: >> - Error out on build if older version installed with config file >> present; this must be backed up or it will be lost on deinstall. > > I didn't look too closely but I can't seem to find anything in your > changes that indicate this also happens when using the package. Correct, it doesn't. Unfortunately anyone using binary package upgrades is stuffed, and the best we can hope for is that they read UPDATING or the recent threads on ports@. Reason for inability to fix this for pkg upgrade; Source upgrade procedure: build, deinstall, install- we can fail building to stop this problem. Binary upgrade: fetch new version, reinstall, install- too late by the time package is installed. If you come up with a solution, please let me know! Chris