From owner-freebsd-ports@FreeBSD.ORG Wed Feb 15 14:05:48 2012 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 7604D106566B for ; Wed, 15 Feb 2012 14:05:48 +0000 (UTC) (envelope-from coco@executive-computing.de) Received: from mail.moehre.org (mail.moehre.org [195.96.35.7]) by mx1.freebsd.org (Postfix) with ESMTP id 2968A8FC16 for ; Wed, 15 Feb 2012 14:05:48 +0000 (UTC) Received: from mail.moehre.org (unknown [195.96.35.7]) by mail.moehre.org (Postfix) with ESMTP id 163C08B141B for ; Wed, 15 Feb 2012 15:05:47 +0100 (CET) X-Spam-Flag: NO X-Spam-Score: -100.964 X-Spam-Level: X-Spam-Status: No, score=-100.964 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, AWL=0.036, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mail.moehre.org ([195.96.35.7]) by mail.moehre.org (mail.moehre.org [195.96.35.7]) (amavisd-new, port 10024) with ESMTP id 53iBAJeCr984 for ; Wed, 15 Feb 2012 15:05:45 +0100 (CET) Received: from [192.168.100.30] (p54B0B93D.dip.t-dialin.net [84.176.185.61]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: coco@executive-computing.de) by mail.moehre.org (Postfix) with ESMTPSA id 627578B141D for ; Wed, 15 Feb 2012 15:05:45 +0100 (CET) Message-ID: <4F3BBB66.7070009@executive-computing.de> Date: Wed, 15 Feb 2012 15:04:22 +0100 From: Marco Steinbach User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: portmaster: Installing new ports without upgrading already installed ones ? 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 Feb 2012 14:05:48 -0000 Hi there, is there a way for telling portmaster to not upgrade already installed dependencies, besides explicitly excluding these with '-x' or using '+IGNOREME' ? In other words: Is there a flag, or a combination thereof, to have portmaster conveniently just install missing and not upgrade allready installed dependencies -- like a 'make install' in a ports' directory would do ? I'm using portmaster 3.11. MfG CoCo