On Wed, Jun 13, 2012 at 10:35:16AM +0900, OBATA Akio wrote:
For net/libupnp, I feel that IPv6 support is still experimental (disabled by
default
unless configured with --enable-ipv6), so I did not put inet6 option to
PKG_SUGGESTED_OPTIONS.
Even for such cases, inet6 option should be default suggested option for pkgsrc?
The variable was enabled automatically anyway. Here's the output from
'make show-options' for this package with my PKG_SUGGESTED_OPTIONS
change reverted:
Any of the following general options may be selected:
debug Enable debugging facilities in the package.
inet6 Enable support for IPv6.
These options are enabled by default:
These options are currently enabled:
inet6
You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or PKG_OPTIONS.libupnp.
Deprecated variable USE_INET6 set to yes, use PKG_DEFAULT_OPTIONS+=inet6
instead.
So basically, I didn't change anything.