Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.53 grimoire by George Sherwood (b0b03f429878d3edb9a578072a13bf12da1ec351)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.53 grimoire by George Sherwood (b0b03f429878d3edb9a578072a13bf12da1ec351)
  • Date: Sat, 12 Mar 2011 10:06:10 -0600

GIT changes to stable-0.53 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

xorg-lib/libice/CONFIGURE | 6 ++++--
xorg-lib/libice/DETAILS | 1 +
xorg-lib/libice/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit b0b03f429878d3edb9a578072a13bf12da1ec351
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

libice: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951
(cherry picked from commit c7d00dd8ae0d28715147a9d315b36e358a7c14a3)

diff --git a/xorg-lib/libice/CONFIGURE b/xorg-lib/libice/CONFIGURE
index 5882024..6a0078c 100755
--- a/xorg-lib/libice/CONFIGURE
+++ b/xorg-lib/libice/CONFIGURE
@@ -1,3 +1,5 @@
+list_remove LIBICE_OPTS "--enable-IPv6" &&
+
config_query_option LIBICE_OPTS \
'Enable UNIX domain socket transport?' \
y \
@@ -13,5 +15,5 @@ config_query_option LIBICE_OPTS \
config_query_option LIBICE_OPTS \
'Enable IPv6 transport?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6'
+ '--enable-ipv6' \
+ '--disable-ipv6'
diff --git a/xorg-lib/libice/DETAILS b/xorg-lib/libice/DETAILS
index a34f8eb..c511918 100755
--- a/xorg-lib/libice/DETAILS
+++ b/xorg-lib/libice/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/libice/HISTORY b/xorg-lib/libice/HISTORY
index 33aceb1..94c010c 100644
--- a/xorg-lib/libice/HISTORY
+++ b/xorg-lib/libice/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2010-10-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.7




  • [SM-Commit] GIT changes to stable-0.53 grimoire by George Sherwood (b0b03f429878d3edb9a578072a13bf12da1ec351), George Sherwood, 03/12/2011

Archive powered by MHonArc 2.6.24.

Top of Page