From owner-freebsd-questions@freebsd.org Thu Jul 2 21:33:59 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9195C9920EC for ; Thu, 2 Jul 2015 21:33:59 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oslo.ath.cx", Issuer "oslo.ath.cx" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E7FF31950 for ; Thu, 2 Jul 2015 21:33:58 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: by oslo.ath.cx (OpenSMTPD) with ESMTP id f6505645 for ; Thu, 2 Jul 2015 23:33:56 +0200 (CEST) Date: Thu, 2 Jul 2015 23:33:56 +0200 From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org Subject: Re: portmaster -af fails due to dead port - HELP Message-ID: <20150702213356.GB2863@oslo.ath.cx> References: <20150702195510.GA2863@oslo.ath.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23+95 (3bbb1f569eb1) (2014-03-12) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 21:33:59 -0000 On Thu, Jul 02, 2015 at 05:20:19PM -0400, William Dudley wrote: > Now what? How do I get portmaster -af to ignore arj? Or how do I fix > whatever the complaint is > about arj? >From 'man portmaster': -x avoid building or updating ports that match this pattern. Can be specified more than once. If a port is not already installed the exclude pattern will be run against the directory name from /usr/ports. -- Herbert