pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/defaults



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Jun 13 14:29:16 UTC 2012

Modified Files:
        pkgsrc/mk/defaults: obsolete.mk

Log Message:
Drop USE_INET6 => inet6 option binding.

For a long time, the norm in pkgsrc was that packages had an option
for IPv6 support "inet6", and this was not in PKG_SUGGESTED_OPTIONS.
On NetBSD (and probably other BSD), USE_INET6 was defined in system mk
files, and pkgsrc noticed this and enabled the inet6 option globally.
But, in some environments, this did not happen.

The inet6 option has been added to PKG_SUGGESTED_OPTIONS for almost
all packages.  This change decouples IPv6 support in pkgsrc from the
base system.

People building on systems that do not support IPv6, or who do not
want IPv6 support in packages, can add

  PKG_DEFAULT_OPTIONS+=         -inet6

to mk.conf.

(Discussed for the last week on various lists, and ok wiz@.)


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/mk/defaults/obsolete.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index