From owner-freebsd-ports@FreeBSD.ORG Wed Dec 15 17:06:18 2010 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 41795106566C for ; Wed, 15 Dec 2010 17:06:18 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id F242F8FC0A for ; Wed, 15 Dec 2010 17:06:17 +0000 (UTC) Received: by yxh35 with SMTP id 35so1202955yxh.13 for ; Wed, 15 Dec 2010 09:06:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=CKySXmb+pgxTt6T5BsITIxKDjrvl/uDnZHDbFvOPuI0=; b=kQoo/P5adcQOnntw4kxqtrKj2eOS3oiieP7jeHBfGuxhFn0QeHeghbDtSYTT6JZgmu m91k8Kt3jFBSkvQzZ9Maslq+nh3/aCO0OKNrTJ0INAAK6Rf2dMkEJLRkjL4YGqy3lBQ6 xbzRD/LkGUAGhE6svtmQdrLCF8bRk5HOkhy30= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Ja3arLIk+aS9MA00hOfAaLyxNrvRh5f//udetoijEDgsmQVCJ5+ZYYAbiQr2uBjeSb dSJ1oA0de71+cOMoTeds8Sy6o/81lgCXbmJC/Wvrgk55tNfjRGMqIXMC0jFNqGr32fwv kDU8bOj1Aw6xCDk8aWEwtgWVQVmhJsbmY5nlc= MIME-Version: 1.0 Received: by 10.90.4.26 with SMTP id 26mr8637191agd.84.1292431222093; Wed, 15 Dec 2010 08:40:22 -0800 (PST) Received: by 10.90.226.2 with HTTP; Wed, 15 Dec 2010 08:40:22 -0800 (PST) In-Reply-To: <4D08DC4B.5050105@webrz.net> References: <4D08DC4B.5050105@webrz.net> Date: Wed, 15 Dec 2010 08:40:22 -0800 Message-ID: From: Freddie Cash To: Jos Chrispijn Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports@freebsd.org Subject: Re: Portmaster | exclude port update(s) 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, 15 Dec 2010 17:06:18 -0000 On Wed, Dec 15, 2010 at 7:18 AM, Jos Chrispijn wrote: > If I want to exclude a port being updated in portupgrade, I define that in > /etc/pkgtools.conf. > How can I do this for portmaster? I read about an IGNOREME parameter, but > that is on the command line? # touch /var/db/pkg//+IGNOREME After that, anytime portmaster runs and is included in the list of ports to update, a message will appear asking if you want to skip that port because it has +IGNOREME set. It's not 100% automated (as in always skip), but it works really well. The question acts as a reminder that you set that, in case you ever forget. :) -- Freddie Cash fjwcash@gmail.com