From owner-freebsd-ports@FreeBSD.ORG Sun Nov 8 21:46:16 2009 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 A7647106566B; Sun, 8 Nov 2009 21:46:16 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 60A6A8FC12; Sun, 8 Nov 2009 21:46:16 +0000 (UTC) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 45D0B19E023; Sun, 8 Nov 2009 22:46:14 +0100 (CET) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 2503919E019; Sun, 8 Nov 2009 22:46:12 +0100 (CET) Message-ID: <4AF73C1D.8000208@quip.cz> Date: Sun, 08 Nov 2009 22:46:05 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.4) Gecko/20091017 SeaMonkey/2.0 MIME-Version: 1.0 To: Doug Barton References: <4AF73094.6060902@FreeBSD.org> In-Reply-To: <4AF73094.6060902@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Portmaster with package support ready for beta testing! 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: Sun, 08 Nov 2009 21:46:16 -0000 Doug Barton wrote: > Howdy! > > I'm very pleased to announce that the first version of portmaster with > package support is ready for beta testing. :) I'd like to thank all > those who have been so generous in supporting this work. It's really a > great feeling not only knowing that the community is supportive of my > efforts, but also to be able to finally make this feature available > after so many requests have been made for it. [...] Thank you for your ongoing work on portmaster and thanks to all sponsors! I take a quick look at the code and I have one question. Can you explain way --no-deps and --force are used for pkg_add? I am sure you have a good reason and I would like to know it. ;) Miroslav Lachman