Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2013 13:27:42 +0200
From:      Michael Gmelin <freebsd@grem.de>
To:        freebsd-ports@freebsd.org
Subject:   shells/bash: Options slightly confusing
Message-ID:  <20130530132742.43455bba@bsd64.grem.de>

next in thread | raw e-mail | index | archive | help
Hi,

Since shells/bash has been converted to OptionsNG the following new
options show up:

[x] COLONBREAKSWORDS  Colons break words
[x] IMPLICITCD        Use directory name alone to cd into it

both enabled by default. This does not change the previous behaviour of
the port, when those were hidden in the Makefile.

This confused me for a sec, since the option descriptions make it sound
like the behaviour of bash is actually changed quite dramatically, even
though those are added as features which then have to be activated
through configuration.

I think it would be better to mark those explicitly as features, e.g.:

[x] COLONBREAKSWORDS  Support shopt "Colons break words"
[x] IMPLICITCD        Support shopt "Use directory name alone to cd into
it"

I assume there are better ways to make this clear. It might even
make sense to have a basic distinction on the ports system level -
options that provide additional features vs. options that
change the (default) behavior of the port.

Cheers,
Michael

-- 
Michael Gmelin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130530132742.43455bba>