Mk/bsd.command.mk: missing CSH tag

Rob Farmer rfarmer at predatorlabs.net
Thu Nov 18 18:00:29 UTC 2010


On Thu, Nov 18, 2010 at 09:25, Eir Nym <eirnym at gmail.com> wrote:
> Firstly, it is optional part.

You didn't answer my question:

.if exists(/bin/csh)
CSH?=	/bin/csh
.else
CSH?=	# What goes here?
.endif

And I'm aware it can be dropped using a knob. But I don't think port
maintainers should be expected to support anything other than a full
base system. This port needs csh, so it will fail if you don't have
csh.

> and I can rewrite build script to
> make(1) or at least shell script

Ok, great. But you are still basically saying that certain base system
utilities should be off limits because you have chosen to remove them
from your system.

-- 
Rob Farmer


More information about the freebsd-ports mailing list