From owner-freebsd-questions@FreeBSD.ORG Tue Feb 18 18:36:38 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5981976 for ; Tue, 18 Feb 2014 18:36:38 +0000 (UTC) Received: from luigi.brtsvcs.net (luigi.brtsvcs.net [IPv6:2607:fc50:1000:1f00::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0FBB1589 for ; Tue, 18 Feb 2014 18:36:38 +0000 (UTC) Received: from chombo.houseloki.net (c-76-115-19-22.hsd1.or.comcast.net [76.115.19.22]) by luigi.brtsvcs.net (Postfix) with ESMTPSA id 9A7D22D4FD4; Tue, 18 Feb 2014 10:36:30 -0800 (PST) Received: from [IPv6:2601:7:880:bd0:4dc6:fe9a:fceb:5eeb] (unknown [IPv6:2601:7:880:bd0:4dc6:fe9a:fceb:5eeb]) by chombo.houseloki.net (Postfix) with ESMTPSA id 3E39E29F; Tue, 18 Feb 2014 10:36:28 -0800 (PST) Message-ID: <5303A82F.3060205@bluerosetech.com> Date: Tue, 18 Feb 2014 10:36:31 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Albert Shih , freebsd-questions@freebsd.org Subject: Re: pkg or ports. References: <20140218170142.GA78433@pcjas.obspm.fr> In-Reply-To: <20140218170142.GA78433@pcjas.obspm.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 18:36:38 -0000 On 2/18/2014 9:01 AM, Albert Shih wrote: > Hi all, > > I'm little lost since FreeBSD introduce pkgng. > > Should I use pkgng or the ports (like I did before ?) > > My server is manage through puppet, so I would like to use pkg for some > « basic » packages (like bash, vim etc..) but want ports system for > important thing (like postgresql-server) because I can tune the option. Puppet is not going to very work well for you if you have it firing off port builds on your managed systems. Use poudriere to create custom packages and have puppet install those.