summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2011-03-10 15:16:37 -0800
committerGeorge Sherwood2011-03-12 10:05:10 -0600
commit201d80e3412e075896b1cf526a0f4d31214757c6 (patch)
tree28045556d4a2c6e9837588f480cf5f42d6eb452a
parente252bd782abd226b52c19ad00acf169623d22469 (diff)
lbxproxy: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951
(cherry picked from commit 46c59acf1d6f188be64f2afaaf5d161e4466cf03)
-rwxr-xr-xxorg-app/lbxproxy/CONFIGURE6
-rwxr-xr-xxorg-app/lbxproxy/DETAILS1
-rw-r--r--xorg-app/lbxproxy/HISTORY4
3 files changed, 9 insertions, 2 deletions
diff --git a/xorg-app/lbxproxy/CONFIGURE b/xorg-app/lbxproxy/CONFIGURE
index 78f22fafd8..1c9af99748 100755
--- a/xorg-app/lbxproxy/CONFIGURE
+++ b/xorg-app/lbxproxy/CONFIGURE
@@ -1,3 +1,5 @@
+list_remove LBXPROXY_OPTS "--enable-IPv6" &&
+
config_query_option LBXPROXY_OPTS \
'Enable UNIX domain socket transport?' \
y \
@@ -13,5 +15,5 @@ config_query_option LBXPROXY_OPTS \
config_query_option LBXPROXY_OPTS \
'Enable IPv6 support?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6'
+ '--enable-ipv6' \
+ '--disable-ipv6'
diff --git a/xorg-app/lbxproxy/DETAILS b/xorg-app/lbxproxy/DETAILS
index 396305b0b3..be0e5eda93 100755
--- a/xorg-app/lbxproxy/DETAILS
+++ b/xorg-app/lbxproxy/DETAILS
@@ -4,6 +4,7 @@
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ PATCHLEVEL=1
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
diff --git a/xorg-app/lbxproxy/HISTORY b/xorg-app/lbxproxy/HISTORY
index 5a4fc84ee7..050585390e 100644
--- a/xorg-app/lbxproxy/HISTORY
+++ b/xorg-app/lbxproxy/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2009-12-17 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 1.0.2
SOURCE matches upstream posted SHA1