From owner-freebsd-questions@FreeBSD.ORG Thu Oct 25 14:11:48 2007 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 C83AB16A418 for ; Thu, 25 Oct 2007 14:11:48 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.178]) by mx1.freebsd.org (Postfix) with ESMTP id 9085313C48A for ; Thu, 25 Oct 2007 14:11:48 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by el-out-1112.google.com with SMTP id s27so236034ele for ; Thu, 25 Oct 2007 07:11:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=ExS9yQmZFTrIZUOFU1en+ht8IeilJFZ17tX+8gAqbt4=; b=kcJLwsjQknN5zwD0PY5ysecAtYm+5qJUuYMG9OukG+yvNUGsZxSzBV9lR3cjysNsjOh+taQ0uw7+ZreROADcHck5vRS59Rol64VtpJzBnuiKLR+y7FoX5qAtd+XYdSQPY+KvRVMXrnlT/JImlN3gyZMDunsMnDBwF5sgelhhS4s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TtGyuyGv98lj1cw7dWSHxmT/LtYi6WCVep2c9K9WWrVAVSvaeSwAJGZmLKw0XZ50vz/jTyY2BJZtyGmgWGiToolz6RdsFYl67wICiKRmP/H2zRFGmmNCWm4TQD9AXIK4eLYPPCNszehg6TXVLlYaYLUwG+1hto8gv4hkUXmhhu4= Received: by 10.142.79.15 with SMTP id c15mr481482wfb.1193321497543; Thu, 25 Oct 2007 07:11:37 -0700 (PDT) Received: by 10.142.238.13 with HTTP; Thu, 25 Oct 2007 07:11:37 -0700 (PDT) Message-ID: Date: Thu, 25 Oct 2007 10:11:37 -0400 From: "Tsu-Fan Cheng" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: portmaster question 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: Thu, 25 Oct 2007 14:11:48 -0000 hi, i been using portmaster for a while when upgrading my ports, often times when there are some problems in certain ports, e.g. jdk, i will use "-x jdk" so i can deal with it later. but when there are two or more of them that need special attention, i cant find a way to do it right, i tried "-x A -x B", this seems only to register B as neglected; "-x A B" void B in neglect. can someone show me the way?? thanks!! TFC