From owner-freebsd-questions@FreeBSD.ORG Sun Mar 2 20:24:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63FFF106566C for ; Sun, 2 Mar 2008 20:24:52 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.176]) by mx1.freebsd.org (Postfix) with ESMTP id 0428C8FC18 for ; Sun, 2 Mar 2008 20:24:51 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by el-out-1112.google.com with SMTP id v27so1442684ele.12 for ; Sun, 02 Mar 2008 12:24:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=4lU5/a2xnwR4tSzD8szR7Efg74r1eDKNeOLwdDADUGc=; b=hmuoqzvkdf4DxOn52EaXHqA6y/1znfHkennpY194xvscx9EDkIAUNEiAzX3a1yJC2bGNjzPi5lKsJBEZnyjMCNU6PBcUUxkNQTveBSk+JJ8lvzWYmMwRQqBoOv1zpJYWf0IRU5HbNg2e0sT4flEmjVH3hJGpb2FN8JPqbVY0Fjc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Dtd4s3PXebVJiXemsJYEIb/4lHE6RGdytOOTzOZpFdVaM8aZytPztq0HcD5PAmRpx92Tbw/W+XyY0MAmf6Q99FH9W5c3u+uYWKqnEMfCQ7mC5elFXKCIaTREx40Vp2dZjCKfrRWfs7LfRw0yhbAJ0JD7Eo2/+kjMJtPcNyS4+C8= Received: by 10.141.71.8 with SMTP id y8mr7481294rvk.63.1204489490782; Sun, 02 Mar 2008 12:24:50 -0800 (PST) Received: by 10.141.141.7 with HTTP; Sun, 2 Mar 2008 12:24:50 -0800 (PST) Message-ID: Date: Sun, 2 Mar 2008 14:24:50 -0600 From: "illoai@gmail.com" To: "Vivian Liu" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47c9e1a1.c98z3hRYgXce6kBO%perryh@pluto.rain.com> <39632.218.185.52.132.1204432269.squirrel@webmail.mtmary.edu> <47ca41c9.Km8lEtIDXQECQMmE%perryh@pluto.rain.com> Cc: "perryh@pluto.rain.com" , freebsd-questions@freebsd.org Subject: Re: dependencies in portmaster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2008 20:24:52 -0000 On 02/03/2008, Vivian Liu wrote: . . . > # mkdir /usr/ports/editors/openoffice.org-2/work > > # chflags schg /usr/ports/editors/openoffice.org-2/work > > Portupgrade will skip rebuilding OpenOffice against its will. > What about HOLD_PKGS in /usr/local/etc/pkgtools.conf? I do suppose "-f" overrides that, but carefully appending a "-x" to every pass of portupgrade should mitigate that. -- --