summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2011-03-10 14:02:56 -0800
committerGeorge Sherwood2011-03-12 10:08:06 -0600
commitb0b03f429878d3edb9a578072a13bf12da1ec351 (patch)
tree153400cc38a4de3b97865ddc60580519a17e34a0
parentcc4f96a1b9d548dc9f8c850676187299d60b8b6e (diff)
libice: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951
(cherry picked from commit c7d00dd8ae0d28715147a9d315b36e358a7c14a3)
-rwxr-xr-xxorg-lib/libice/CONFIGURE6
-rwxr-xr-xxorg-lib/libice/DETAILS1
-rw-r--r--xorg-lib/libice/HISTORY4
3 files changed, 9 insertions, 2 deletions
diff --git a/xorg-lib/libice/CONFIGURE b/xorg-lib/libice/CONFIGURE
index 5882024194..6a0078cbff 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 a34f8eb22a..c5119186db 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 33aceb118c..94c010cd12 100644
--- a/xorg-lib/libice/HISTORY
+++ b/xorg-lib/libice/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2010-10-24 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.0.7