Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (d20f00b317e343d7324f0ed81f129b818cd87114)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (d20f00b317e343d7324f0ed81f129b818cd87114)
  • Date: Mon, 25 Jul 2011 02:36:16 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

libs/apr-util/DEPENDS | 4 ++--
libs/apr-util/HISTORY | 3 +++
xorg-app/xauth/CONFIGURE | 1 +
xorg-app/xauth/HISTORY | 3 +++
xorg-lib/libice/CONFIGURE | 2 ++
xorg-lib/libice/HISTORY | 3 +++
xorg-lib/libsm/CONFIGURE | 1 +
xorg-lib/libsm/HISTORY | 3 +++
xorg-lib/libxmu/CONFIGURE | 1 +
xorg-lib/libxmu/HISTORY | 3 +++
10 files changed, 22 insertions(+), 2 deletions(-)

New commits:
commit d20f00b317e343d7324f0ed81f129b818cd87114
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libxmu: remove "--disable-IPv6" from LIBXMU_OPTS

commit cf0016270982818b79581c69bbe4209527ae8633
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libsm: remove "--disable-IPv6" from LIBSM_OPTS

commit e4fce82fc5b3bb243aef1de92a39469a3f2271dc
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libice: remove "--disable-IPv6" from LIBICE_OPTS

commit e013ce36461e1d77443839a5e0bd19c8b4a7440f
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

xauth: remove "--disable-IPv6" from AUTH_OPTS

commit 60996e8b8b900d11c53fb4eec4c610d09c11e49c
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

apr-util: fixed dependency flags

diff --git a/libs/apr-util/DEPENDS b/libs/apr-util/DEPENDS
index cbc5917..48cbd8c 100755
--- a/libs/apr-util/DEPENDS
+++ b/libs/apr-util/DEPENDS
@@ -29,6 +29,6 @@ optional_depends ODBC-MGR \
"for ODBC backend support" &&

optional_depends openldap \
- '--enable-ldap --with-ldap' \
- '' \
+ '--with-ldap' \
+ '--without-ldap' \
'for LDAP support'
diff --git a/libs/apr-util/HISTORY b/libs/apr-util/HISTORY
index 3ba53e1..1c0f808 100644
--- a/libs/apr-util/HISTORY
+++ b/libs/apr-util/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: fixed dependency flags
+
2011-05-22 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.3.12

diff --git a/xorg-app/xauth/CONFIGURE b/xorg-app/xauth/CONFIGURE
index f050486..525697e 100755
--- a/xorg-app/xauth/CONFIGURE
+++ b/xorg-app/xauth/CONFIGURE
@@ -1,4 +1,5 @@
list_remove XAUTH_OPTS "--enable-IPv6" &&
+list_remove XAUTH_OPTS "--disable-IPv6" &&

config_query_option XAUTH_OPTS \
'Enable UNIX domain socket transport?' \
diff --git a/xorg-app/xauth/HISTORY b/xorg-app/xauth/HISTORY
index b7020e7..5585ce3 100644
--- a/xorg-app/xauth/HISTORY
+++ b/xorg-app/xauth/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * CONFIGURE: remove "--disable-IPv6" from AUTH_OPTS
+
2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* CONFIGURE: IPv6 -> ipv6 (Bug #15951)
diff --git a/xorg-lib/libice/CONFIGURE b/xorg-lib/libice/CONFIGURE
index 6a0078c..f6c11d6 100755
--- a/xorg-lib/libice/CONFIGURE
+++ b/xorg-lib/libice/CONFIGURE
@@ -1,4 +1,6 @@
list_remove LIBICE_OPTS "--enable-IPv6" &&
+list_remove LIBICE_OPTS "--disable-IPv6" &&
+

config_query_option LIBICE_OPTS \
'Enable UNIX domain socket transport?' \
diff --git a/xorg-lib/libice/HISTORY b/xorg-lib/libice/HISTORY
index 94c010c..9a7c917 100644
--- a/xorg-lib/libice/HISTORY
+++ b/xorg-lib/libice/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * CONFIGURE: remove "--disable-IPv6" from LIBICE_OPTS
+
2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* CONFIGURE: IPv6 -> ipv6 (Bug #15951)
diff --git a/xorg-lib/libsm/CONFIGURE b/xorg-lib/libsm/CONFIGURE
index f69d6dd..eb845b1 100755
--- a/xorg-lib/libsm/CONFIGURE
+++ b/xorg-lib/libsm/CONFIGURE
@@ -1,4 +1,5 @@
list_remove LIBSM_OPTS "--enable-IPv6" &&
+list_remove LIBSM_OPTS "--disable-IPv6" &&

config_query_option LIBSM_OPTS \
'Enable UNIX domain socket transport?' \
diff --git a/xorg-lib/libsm/HISTORY b/xorg-lib/libsm/HISTORY
index e46c7f5..b7970b4 100644
--- a/xorg-lib/libsm/HISTORY
+++ b/xorg-lib/libsm/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * CONFIGURE: remove "--disable-IPv6" from LIBSM_OPTS
+
2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* CONFIGURE: IPv6 -> ipv6 (Bug #15951)
diff --git a/xorg-lib/libxmu/CONFIGURE b/xorg-lib/libxmu/CONFIGURE
index 091b5f5..15f0ccc 100755
--- a/xorg-lib/libxmu/CONFIGURE
+++ b/xorg-lib/libxmu/CONFIGURE
@@ -1,4 +1,5 @@
list_remove LIBXMU_OPTS "--enable-IPv6" &&
+list_remove LIBXMU_OPTS "--disable-IPv6" &&

config_query_option LIBXMU_OPTS \
'Enable UNIX domain socket transport?' \
diff --git a/xorg-lib/libxmu/HISTORY b/xorg-lib/libxmu/HISTORY
index f5a726e..1b461d4 100644
--- a/xorg-lib/libxmu/HISTORY
+++ b/xorg-lib/libxmu/HISTORY
@@ -1,3 +1,6 @@
+2011-07-25 Bor Kraljič <pyrobor AT ver.si>
+ * CONFIGURE: remove "--disable-IPv6" from LIBXMU_OPTS
+
2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* CONFIGURE: IPv6 -> ipv6 (Bug #15951)



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (d20f00b317e343d7324f0ed81f129b818cd87114), Bor Kraljič, 07/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page