pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc The option used by all other packages is "pgsql", not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/080d18d04df5
branches:  trunk
changeset: 498658:080d18d04df5
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Aug 29 13:36:06 2005 +0000

description:
The option used by all other packages is "pgsql", not "postgresql".

diffstat:

 net/flow-tools/Makefile |  8 ++++----
 www/horde3/options.mk   |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (52 lines):

diff -r 0d47fab73d7a -r 080d18d04df5 net/flow-tools/Makefile
--- a/net/flow-tools/Makefile   Mon Aug 29 13:34:36 2005 +0000
+++ b/net/flow-tools/Makefile   Mon Aug 29 13:36:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/08/19 18:12:38 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/08/29 13:36:37 tv Exp $
 
 DISTNAME=      flow-tools-0.68
 PKGREVISION=   1
@@ -28,9 +28,9 @@
 PKG_OPTIONS_VAR=       PKG_OPTIONS.flow-tools
 PKG_OPTIONS_OPTIONAL_GROUPS=   database
 PKG_SUPPORTED_OPTIONS=         python
-PKG_OPTIONS_GROUP.database=    mysql postgresql
+PKG_OPTIONS_GROUP.database=    mysql pgsql
 PKG_OPTIONS_LEGACY_VARS+=      FLOW_TOOLS_USE_MYSQL:mysql
-PKG_OPTIONS_LEGACY_VARS+=      FLOW_TOOLS_USE_POSTGRESQL:postgresql
+PKG_OPTIONS_LEGACY_VARS+=      FLOW_TOOLS_USE_POSTGRESQL:pgsql
 
 .include "../../mk/bsd.options.mk"
 
@@ -41,7 +41,7 @@
 .endif
 
 # PostgreSQL support.
-.if !empty(PKG_OPTIONS:Mpostgresql)
+.if !empty(PKG_OPTIONS:Mpgsql)
 .  include "../../mk/pgsql.buildlink3.mk"
 CONFIGURE_ARGS+=       --with-pgsql=${PGSQL_PREFIX}
 .endif
diff -r 0d47fab73d7a -r 080d18d04df5 www/horde3/options.mk
--- a/www/horde3/options.mk     Mon Aug 29 13:34:36 2005 +0000
+++ b/www/horde3/options.mk     Mon Aug 29 13:36:06 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.3 2005/05/31 10:01:40 dillo Exp $
+# $NetBSD: options.mk,v 1.4 2005/08/29 13:36:06 tv Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.horde
-PKG_SUPPORTED_OPTIONS= ldap postgresql mysql
+PKG_SUPPORTED_OPTIONS= ldap pgsql mysql
 PKG_SUGGESTED_OPTIONS= mysql
 
 .include "../../mk/bsd.options.mk"
@@ -17,7 +17,7 @@
 ###
 ### Use PostgreSQL for storing user details
 ###
-.if !empty(PKG_OPTIONS:Mpostgresql)
+.if !empty(PKG_OPTIONS:Mpgsql)
 .      include "../../mk/pgsql.buildlink3.mk"
 DEPENDS+=      php-pgsql>=4.3.3:../../databases/php-pgsql
 .endif



Home | Main Index | Thread Index | Old Index