[SM-Commit] GIT changes to stable-0.53 grimoire by George Sherwood (cc4f96a1b9d548dc9f8c850676187299d60b8b6e)
George Sherwood
scm at sourcemage.org
Sat Mar 12 11:05:45 EST 2011
GIT changes to stable-0.53 grimoire by George Sherwood <gsherwood at sourcemage.org>:
xorg-lib/libsm/CONFIGURE | 6 ++++--
xorg-lib/libsm/DETAILS | 1 +
xorg-lib/libsm/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 2 deletions(-)
New commits:
commit cc4f96a1b9d548dc9f8c850676187299d60b8b6e
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>
libsm: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951
(cherry picked from commit 5a95ee9b32624c992cd78cb30a7ea2a0767e9db5)
diff --git a/xorg-lib/libsm/CONFIGURE b/xorg-lib/libsm/CONFIGURE
index 6aa1c6b..f69d6dd 100755
--- a/xorg-lib/libsm/CONFIGURE
+++ b/xorg-lib/libsm/CONFIGURE
@@ -1,3 +1,5 @@
+list_remove LIBSM_OPTS "--enable-IPv6" &&
+
config_query_option LIBSM_OPTS \
'Enable UNIX domain socket transport?' \
y \
@@ -13,5 +15,5 @@ config_query_option LIBSM_OPTS \
config_query_option LIBSM_OPTS \
'Enable IPv6 transport?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6'
+ '--enable-ipv6' \
+ '--disable-ipv6'
diff --git a/xorg-lib/libsm/DETAILS b/xorg-lib/libsm/DETAILS
index 51a14ef..95e41e0 100755
--- a/xorg-lib/libsm/DETAILS
+++ b/xorg-lib/libsm/DETAILS
@@ -6,6 +6,7 @@
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+ PATCHLEVEL=1
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
diff --git a/xorg-lib/libsm/HISTORY b/xorg-lib/libsm/HISTORY
index 38c9e96..e46c7f5 100644
--- a/xorg-lib/libsm/HISTORY
+++ b/xorg-lib/libsm/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle at sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2010-10-28 Treeve Jelbert <treeve at sourcemage.org>
* DETAILS: version 1.2.0
update DESC
More information about the SM-Commit
mailing list