From owner-freebsd-ports@FreeBSD.ORG Tue Dec 13 23:20:08 2005 Return-Path: X-Original-To: freebsd-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 F373216A424 for ; Tue, 13 Dec 2005 23:20:07 +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 3352943D77 for ; Tue, 13 Dec 2005 23:19:56 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([68.67.248.52]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051213231952.XTJJ11358.mta9.adelphia.net@default.chvlva.adelphia.net> for ; Tue, 13 Dec 2005 18:19:52 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id B487AB547; Tue, 13 Dec 2005 18:19:50 -0500 (EST) Date: Tue, 13 Dec 2005 18:19:50 -0500 From: Parv To: f-ports Message-ID: <20051213231950.GA27219@holestein.holy.cow> Mail-Followup-To: f-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: Installing & recording of optional software 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, 13 Dec 2005 23:20:08 -0000 Recently i had submitted databases/p5-DBIx-Simple port which can optionally use other software to provide extra functionality. Let's use databases/p5-SQL-Abstract as an example of this extra functionality. Currently, DBIx-Simple port records SQL-Abstract as runtime dependency if WITH_SQL_ABSTRACT is defined. In order to use DBIx-Simple, SQL-Abstract port does not need to preexist during or after the install of DBIx-Simple. It is just that SQL-Abstract functionality will not be available until SQL-Abstract is installed. What i am trying to say is for DBIx-Simple port, IMO, recording of SQL-Abstract as runtime dependency is wrong, and i need a better way to inform the user that DBIx-Simple can use SQL-Abstract and install the optional port if indicated so via WITH_SQL_ABSTRACT or some such variable. Alternatively, only a message can be printed -- w/o installing any optional software -- telling the user that DBIx-Simple can use other software & they themselves need install it separately. Comments? - Parv --