From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 12:44:42 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 159011065678 for ; Tue, 12 Aug 2008 12:44:42 +0000 (UTC) (envelope-from marshc187@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 9C5168FC28 for ; Tue, 12 Aug 2008 12:44:41 +0000 (UTC) (envelope-from marshc187@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so3525220fgb.35 for ; Tue, 12 Aug 2008 05:44:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :content-disposition:message-id; bh=XQZ1kfyZwAMRdvPXvdev1hGMwaYW/uFhI3oKo+L6X7A=; b=N7mNO2Xg+sqkRGXMFCQJZlVfFHtemlwjYxbHzcfmbL8T/cqqR63eSUpyyHiDJXmL1Q F6XWNxh+Jvvf9KeqI4mwhY1iYIxRlsywffVtt4WjTKHiMFMhSI6QgIduAgsh2jxx8bq2 CDnzChmv3MrTLStWTsZdCtooX1e/RkJTqY8JM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; b=Mxr8DZxCX/rDM6mTi22zBMOBvPbt0iOIEoc6erDTv11WWRMbe6yQsgz+H9kekA5Shl eycamZLzJDMQmUspLR0Q0Zcem6YOWWuedPbGhHQ9kfWtD3i6wge7z9KAE9LbH07JPD/9 jkhPAz8HgUVW9t5DgBanHujPu+9+ZhieHalEk= Received: by 10.86.87.5 with SMTP id k5mr10175370fgb.59.1218545078415; Tue, 12 Aug 2008 05:44:38 -0700 (PDT) Received: from ilras.barsh ( [85.232.205.171]) by mx.google.com with ESMTPS id l12sm576633fgb.6.2008.08.12.05.44.36 (version=SSLv3 cipher=RC4-MD5); Tue, 12 Aug 2008 05:44:37 -0700 (PDT) From: mc To: freebsd-questions@freebsd.org Date: Tue, 12 Aug 2008 14:44:31 +0000 User-Agent: KMail/1.10.0 (FreeBSD/7.0-RELEASE-p2; KDE/4.1.0; i386; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808121444.32191.marshc187@gmail.com> Subject: question -updating package + ignore depend 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: Tue, 12 Aug 2008 12:44:42 -0000 hi, can anyone briefly explain what is the general procedure here? i am trying to update a few packages which inevitably provoke a firefox2 install, which i don't want (have ff3). checked google and porter's handbook, then tried marking ff2 as IGNORE -- which i didn't really understand how but added IGNORE= reason etc etc to the makefile at the very top after the comments. seems like it worked, but what i want to update fails because of that. i am installing portupgrade now to try with k or K (whichever means comtinue anyway) but is this a good idea or an easier way? also, i am not sure if questions like this go here or still go in ports mailing list ? thanks in advance