Subject: USE_INET6 set to YES by default, on NetBSD-current.
To: None <tech-pkg@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-pkg
Date: 01/24/2000 21:46:36
------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <11965.948717967.1@coconut.itojun.org>
Content-Transfer-Encoding: 7bit
(this is a resend, sorry if you've already seen this on
packages@netbsd.org)
To decrease twists in package building, USE_INET6 is now turned on
by default on NetBSD-current. If you have USE_INET6 declaration
in /etc/mk.conf, please be sure to remove that and obey the default
setting for safety. see comment in mk.conf.example for the reason.
non-NetBSD, and past NetBSD releases (including 1.4.x) are not
affected.
itojun
------- =_aaaaaaaaaa0
Content-Type: message/rfc822
by coconut.itojun.org (8.9.3+3.2W/3.7W) with ESMTP id QAA07888
for <itojun@itojun.org>; Mon, 24 Jan 2000 16:05:10 +0900 (JST)
by sh1.iijlab.net (8.9.1+3.1W/3.7W) with SMTP id PAA28843
for <itojun@iijlab.net>; Mon, 24 Jan 2000 15:59:23 +0900 (JST)
by redmail.netbsd.org with SMTP; 24 Jan 2000 07:04:33 -0000
by nb00.nas.nasa.gov (8.8.8/8.8.8) id XAA16394;
Sun, 23 Jan 2000 23:04:30 -0800 (PST)
Date: Sun, 23 Jan 2000 23:04:30 -0800 (PST)
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
Message-Id: <200001240704.XAA16394@nb00.nas.nasa.gov>
Subject: CVS commit: pkgsrc
To: source-changes@netbsd.org
Reply-To: itojun@netbsd.org
Sender: source-changes-owner@netbsd.org
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.
------- =_aaaaaaaaaa0--