pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults PGSQL_USE_HIER is actually undefined or yes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa2a997d185b
branches:  trunk
changeset: 497836:aa2a997d185b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Aug 05 18:20:15 2005 +0000

description:
PGSQL_USE_HIER is actually undefined or yes.

diffstat:

 mk/defaults/mk.conf |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r dca7aa6c4ae6 -r aa2a997d185b mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Fri Aug 05 16:29:55 2005 +0000
+++ b/mk/defaults/mk.conf       Fri Aug 05 18:20:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.75 2005/08/01 15:39:50 wiz Exp $
+# $NetBSD: mk.conf,v 1.76 2005/08/05 18:20:15 jlam Exp $
 #
 
 # A file providing defaults for pkgsrc and the packages collection.
@@ -1479,12 +1479,12 @@
 # Possible: any valid location
 # Default: ${PREFIX}/${PGUSER}
 
-PGSQL_USE_HIER?=       no
+#PGSQL_USE_HIER?=      yes
 # Add support for hierarchical queries with Oracle like CONNECT BY syntax
 # to the PostgreSQL 7.4 package.
 # See http://gppl.moonbone.ru/README.html for details.
-# Possible: yes, no
-# Default: no
+# Possible: undefined, yes
+# Default: undefined
 
 #PG_MB_ENCODING=       SQL_ASCII
 # Used to postgresql package to define the language encoding of the



Home | Main Index | Thread Index | Old Index