pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tnftp Enable IPv6 support by default, approved by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c07e7bc1726f
branches:  trunk
changeset: 545677:c07e7bc1726f
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Aug 09 22:03:52 2008 +0000

description:
Enable IPv6 support by default, approved by Luke Mewburn.

diffstat:

 net/tnftp/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 014923f0fe2e -r c07e7bc1726f net/tnftp/options.mk
--- a/net/tnftp/options.mk      Sat Aug 09 21:33:48 2008 +0000
+++ b/net/tnftp/options.mk      Sat Aug 09 22:03:52 2008 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: options.mk,v 1.3 2007/08/07 04:59:33 lukem Exp $
+# $NetBSD: options.mk,v 1.4 2008/08/09 22:03:52 tron Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.tnftp
 PKG_SUPPORTED_OPTIONS=         inet6
 PKG_OPTIONS_OPTIONAL_GROUPS+=  socks
 PKG_OPTIONS_GROUP.socks=       socks5
+PKG_SUGGESTED_OPTIONS=         inet6
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index