Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.54 grimoire by George Sherwood (f4241e43a86f31820663c53993e4676b6c1ec47a)

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-rc-0.54 grimoire by George Sherwood (f4241e43a86f31820663c53993e4676b6c1ec47a)
  • Date: Sat, 12 Mar 2011 10:11:17 -0600

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

xorg-app/proxymngr/CONFIGURE | 6 ++++--
xorg-app/proxymngr/DETAILS | 2 +-
xorg-app/proxymngr/HISTORY | 5 +++++
3 files changed, 10 insertions(+), 3 deletions(-)

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

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

diff --git a/xorg-app/proxymngr/CONFIGURE b/xorg-app/proxymngr/CONFIGURE
index b28bc4e..496311e 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 a1fe7c3..01aaf37 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 5efce5c..af32ca2 100644
--- a/xorg-app/proxymngr/HISTORY
+++ b/xorg-app/proxymngr/HISTORY
@@ -1,3 +1,8 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ Removed UPDATED
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2008-03-17 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Auto-conflicts with xorg as well




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

Archive powered by MHonArc 2.6.24.

Top of Page