From owner-freebsd-ports@FreeBSD.ORG Thu Sep 2 19:37:20 2010 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 EF0C0106571E for ; Thu, 2 Sep 2010 19:37:19 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from QMTA11.westchester.pa.mail.comcast.net (qmta11.westchester.pa.mail.comcast.net [76.96.59.211]) by mx1.freebsd.org (Postfix) with ESMTP id A8EE58FC14 for ; Thu, 2 Sep 2010 19:37:19 +0000 (UTC) Received: from omta21.westchester.pa.mail.comcast.net ([76.96.62.72]) by QMTA11.westchester.pa.mail.comcast.net with comcast id 1nSR1f0011ZXKqc5BvdKMF; Thu, 02 Sep 2010 19:37:19 +0000 Received: from comcast.net ([98.203.142.76]) by omta21.westchester.pa.mail.comcast.net with comcast id 1vdJ1f0011f6R9u3hvdJdF; Thu, 02 Sep 2010 19:37:19 +0000 Received: by comcast.net (sSMTP sendmail emulation); Thu, 02 Sep 2010 12:37:16 -0700 Date: Thu, 2 Sep 2010 12:37:16 -0700 From: Charlie Kester To: freebsd-ports@freebsd.org Message-ID: <20100902193715.GA9920@comcast.net> Mail-Followup-To: freebsd-ports@freebsd.org References: <20100820124332.GB1786@azathoth.lan> <86lj7o7e6e.fsf@gmail.com> <27594367-6355-4C30-B486-CA64345641B8@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <27594367-6355-4C30-B486-CA64345641B8@freebsd.org> X-Mailer: Mutt 1.5.20 X-Composer: Vim 7.2 User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: what next for the pkg_install rewrite 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: Thu, 02 Sep 2010 19:37:20 -0000 On Thu 02 Sep 2010 at 08:56:50 PDT Tim Kientzle wrote: > >On Sep 2, 2010, at 12:34 AM, David Forsythe wrote: > >> Separating ports and packages is silly, because they need to coexist. >> Like gcooper pointed out, ports should be using the pkg tools to build >> and install packages. > >I've been impressed with how MacPorts handles this. >If I understand correctly, you can specify a package you >want and the options you want with it and the system will >download a pre-built package with those options >(if one exists) or pull the source and build the port, >all transparently. > >Even better, the central repository sees all of these >requests, so can prioritize which option sets are most popular. Would that include any options specified in make.conf?