Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a95439d7165ec06fc01cb3970f2886f8be81fc44)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a95439d7165ec06fc01cb3970f2886f8be81fc44)
  • Date: Mon, 31 Jan 2011 14:32:06 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

database/postgresql/BUILD | 1 -
database/postgresql/DEPENDS | 10 ----------
database/postgresql/DETAILS | 4 ++--
database/postgresql/HISTORY | 5 +++++
4 files changed, 7 insertions(+), 13 deletions(-)

New commits:
commit a95439d7165ec06fc01cb3970f2886f8be81fc44
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

postgresql: => 9.0.3

diff --git a/database/postgresql/BUILD b/database/postgresql/BUILD
index 791fc25..a2240d8 100755
--- a/database/postgresql/BUILD
+++ b/database/postgresql/BUILD
@@ -1,6 +1,5 @@
create_account postgres &&

-OPTS="--with-docdir=$INSTALL_ROOT/usr/share/doc $OPTS" &&
OPTS="--with-system-tzdata=$INSTALL_ROOT/usr/share/zoneinfo $OPTS" &&
CFLAGS="${CFLAGS//-ffast-math}" &&

diff --git a/database/postgresql/DEPENDS b/database/postgresql/DEPENDS
index 2828ccb..abdbf02 100755
--- a/database/postgresql/DEPENDS
+++ b/database/postgresql/DEPENDS
@@ -3,11 +3,6 @@ optional_depends tcl \
"--without-tcl" \
"for PL/Tcl support" &&

-optional_depends tk \
- "--with-tk" \
- "--without-tk" \
- "for Tcl/Tk support" &&
-
optional_depends perl \
"--with-perl" \
"--without-perl" \
@@ -38,11 +33,6 @@ optional_depends readline \
"--without-readline" \
"for Readline support in psql, the command line interface"
&&

-optional_depends unixodbc \
- "--enable-odbc --with-unixodbc" \
- "--without-unixodbc" \
- "for ODBC support" &&
-
optional_depends openssl \
"--with-openssl" \
"--without-openssl" \
diff --git a/database/postgresql/DETAILS b/database/postgresql/DETAILS
index 16c9f35..539ab9c 100755
--- a/database/postgresql/DETAILS
+++ b/database/postgresql/DETAILS
@@ -1,6 +1,6 @@
SPELL=postgresql
- VERSION=9.0.2
-
SOURCE_HASH=sha512:b79fa352c78b42e89f796d30ac4111c136821427fe002c74047a24e731a373453b4b4f5c1bc1e21c2ebbf4255ecf60c16d0c9b47f8d8667e39ebfa2c8fabbde5
+ VERSION=9.0.3
+
SOURCE_HASH=sha512:48703432bf6357cf3c2ca9119af92bccb9ff0f60e64ac34530981478b1c1e7cda1aeb58ba9866766b6d82eeb49c3254c2b14a3ae4ffc6947cebbf4c4499f0a33
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.postgresql.org/pub/source/v$VERSION/$SOURCE
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index 4dd0b5f..70d3249 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,8 @@
+2011-01-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 9.0.3
+ * DEPENDS: removed deprecated dependencies
+ * BUILD: removed deprecated configure flags
+
2011-01-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 9.0.2




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a95439d7165ec06fc01cb3970f2886f8be81fc44), Vlad Glagolev, 01/31/2011

Archive powered by MHonArc 2.6.24.

Top of Page