From owner-freebsd-ports@FreeBSD.ORG Sun Dec 14 10:19:19 2003 Return-Path: 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 853F516A4CE; Sun, 14 Dec 2003 10:19:19 -0800 (PST) Received: from saturn.criticalmagic.com (saturn.criticalmagic.com [68.213.16.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E9E743D31; Sun, 14 Dec 2003 10:19:18 -0800 (PST) (envelope-from richardcoleman@mindspring.com) Received: from mindspring.com (titan.criticalmagic.com [68.213.16.23]) by saturn.criticalmagic.com (Postfix) with ESMTP id 9DD5A3BD2A; Sun, 14 Dec 2003 13:19:17 -0500 (EST) Message-ID: <3FDCA9B2.4090004@mindspring.com> Date: Sun, 14 Dec 2003 13:19:30 -0500 From: Richard Coleman Organization: Critical Magic, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David E. O'Brien" References: <200312140705.hBE75ea9012635@repoman.freebsd.org> In-Reply-To: <200312140705.hBE75ea9012635@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: WITH variables for shells X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: richardcoleman@mindspring.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2003 18:19:19 -0000 Is there any way we can unify the WITH variables that are used for specifying a static shells. A quick check of several ports showed the following bash2: WANT_STATIC_BASH zsh: NOSHARED ksh93: WANT_STATIC 44bsd-csh and bash1 have no way to specify a static version. And pdksh is static by default, and has no method to specify dynamic. I have no particular favorite. But it would be great if they were all the same so a single make.conf variable could be used. That still leaves the option of specifying this in pkgtools.conf for those that only want a single shell to be static. Just food for thought. Richard Coleman richardcoleman@mindspring.com David E. O'Brien wrote: > obrien 2003/12/13 23:05:40 PST > > FreeBSD ports repository > > Modified files: > shells/bash2 Makefile > Log: > Build bash dynamic unless either WANT_STATIC_BASH or NO_DYNAMICROOT > is defined. > > Revision Changes Path > 1.65 +4 -0 ports/shells/bash2/Makefile