From owner-freebsd-ports@FreeBSD.ORG Wed Oct 3 08:17:59 2012 Return-Path: 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 6B0671065670 for ; Wed, 3 Oct 2012 08:17:59 +0000 (UTC) (envelope-from mueller23@insightbb.com) Received: from mail.insightbb.com (smtp3.insight.synacor.com [208.47.185.25]) by mx1.freebsd.org (Postfix) with ESMTP id 2E29C8FC17 for ; Wed, 3 Oct 2012 08:17:58 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.1 cv=zGUWv2qlendUSf1OPvegwjo4wNi7putpHGN54uCzlBk= c=1 sm=0 a=My6P8YespNQA:10 a=jLN7EqiLvroA:10 a=6I5d2MoRAAAA:8 a=VfLn69hImZf7UHhvmjIA:9 a=AcdsImxJPJ9Yo6Ye3TGm+Q==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.insight.synacor.com header.from=mueller23@insightbb.com; sender-id=softfail Authentication-Results: smtp02.insight.synacor.com smtp.mail=mueller23@insightbb.com; spf=softfail; sender-id=softfail Received-SPF: softfail (smtp02.insight.synacor.com: transitional domain insightbb.com does not designate 74.134.34.76 as permitted sender) Received: from [74.134.34.76] ([74.134.34.76:54574] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.2.40 r(29895/29896)) with ESMTP id E0/42-18483-5B4FB605; Wed, 03 Oct 2012 04:17:57 -0400 Date: Wed, 03 Oct 2012 04:17:57 -0400 Message-ID: From: "Thomas Mueller" To: freebsd-ports@freebsd.org In-Reply-To: <506AB464.2040800@ose.nl> Subject: Re: Problem upgrading misc/help2man: missing language files 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: Wed, 03 Oct 2012 08:17:59 -0000 from Bas Smeelen : > Below it looks like the creation of the backup package fails, which get's > deleted by default after the new port is installed. > I Just update ports on a CURRENT server with csup from cvsup4.nl.FreeBSD.org > and the help2man version is still 1.40.12 > I will go ahead and update from cvsup9.freebsd.org > . > . > . > No help2man-1.40.13 yet. > Maybe csup the portstree again and retry portmaster misc/help2man? > Did portmaster end with lines like > Upgrade of help2man-1.40.11 to help2man-1.40.12 > But then help2man-1.40.12 to help2man-1.40.13 instead of the above? > The it should be OK. No, I was trying to upgrade from 1.40.12 to 1.40.13 : WRONG! I used "portsnap fetch update", and I saw the new version 1.40.13 : WRONG! I checked again, and current version was 1.40.12 Problem might have been a port having misc/help2man as a dependency needed NLS option to be set? So I rebuilt with portmaster -f misc/help2man and that rebuilt perl-5.16 redundantly. I am still curious how one rebuilds and reinstalls a corrupted port installation when backing up would not be desired. Maybe portmaster -f ? Tom