pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/conserver8 options.mk:
details: https://anonhg.NetBSD.org/pkgsrc/rev/284a2a19ac88
branches: trunk
changeset: 348538:284a2a19ac88
user: schnoebe <schnoebe%pkgsrc.org@localhost>
date: Wed Jun 15 23:02:10 2016 +0000
description:
options.mk:
Don't default on inet6, since the inet6 code in conserver8 depends
on some Linux-isms (ipv6 sockets can accept ipv4 packets.)
PLIST:
add some example configurations that were missing.
diffstat:
comms/conserver8/PLIST | 7 ++++++-
comms/conserver8/options.mk | 6 +++---
2 files changed, 9 insertions(+), 4 deletions(-)
diffs (41 lines):
diff -r 378e2a63b882 -r 284a2a19ac88 comms/conserver8/PLIST
--- a/comms/conserver8/PLIST Wed Jun 15 22:10:23 2016 +0000
+++ b/comms/conserver8/PLIST Wed Jun 15 23:02:10 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2014/03/11 14:05:00 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.6 2016/06/15 23:02:10 schnoebe Exp $
bin/console
lib/conserver/convert
man/man1/console.1
@@ -9,6 +9,11 @@
share/doc/conserver/INSTALL
share/doc/conserver/PROTOCOL
share/doc/conserver/README
+share/examples/conserver/README
+share/examples/conserver/average-distributed.cf
+share/examples/conserver/average.cf
+share/examples/conserver/basic.cf
share/examples/conserver/conserver.cf
share/examples/conserver/conserver.passwd
share/examples/conserver/conserver.rc
+share/examples/conserver/simple.cf
diff -r 378e2a63b882 -r 284a2a19ac88 comms/conserver8/options.mk
--- a/comms/conserver8/options.mk Wed Jun 15 22:10:23 2016 +0000
+++ b/comms/conserver8/options.mk Wed Jun 15 23:02:10 2016 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: options.mk,v 1.2 2016/03/13 18:31:11 schnoebe Exp $
+# $NetBSD: options.mk,v 1.3 2016/06/15 23:02:10 schnoebe Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.conserver8
-PKG_OPTIONS_REQUIRED_GROUPS= connectivity
+PKG_OPTIONS_OPTIONAL_GROUPS= connectivity
PKG_OPTIONS_GROUP.connectivity=inet6 uds
PKG_SUPPORTED_OPTIONS= pam ssl
-PKG_SUGGESTED_OPTIONS= ssl inet6
+PKG_SUGGESTED_OPTIONS= ssl
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index