summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2011-03-10 14:02:57 -0800
committerGeorge Sherwood2011-03-12 10:16:02 -0600
commiteafe869cdec4b02e6b27e3359cb702254eb8d288 (patch)
tree0f7d9e3bac83a70ea0754af938072e315b8e1b3f
parent08dc004a0fe3a18a040c0a0b1abe0713c8ea9dd0 (diff)
libsm: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951
(cherry picked from commit 5a95ee9b32624c992cd78cb30a7ea2a0767e9db5)
-rwxr-xr-xxorg-lib/libsm/CONFIGURE6
-rwxr-xr-xxorg-lib/libsm/DETAILS1
-rw-r--r--xorg-lib/libsm/HISTORY4
3 files changed, 9 insertions, 2 deletions
diff --git a/xorg-lib/libsm/CONFIGURE b/xorg-lib/libsm/CONFIGURE
index 6aa1c6b88d..f69d6dd1c6 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 51a14efa8c..95e41e05b7 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 38c9e96a33..e46c7f5b37 100644
--- a/xorg-lib/libsm/HISTORY
+++ b/xorg-lib/libsm/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2010-10-28 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.2.0
update DESC