pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add default value of FLOW_TOOLS_USE_POSTGRESQL for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40014e5bb029
branches:  trunk
changeset: 473661:40014e5bb029
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Apr 22 15:58:26 2004 +0000

description:
Add default value of FLOW_TOOLS_USE_POSTGRESQL for package
net/flow-tools.

diffstat:

 mk/bsd.pkg.defaults.mk |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r b05d11fd0a43 -r 40014e5bb029 mk/bsd.pkg.defaults.mk
--- a/mk/bsd.pkg.defaults.mk    Thu Apr 22 15:36:31 2004 +0000
+++ b/mk/bsd.pkg.defaults.mk    Thu Apr 22 15:58:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.233 2004/04/21 21:09:32 cube Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.234 2004/04/22 15:58:26 seb Exp $
 #
 
 # A file providing defaults for pkgsrc and the packages collection.
@@ -863,6 +863,12 @@
 # Possible: YES, NO
 # Default: NO
 
+FLOW_TOOLS_USE_POSTGRESQL?=    NO
+# Used by flow-tools to enable support of flow records export
+# into a PostgreSQL database.
+# Possible: YES, NO
+# Default: NO
+
 #FLUXBOX_USE_XINERAMA?=        NO
 # Compile flukebox with xinerama extensions
 # Possible: YES, NO



Home | Main Index | Thread Index | Old Index