From owner-freebsd-ports@FreeBSD.ORG Mon Feb 27 17:34:17 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BC521065848 for ; Mon, 27 Feb 2012 17:34:17 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4C14D8FC18 for ; Mon, 27 Feb 2012 17:34:10 +0000 (UTC) Received: by wibhn6 with SMTP id hn6so1394192wib.13 for ; Mon, 27 Feb 2012 09:34:10 -0800 (PST) Received-SPF: pass (google.com: domain of lists@eitanadler.com designates 10.180.92.73 as permitted sender) client-ip=10.180.92.73; Authentication-Results: mr.google.com; spf=pass (google.com: domain of lists@eitanadler.com designates 10.180.92.73 as permitted sender) smtp.mail=lists@eitanadler.com; dkim=pass header.i=lists@eitanadler.com Received: from mr.google.com ([10.180.92.73]) by 10.180.92.73 with SMTP id ck9mr30437594wib.2.1330364050267 (num_hops = 1); Mon, 27 Feb 2012 09:34:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=/vg+ralHPtC3+V80Mzmto3P4+yHGFSIoOH+trsY4RJg=; b=uYl9/RixsswdY0tQ7W9camSICxcg6U7smQRARXTGcK37Gknr+B3c+5v7gpp+i+GLdT qOhYdHdZX/dCmYGcVqd8XkNjbCxTGvZspWNcVp+we9UVziKVA1XKilPIpb+vhGVEOUH1 n+y0RmyXDlqfc6MPHZhfV7bZzVpraNbOYmrcw= Received: by 10.180.92.73 with SMTP id ck9mr24135086wib.2.1330364050191; Mon, 27 Feb 2012 09:34:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.15.90 with HTTP; Mon, 27 Feb 2012 09:33:40 -0800 (PST) In-Reply-To: References: <4F4BA7CE.20107@FreeBSD.org> From: Eitan Adler Date: Mon, 27 Feb 2012 12:33:40 -0500 Message-ID: To: Olivier Smedts Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkTJh2P+A7t6MdK7MiwjhsrG2sMMEQ8h8bPlzlyIdPwbc1GcQ73iO40a9KMzZxYdufV/MA9 Cc: Doug Barton , Royce Williams , freebsd-ports@freebsd.org Subject: Re: portupgrade -> portmaster Rosetta Stone? 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: Mon, 27 Feb 2012 17:34:17 -0000 On Mon, Feb 27, 2012 at 11:29 AM, Olivier Smedts wrote: > 2012/2/27 Doug Barton : >> On 02/27/2012 02:18, Olivier Smedts wrote: >>> Now I only need to find a way to "ignore" the errors when creating a >>> backup package if there was a plist problem >> >> That's in the man page. :) > > Sorry, but I really don't find it... I don't want to prevent the > backup packages' creation (-B), I just want to reply "ignore" when the > backup package is created and, for example, a file in plist is missing > in the filesystem. In this case, "ignore" continues with backup > package creation. from portmaster.rc # Do not prompt the user for failed backup package creation PM_IGNORE_FAILED_BACKUP_PACKAGE=pm_ignore_failed_backup_package -- Eitan Adler