Skip to Content.
Sympa Menu

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

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 (653f3e6b23be818d1c114045e848b74be09026a9)
  • Date: Tue, 15 Jul 2008 16:31:42 -0500

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

database/postgresql/DEPENDS | 114
++++++++++++++++++++++----------------------
database/postgresql/HISTORY | 3 +
2 files changed, 60 insertions(+), 57 deletions(-)

New commits:
commit 9179c413b170738812c4b3a7aab8f20b9a64e175
Author: Remko van der Vossen <wich AT stack.nl>
Commit: Remko van der Vossen <wich AT stack.nl>

Improved some of the dependency descriptions.

diff --git a/database/postgresql/DEPENDS b/database/postgresql/DEPENDS
index ab40fe5..bac6992 100755
--- a/database/postgresql/DEPENDS
+++ b/database/postgresql/DEPENDS
@@ -1,61 +1,61 @@
-optional_depends tcl \
- "--with-tcl" \
- "--without-tcl" \
- "for tcl support" &&
-
-optional_depends tk \
- "--with-tk" \
- "--without-tk" \
- "for tk support" &&
-
-optional_depends readline \
- "--with-readline" \
- "--without-readline" \
- "for Readline support" &&
-
-optional_depends perl \
- "--with-perl" \
- "--without-perl" \
- "for perl support" &&
-
-optional_depends python \
- "--with-python" \
- "--without-python" \
- "for python support" &&
-
-optional_depends linux-pam \
- "--with-pam" \
- "--without-pam" \
- "for PAM auth" &&
-
-optional_depends krb5 \
- "--with-krb5" \
- "--without-krb5" \
- "for Kerberos support" &&
-
-optional_depends unixodbc \
- "--enable-odbc --with-unixodbc" \
- "--without-unixodbc" \
- "for unixODBC support" &&
-
-optional_depends openldap \
- "--with-ldap" \
- "--without-ldap" \
- "for LDAP support" &&
-
-optional_depends openssl \
- "--with-openssl" \
- "--without-openssl" \
- "for OpenSSL support" &&
-
-optional_depends libxml2 \
- "--with-libxml" \
- "--without-libxml" \
- "for XML/XSLT support" &&
+optional_depends tcl \
+ "--with-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" \
+ "for PL/Perl support" &&
+
+optional_depends python \
+ "--with-python" \
+ "--without-python" \
+ "for PL/Python support" &&
+
+optional_depends linux-pam \
+ "--with-pam" \
+ "--without-pam" \
+ "for PAM authentication" &&
+
+optional_depends krb5 \
+ "--with-krb5" \
+ "--without-krb5" \
+ "for Kerberos authentication" &&
+
+optional_depends openldap \
+ "--with-ldap" \
+ "--without-ldap" \
+ "for LDAP authentication" &&
+
+optional_depends readline \
+ "--with-readline" \
+ "--without-readline" \
+ "for Readline support" &&
+
+optional_depends unixodbc \
+ "--enable-odbc --with-unixodbc" \
+ "--without-unixodbc" \
+ "for ODBC support" &&
+
+optional_depends openssl \
+ "--with-openssl" \
+ "--without-openssl" \
+ "for SSL (encrypted) connection support" &&
+
+optional_depends libxml2 \
+ "--with-libxml" \
+ "--without-libxml" \
+ "for XML support (XML data type)" &&

if is_depends_enabled $SPELL libxml2; then
- optional_depends libxslt \
- "--with-libxslt" \
- "--without-libxslt" \
+ optional_depends libxslt \
+ "--with-libxslt" \
+ "--without-libxslt" \
"for XSLT support"
fi
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index ab217ae..36c9241 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,6 @@
+2008-07-15 Remko van der Vossen <wich AT sourcemage.org>
+ * DEPENDS: Improved some of the descriptions
+
2008-07-01 David Kowis <dkowis AT shlrm.org>
* CONFIGURE: DELETED!
* INSTALL: removed installing of folder. I removed it because it
doesn't fail



  • [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (653f3e6b23be818d1c114045e848b74be09026a9), Remko van der Vossen, 07/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page