summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2011-03-10 15:16:39 -0800
committerGeorge Sherwood2011-03-12 10:13:10 -0600
commitf4241e43a86f31820663c53993e4676b6c1ec47a (patch)
tree1b6739a05eeca83d888edc2a8b8b1726f13afb10
parentbbf9503ac49c11e0af8a764fb25c94f03a529f69 (diff)
proxymngr: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951
(cherry picked from commit abb66e6691ad332420b68781ae27c9525308d200)
-rwxr-xr-xxorg-app/proxymngr/CONFIGURE6
-rwxr-xr-xxorg-app/proxymngr/DETAILS2
-rw-r--r--xorg-app/proxymngr/HISTORY5
3 files changed, 10 insertions, 3 deletions
diff --git a/xorg-app/proxymngr/CONFIGURE b/xorg-app/proxymngr/CONFIGURE
index b28bc4e95f..496311ed3c 100755
--- a/xorg-app/proxymngr/CONFIGURE
+++ b/xorg-app/proxymngr/CONFIGURE
@@ -1,5 +1,7 @@
+list_remove PROXYMNGR_OPTS "--enable-IPv6" &&
+
config_query_option PROXYMNGR_OPTS \
'Enable IPv6 support?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6'
+ '--enable-ipv6' \
+ '--disable-ipv6'
diff --git a/xorg-app/proxymngr/DETAILS b/xorg-app/proxymngr/DETAILS
index a1fe7c3643..01aaf378c9 100755
--- a/xorg-app/proxymngr/DETAILS
+++ b/xorg-app/proxymngr/DETAILS
@@ -6,9 +6,9 @@
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/${XORG_VER}/src/app/${SOURCE}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${XORG_VER}-${VERSION}
+ PATCHLEVEL=1
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
- UPDATED=20051125
LICENSE[0]=XCL
BUILD_API=2
SHORT="Module proxymngr for xorg"
diff --git a/xorg-app/proxymngr/HISTORY b/xorg-app/proxymngr/HISTORY
index 5efce5c6d3..af32ca2d9d 100644
--- a/xorg-app/proxymngr/HISTORY
+++ b/xorg-app/proxymngr/HISTORY
@@ -1,3 +1,8 @@
+2011-03-10 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ Removed UPDATED
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2008-03-17 Eric Sandall <sandalle@sourcemage.org>
* CONFLICTS: Auto-conflicts with xorg as well