won't help, since the code does the following (from pkgsrc/Makefile):
@${GREP} -l -e '^BUILD_DEFS.*=.*USE_INET6' -e '^PKG_SUPPORTED_OPTIONS.*=.*inet6' \
(noted by wiz).
but I'm not sure what they are, and the freenet6 site does not
appear to have an easy way to get older versions of the files.
This is an INTERACTIVE_STAGES= fetch package also, so people might
have some difficulty without this update.
Addresses PR pkg/20169 by Quentin Garnier.
Changes:
- follow PKG_SYSCONFDIR
- use CONF_FILES correctly
- simplify Makefile and clean it up a bit
0.9.7
=====
- Add support for Darwin (MacOS X) (thanks to Tim Buchheim)
- Add new feature : 'retry_delay' option to retry tunnel request
to server every n seconds (thanks to Peter Todd of Linux Journal
who suggested this feature)
- Correct WindowsNT-2K-XP bugs of directory separator and environment
variables setting (thanks to Christian Meyer)
- Correct digest-md5 bug (thanks to Love from ngtrans)
- Correct linux.sh template to add default route to 2000::/3 (thanks
to Peter Schneider-Kamp)
- Correct openbsd.sh template bugs in radvd config file generation
(thanks to Stephen Harrell)
- Correct netbsd.sh template bug of radvdconfigfile variable name
(thanks to Brad Forschinger)
- Modify code to be tsp-draft compliant
- Update man pages and documentation
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.