Subject: Re: CVS commit: pkgsrc/net/scamper
To: None <tv@netbsd.org, tech-pkg@NetBSD.org>
From: Dieter Baron <dillo@danbala.tuwien.ac.at>
List: tech-pkg
Date: 11/02/2005 19:15:10
In article <20051102153238.4E9472DA27@cvs.netbsd.org> Todd wrote:
: Module Name: pkgsrc
: Committed By: tv
: Date: Wed Nov 2 15:32:38 UTC 2005
: Modified Files:
: pkgsrc/net/scamper: Makefile
: Log Message:
: Require IPv6 support via the options framework.
This is not the right fix. The options framework is for options,
i. e. setting that a user can choose wether to enable.
Do you really want this package to fail on an IPv6 capabale system
if the user choose to disable the inet6 option? I don't think that is
a good idea.
If you want to check wether the system is IPv6 capable, I'm sure
there is a better way to do so, or if not, one should be found.
yours,
dillo