Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/23/2000 23:04:30
Module Name:	pkgsrc
Committed By:	itojun
Date:		Mon Jan 24 07:04:30 UTC 2000

Modified Files:
	pkgsrc/mk: bsd.prefs.mk mk.conf.example

Log Message:
make USE_INET6=YES a default, if the package is compiled on IPv6-ready
userland (checked by existence of /sbin/ping6).

with the change, the default value for USE_INET6 will be like this:
- non-NetBSD: undefined
- NetBSD releases prior and including 1.4.x: undefined
- NetBSD-current (pre-1.5) prior to IPv6 integration: undefined
- NetBSD-current after IPv6 integration: USE_INET6=YES

It is advised to obey the default.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/mk/bsd.prefs.mk
cvs rdiff -r1.118 -r1.119 pkgsrc/mk/mk.conf.example

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