From owner-freebsd-ports@FreeBSD.ORG Tue Dec 16 14:50:25 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA64F21C for ; Tue, 16 Dec 2014 14:50:25 +0000 (UTC) Received: from luigi.brtsvcs.net (luigi.brtsvcs.net [IPv6:2607:fc50:1000:1f00::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97390BDF for ; Tue, 16 Dec 2014 14:50:25 +0000 (UTC) Received: from chombo.houseloki.net (c-71-59-211-166.hsd1.or.comcast.net [71.59.211.166]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by luigi.brtsvcs.net (Postfix) with ESMTPSA id 309A12D4F8D; Tue, 16 Dec 2014 14:50:18 +0000 (UTC) Received: from [IPv6:2601:7:2580:181:baca:3aff:fe83:bd29] (unknown [IPv6:2601:7:2580:181:baca:3aff:fe83:bd29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by chombo.houseloki.net (Postfix) with ESMTPSA id 4995F1842; Tue, 16 Dec 2014 06:50:16 -0800 (PST) Message-ID: <549046A4.9050009@bluerosetech.com> Date: Tue, 16 Dec 2014 06:50:12 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Francois Tigeot , freebsd-ports@freebsd.org Subject: Re: Discrepancy in postgresql entry in UPDATING References: <548F8DCA.8070407@bluerosetech.com> <20141216105114.GB379084@sekishi.zefyris.com> In-Reply-To: <20141216105114.GB379084@sekishi.zefyris.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2014 14:50:25 -0000 On 12/16/2014 2:51 AM, Francois Tigeot wrote: > With pg_upgrade, I found the best method to be: > > - locally build the two postgres versions you're interested in from the > Postgres distfiles. > - run pg_upgrade from one of them > > and don't bother with the packages. I hadn't thought about that. I could just build them in the ports tree and leave them staged. Thanks!