From owner-freebsd-questions@FreeBSD.ORG Tue Feb 7 22:10:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E8A016A420 for ; Tue, 7 Feb 2006 22:10:39 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CFBC43D62 for ; Tue, 7 Feb 2006 22:10:36 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([68.67.248.200]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060207221036.LDBX14388.mta9.adelphia.net@default.chvlva.adelphia.net>; Tue, 7 Feb 2006 17:10:36 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id E1AE2B6B0; Tue, 7 Feb 2006 17:10:26 -0500 (EST) Date: Tue, 7 Feb 2006 17:10:26 -0500 From: Parv To: martinko Message-ID: <20060207221026.GC2946@holestein.holy.cow> Mail-Followup-To: martinko , freebsd-questions@freebsd.org References: <200602071149.31772.mailings.freebsd@o0l0o.org> <43E88C64.40007@xs4all.nl> <43E8A7B3.3090707@meijome.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD Ports vs. Gentoo Portage (a matter of concept) 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, 07 Feb 2006 22:10:39 -0000 in message , wrote martinko thusly... > > Norberto Meijome wrote: > > Hans Nieser wrote: > > > >>FreeBSD Prospect wrote: ... > >>What I am especially fond of in portage is the USE-flags and the > >>way you can specify then globally and individually for each > >>package and how you can get a nice, short overview of which > >>USE-flags a package uses and which of them are enabled with > >>"emerge -pv port". ... > there are global USE-flags in FreeBSD too and you also can > configure ports individually, but i'd agree that Gentoo way is > more transparent. Those USE_* flags are for port creators/maintainers not users/installers; user use of, well, USE_* flags may get you in a trouble. OTOH, WITH_* & WITHOUT_* flags lie in user domain. - Parv --