Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (87dbce8f8adc1165673f934926e6968a4178fc11)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (87dbce8f8adc1165673f934926e6968a4178fc11)
  • Date: Tue, 4 Aug 2009 07:49:23 -0500

GIT changes to master grimoire by Remko van der Vossen <wich AT sourcemage.org>:

database/postgresql/CONFIGURE | 2 +-
database/postgresql/DEPENDS | 9 +++++++--
database/postgresql/HISTORY | 4 ++++
3 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit 87dbce8f8adc1165673f934926e6968a4178fc11
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>

postgresql: fixed wiki link, added optional zlib dependency

diff --git a/database/postgresql/CONFIGURE b/database/postgresql/CONFIGURE
index 82be41c..50acd4a 100755
--- a/database/postgresql/CONFIGURE
+++ b/database/postgresql/CONFIGURE
@@ -10,7 +10,7 @@ if spell_ok $SPELL && [[ ${OLDVERSION%.*} != ${VERSION%.*}
]]; then
message "version and import your dump. You should not continue with this
upgrade" &&
message "(downgrade) if you do not have a dump of your database system. If
you need" &&
message "help creating a dump of your database system see the PostgreSQL
HOWTO at" &&
- message "(http://wiki.sourcemage.org/HOWTO-Postgresql) for instructions."
&&
+ message "(http://wiki.sourcemage.org/HowTo/Postgresql) for instructions."
&&
message "${DEFAULT_COLOR}" &&
if ! query "Do you wish to upgrade PostgreSQL now?" n; then
return 1
diff --git a/database/postgresql/DEPENDS b/database/postgresql/DEPENDS
index bac6992..2828ccb 100755
--- a/database/postgresql/DEPENDS
+++ b/database/postgresql/DEPENDS
@@ -36,7 +36,7 @@ optional_depends openldap \
optional_depends readline \
"--with-readline" \
"--without-readline" \
- "for Readline support" &&
+ "for Readline support in psql, the command line interface"
&&

optional_depends unixodbc \
"--enable-odbc --with-unixodbc" \
@@ -58,4 +58,9 @@ if is_depends_enabled $SPELL libxml2; then
"--with-libxslt" \
"--without-libxslt" \
"for XSLT support"
-fi
+fi &&
+
+optional_depends zlib \
+ "--with-zlib" \
+ "--without-zlib" \
+ "for compression support in the pg_dump and pg_restore
utilities"
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index 593d50c..edca33c 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,7 @@
+2009-08-04 Remko van der Vossen <wich AT sourcemage.org>
+ * CONFIGURE: updated wiki link
+ * DEPENDS: added zlib optional depends
+
2009-07-26 Elisamuel Resto <ryuji AT sourcemage.org>
* BUILD: filter -ffast-math from CFLAGS (Bug #15319)




  • [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (87dbce8f8adc1165673f934926e6968a4178fc11), Remko van der Vossen, 08/04/2009

Archive powered by MHonArc 2.6.24.

Top of Page