From owner-freebsd-ports@FreeBSD.ORG Thu May 11 10:59:17 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95C7416A404 for ; Thu, 11 May 2006 10:59:17 +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 AD4BB43D49 for ; Thu, 11 May 2006 10:59:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from oook.cz (nobody@localhost [127.0.0.1]) by raven.customer.vol.cz (8.13.6/8.13.6) with ESMTP id k4BAwwlT064193; Thu, 11 May 2006 12:59:00 +0200 (CEST) (envelope-from pav@FreeBSD.org) From: "Pav Lucistnik" To: Frank Laszlo , Serge Gagnon Date: Thu, 11 May 2006 12:58:58 +0200 Message-Id: <20060511105834.M94745@FreeBSD.org> In-Reply-To: <44631677.7040409@vonostingroup.com> References: <20060508200926.GA6005@daemons.gr> <20060508212441.GB767@picobyte.net> <20060510190606.GH44733@iib.unsam.edu.ar> <0IZ200LU6MUTD391@VL-MH-MR002.ip.videotron.ca> <44631677.7040409@vonostingroup.com> 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: -1.44 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.56 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 127.0.0.1; Sender-helo: oook.cz; ) Cc: ports@FreeBSD.org Subject: Re: ports structure and improvement suggestions 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, 11 May 2006 10:59:19 -0000 On Thu, 11 May 2006 06:48:23 -0400, Frank Laszlo wrote > Serge Gagnon wrote: > > If you're talking about message that the port is saying about KNOB, try > > grep ECHO Makefile and if you're talking about message while the port is > > installing stuff, try cat pkg-message before installing this port ;-) > > > > As I said before, a simple method to fix this problem would be to > extend the way OPTIONS works, where we create a new target to list > possibly options for the port, and require maintainers to keep it up > to date. i.e. > > # make options > ===> Options for foo/bar. > WITH_BAR Build port with support for bar > WITH_FOO blah > WITH_A blah blah... > > This would be fairly simple to implement using the current way > OPTIONS are handled, I'll add this to my list of todo items. We already have this. Tried make showconfig? -- Pav Lucistnik