From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 14:49:47 2007 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D65416A419 for ; Tue, 18 Dec 2007 14:49:47 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 91DE513C43E for ; Tue, 18 Dec 2007 14:49:46 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from oook.cz (nobody@localhost [127.0.0.1]) by raven.customer.vol.cz (8.14.1/8.14.1) with ESMTP id lBIEngTB069240; Tue, 18 Dec 2007 15:49:43 +0100 (CET) (envelope-from pav@FreeBSD.org) From: "Pav Lucistnik" To: d@delphij.net, ports@FreeBSD.org Date: Tue, 18 Dec 2007 15:49:42 +0100 Message-Id: <20071218144900.M51742@FreeBSD.org> In-Reply-To: <4767283D.70604@delphij.net> References: <4767283D.70604@delphij.net> X-Mailer: OpenWebMail 2.52 20060502 X-OriginatingIP: 195.122.204.152 (cvs@oook.cz) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 X-Spam-Score: -4.399 () ALL_TRUSTED,BAYES_00 X-Scanned-By: MIMEDefang 2.63 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 127.0.0.1; Sender-helo: oook.cz; ) Cc: Subject: Re: ports.conf: Is there a reason behind not being default? 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: Tue, 18 Dec 2007 14:49:47 -0000 On Mon, 17 Dec 2007 17:54:05 -0800, Xin LI wrote > I think that ports-mgmt/portconf (a.k.a. /usr/local/etc/ports.conf) > is a very handy feature that makes it much easier to store port options > across upgrade. Is there a reason behind not making it into > bsd.ports.mk? IMHO it's a big deal to take the script into > ports/Tools/scripts, and move the configuration to somewhere like > /etc/ports.conf... I haven't checked it out yet. What can it do that can't be done in /etc/make.conf with constructs like .if ${.CURDIR} == "/usr/ports/editors/vim" WITH_GTK2=yes .endif ? -- Pav Lucistnik