Skip to Content.
Sympa Menu

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

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 (6eca9785c1f41c7b1016db32421bad85c659e74b)
  • Date: Sat, 12 Mar 2011 10:05:17 -0600

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

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

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

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

diff --git a/xorg-lib/libxmu/CONFIGURE b/xorg-lib/libxmu/CONFIGURE
index d438f81..091b5f5 100755
--- a/xorg-lib/libxmu/CONFIGURE
+++ b/xorg-lib/libxmu/CONFIGURE
@@ -1,3 +1,5 @@
+list_remove LIBXMU_OPTS "--enable-IPv6" &&
+
config_query_option LIBXMU_OPTS \
'Enable UNIX domain socket transport?' \
y \
@@ -13,5 +15,5 @@ config_query_option LIBXMU_OPTS \
config_query_option LIBXMU_OPTS \
'Enable IPv6 transport?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6'
+ '--enable-ipv6' \
+ '--disable-ipv6'
diff --git a/xorg-lib/libxmu/DETAILS b/xorg-lib/libxmu/DETAILS
index 589c4da..32fc0bf 100755
--- a/xorg-lib/libxmu/DETAILS
+++ b/xorg-lib/libxmu/DETAILS
@@ -5,6 +5,7 @@
SOURCE=${PKG}-${VERSION}.tar.bz2

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+ PATCHLEVEL=1
LICENSE[0]=XCL
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
diff --git a/xorg-lib/libxmu/HISTORY b/xorg-lib/libxmu/HISTORY
index 837557d..f5a726e 100644
--- a/xorg-lib/libxmu/HISTORY
+++ b/xorg-lib/libxmu/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2010-11-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.0
update description



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

Archive powered by MHonArc 2.6.24.

Top of Page