pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms/conserver8
Module Name: pkgsrc
Committed By: schnoebe
Date: Wed Jun 15 23:02:10 UTC 2016
Modified Files:
pkgsrc/comms/conserver8: PLIST options.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/comms/conserver8/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/comms/conserver8/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/conserver8/PLIST
diff -u pkgsrc/comms/conserver8/PLIST:1.5 pkgsrc/comms/conserver8/PLIST:1.6
--- pkgsrc/comms/conserver8/PLIST:1.5 Tue Mar 11 14:05:00 2014
+++ pkgsrc/comms/conserver8/PLIST Wed Jun 15 23:02:10 2016
@@ -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 @@ sbin/conserver
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
Index: pkgsrc/comms/conserver8/options.mk
diff -u pkgsrc/comms/conserver8/options.mk:1.2 pkgsrc/comms/conserver8/options.mk:1.3
--- pkgsrc/comms/conserver8/options.mk:1.2 Sun Mar 13 18:31:11 2016
+++ pkgsrc/comms/conserver8/options.mk Wed Jun 15 23:02:10 2016
@@ -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