pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Added databases/postgresql91 version 9.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/3e92d37fe58e
branches: trunk
changeset: 592866:3e92d37fe58e
user: adam <adam%pkgsrc.org@localhost>
date: Thu Sep 15 08:35:40 2011 +0000
description:
Added databases/postgresql91 version 9.1.0
diffstat:
databases/Makefile | 17 ++++++++++++++++-
doc/CHANGES-2011 | 17 ++++++++++++++++-
doc/TODO | 3 +--
mk/pgsql.buildlink3.mk | 15 ++++++++++++---
4 files changed, 45 insertions(+), 7 deletions(-)
diffs (126 lines):
diff -r 09632ff09128 -r 3e92d37fe58e databases/Makefile
--- a/databases/Makefile Thu Sep 15 08:27:38 2011 +0000
+++ b/databases/Makefile Thu Sep 15 08:35:40 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.378 2011/09/13 10:49:31 wiz Exp $
+# $NetBSD: Makefile,v 1.379 2011/09/15 08:35:40 adam Exp $
#
COMMENT= Databases
@@ -262,6 +262,21 @@
SUBDIR+= postgresql90-server
SUBDIR+= postgresql90-upgrade
SUBDIR+= postgresql90-uuid
+SUBDIR+= postgresql91
+SUBDIR+= postgresql91-adminpack
+SUBDIR+= postgresql91-client
+SUBDIR+= postgresql91-datatypes
+SUBDIR+= postgresql91-dblink
+SUBDIR+= postgresql91-docs
+SUBDIR+= postgresql91-fuzzystrmatch
+SUBDIR+= postgresql91-monitoring
+SUBDIR+= postgresql91-pgcrypto
+SUBDIR+= postgresql91-plperl
+SUBDIR+= postgresql91-plpython
+SUBDIR+= postgresql91-pltcl
+SUBDIR+= postgresql91-replicationtools
+SUBDIR+= postgresql91-server
+SUBDIR+= postgresql91-upgrade
SUBDIR+= pxtools
SUBDIR+= py-PgSQL
SUBDIR+= py-bdb-xml
diff -r 09632ff09128 -r 3e92d37fe58e doc/CHANGES-2011
--- a/doc/CHANGES-2011 Thu Sep 15 08:27:38 2011 +0000
+++ b/doc/CHANGES-2011 Thu Sep 15 08:35:40 2011 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2011,v 1.2280 2011/09/15 06:21:30 hiramatsu Exp $
+$NetBSD: CHANGES-2011,v 1.2281 2011/09/15 08:43:18 adam Exp $
Changes to the packages collection and infrastructure in 2011:
@@ -3537,3 +3537,18 @@
Updated databases/phpmyadmin to 3.4.5 [tron 2011-09-14]
Added audio/pd version 0.43.0 [wiz 2011-09-15]
Updated security/p5-Mozilla-CA to 20110904 [hiramatsu 2011-09-15]
+ Added databases/postgresql91 version 9.1.0 [adam 2011-09-15]
+ Added databases/postgresql91-client version 9.1.0 [adam 2011-09-15]
+ Added databases/postgresql91-server version 9.1.0 [adam 2011-09-15]
+ Added databases/postgresql91-docs version 9.1.0 [adam 2011-09-15]
+ Added databases/postgresql91-adminpack version 9.1.0 [adam 2011-09-15]
+ Added databases/postgresql91-datatypes version 9.1.0 [adam 2011-09-15]
+ Added databases/postgresql91-dblink version 9.1.0 [adam 2011-09-15]
+ Added databases/postgresql91-fuzzystrmatch version 9.1.0 [adam 2011-09-15]
+ Added databases/postgresql91-monitoring version 9.1.0 [adam 2011-09-15]
+ Added databases/postgresql91-pgcrypto version 9.1.0 [adam 2011-09-15]
+ Added databases/postgresql91-plperl version 9.1.0 [adam 2011-09-15]
+ Added databases/postgresql91-plpython version 9.1.0 [adam 2011-09-15]
+ Added databases/postgresql91-pltcl version 9.1.0 [adam 2011-09-15]
+ Added databases/postgresql91-replicationtools version 9.1.0 [adam 2011-09-15]
+ Added databases/postgresql91-upgrade version 9.1.0 [adam 2011-09-15]
diff -r 09632ff09128 -r 3e92d37fe58e doc/TODO
--- a/doc/TODO Thu Sep 15 08:27:38 2011 +0000
+++ b/doc/TODO Thu Sep 15 08:35:40 2011 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.10557 2011/09/13 10:50:58 taca Exp $
+$NetBSD: TODO,v 1.10558 2011/09/15 08:43:18 adam Exp $
Suggested new packages
======================
@@ -1088,7 +1088,6 @@
o poppy-4.01
o posh-0.5.5
o postal-0.70
- o postgresql-9.1.0
o postgresql-postgis-1.5.3
o powwow-1.2.16
o prboom-2.5.0.8
diff -r 09632ff09128 -r 3e92d37fe58e mk/pgsql.buildlink3.mk
--- a/mk/pgsql.buildlink3.mk Thu Sep 15 08:27:38 2011 +0000
+++ b/mk/pgsql.buildlink3.mk Thu Sep 15 08:35:40 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pgsql.buildlink3.mk,v 1.31 2011/05/08 19:29:02 adam Exp $
+# $NetBSD: pgsql.buildlink3.mk,v 1.32 2011/09/15 08:36:09 adam Exp $
#
# User-settable variables:
#
@@ -26,7 +26,7 @@
.include "../../mk/bsd.prefs.mk"
PGSQL_VERSION_DEFAULT?= 84
-PGSQL_VERSIONS_ACCEPTED?= 90 84 83
+PGSQL_VERSIONS_ACCEPTED?= 91 90 84 83
# transform the list into individual variables
.for pv in ${PGSQL_VERSIONS_ACCEPTED}
@@ -41,6 +41,9 @@
# check what is installed
.if ${OPSYS} == "Darwin"
+. if exists(${LOCALBASE}/lib/libecpg.6.3.dylib)
+_PGSQL_VERSION_91_INSTALLED= yes
+. endif
. if exists(${LOCALBASE}/lib/libecpg.6.2.dylib)
_PGSQL_VERSION_90_INSTALLED= yes
. endif
@@ -51,6 +54,9 @@
_PGSQL_VERSION_83_INSTALLED= yes
. endif
.else
+. if exists(${LOCALBASE}/lib/libecpg.so.6.3)
+_PGSQL_VERSION_91_INSTALLED= yes
+. endif
. if exists(${LOCALBASE}/lib/libecpg.so.6.2)
_PGSQL_VERSION_90_INSTALLED= yes
. endif
@@ -99,7 +105,10 @@
#
# set variables for the version we decided to use:
#
-.if ${_PGSQL_VERSION} == "90"
+.if ${_PGSQL_VERSION} == "91"
+PGSQL_TYPE= postgresql91-client
+PGPKGSRCDIR= ../../databases/postgresql91-client
+.elif ${_PGSQL_VERSION} == "90"
PGSQL_TYPE= postgresql90-client
PGPKGSRCDIR= ../../databases/postgresql90-client
.elif ${_PGSQL_VERSION} == "84"
Home |
Main Index |
Thread Index |
Old Index