Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (abb66e6691ad332420b68781ae27c9525308d200)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (abb66e6691ad332420b68781ae27c9525308d200)
  • Date: Thu, 10 Mar 2011 17:17:42 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

xorg-app/lbxproxy/CONFIGURE | 6 ++++--
xorg-app/lbxproxy/DETAILS | 1 +
xorg-app/lbxproxy/HISTORY | 4 ++++
xorg-app/proxymngr/CONFIGURE | 6 ++++--
xorg-app/proxymngr/DETAILS | 2 +-
xorg-app/proxymngr/HISTORY | 5 +++++
xorg-app/xauth/CONFIGURE | 6 ++++--
xorg-app/xauth/DETAILS | 1 +
xorg-app/xauth/HISTORY | 4 ++++
xorg-app/xfs/CONFIGURE | 6 ++++--
xorg-app/xfs/DETAILS | 1 +
xorg-app/xfs/HISTORY | 4 ++++
xorg-app/xhost/CONFIGURE | 6 ++++--
xorg-app/xhost/DETAILS | 1 +
xorg-app/xhost/HISTORY | 4 ++++
xorg-lib/libfs/CONFIGURE | 6 ++++--
xorg-lib/libfs/DETAILS | 1 +
xorg-lib/libfs/HISTORY | 4 ++++
xorg-lib/libice/CONFIGURE | 6 ++++--
xorg-lib/libice/DETAILS | 1 +
xorg-lib/libice/HISTORY | 4 ++++
xorg-lib/libsm/CONFIGURE | 6 ++++--
xorg-lib/libsm/DETAILS | 1 +
xorg-lib/libsm/HISTORY | 4 ++++
xorg-lib/libxmu/CONFIGURE | 6 ++++--
xorg-lib/libxmu/DETAILS | 1 +
xorg-lib/libxmu/HISTORY | 4 ++++
27 files changed, 82 insertions(+), 19 deletions(-)

New commits:
commit abb66e6691ad332420b68781ae27c9525308d200
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

proxymngr: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951

commit eff5644f6833e9fccb755f476f74f8b70cd830e1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xauth: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951

commit d74214795c5aa8a21bccdcc08d696620d348cfe8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xfs: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951

commit 46c59acf1d6f188be64f2afaaf5d161e4466cf03
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

lbxproxy: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951

commit e531ca43a44f62f7c173723aefb1a7d08370447e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xhost: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951

commit de2d67a89015f5e88f75aaf9c2dbd049926d09b5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libfs: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951

commit fe8360626b97a63fa66c2c67e0a7f7a1f063f547
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libxmu: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951

commit 5a95ee9b32624c992cd78cb30a7ea2a0767e9db5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libsm: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951

commit c7d00dd8ae0d28715147a9d315b36e358a7c14a3
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libice: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951

diff --git a/xorg-app/lbxproxy/CONFIGURE b/xorg-app/lbxproxy/CONFIGURE
index 78f22fa..1c9af99 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 396305b..be0e5ed 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 5a4fc84..0505853 100644
--- a/xorg-app/lbxproxy/HISTORY
+++ b/xorg-app/lbxproxy/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2009-12-17 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.0.2
SOURCE matches upstream posted SHA1
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

diff --git a/xorg-app/xauth/CONFIGURE b/xorg-app/xauth/CONFIGURE
index 579d6a8..f050486 100755
--- a/xorg-app/xauth/CONFIGURE
+++ b/xorg-app/xauth/CONFIGURE
@@ -1,3 +1,5 @@
+list_remove XAUTH_OPTS "--enable-IPv6" &&
+
config_query_option XAUTH_OPTS \
'Enable UNIX domain socket transport?' \
y \
@@ -13,5 +15,5 @@ config_query_option XAUTH_OPTS \
config_query_option XAUTH_OPTS \
'Enable IPv6 support?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6'
+ '--enable-ipv6' \
+ '--disable-ipv6'
diff --git a/xorg-app/xauth/DETAILS b/xorg-app/xauth/DETAILS
index 5079963..43cefab 100755
--- a/xorg-app/xauth/DETAILS
+++ b/xorg-app/xauth/DETAILS
@@ -5,6 +5,7 @@
SOURCE=${PKG}-${VERSION}.tar.bz2

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+ PATCHLEVEL=1
WEB_SITE=http://xorg.freedesktop.org/wiki
ENTERED=20051125
LICENSE[0]=XCL
diff --git a/xorg-app/xauth/HISTORY b/xorg-app/xauth/HISTORY
index 03c995e..b7020e7 100644
--- a/xorg-app/xauth/HISTORY
+++ b/xorg-app/xauth/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2010-12-21 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.0.5

diff --git a/xorg-app/xfs/CONFIGURE b/xorg-app/xfs/CONFIGURE
index a54329c..47f5c0c 100755
--- a/xorg-app/xfs/CONFIGURE
+++ b/xorg-app/xfs/CONFIGURE
@@ -1,3 +1,5 @@
+list_remove XFS_OPTS "--enable-IPv6" &&
+
config_query_option XFS_OPTS \
'Enable UNIX domain socket transport?' \
y \
@@ -13,5 +15,5 @@ config_query_option XFS_OPTS \
config_query_option XFS_OPTS \
'Enable IPv6 support?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6'
+ '--enable-ipv6' \
+ '--disable-ipv6'
diff --git a/xorg-app/xfs/DETAILS b/xorg-app/xfs/DETAILS
index 58dce2c..21d9dfb 100755
--- a/xorg-app/xfs/DETAILS
+++ b/xorg-app/xfs/DETAILS
@@ -5,6 +5,7 @@
#
SOURCE_HASH=sha512:5d43ff1c74ac4b4d0f0d48219225079a388794a2243be08e061b8e635f3ac3e8b4ff9f9defdffaf5ec4b8aacda5c74b6f0d9bd5927ba6558ae6c044c0b844d1d
SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ PATCHLEVEL=1
WEB_SITE=http://xorg.freedesktop.org/wiki
ENTERED=20051125
LICENSE[0]=XCL
diff --git a/xorg-app/xfs/HISTORY b/xorg-app/xfs/HISTORY
index c90247a..7236733 100644
--- a/xorg-app/xfs/HISTORY
+++ b/xorg-app/xfs/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2009-06-18 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.1.0
SOURCE matches upstream posted MD5
diff --git a/xorg-app/xhost/CONFIGURE b/xorg-app/xhost/CONFIGURE
index ce4ee23..416fc58 100755
--- a/xorg-app/xhost/CONFIGURE
+++ b/xorg-app/xhost/CONFIGURE
@@ -1,3 +1,5 @@
+list_remove XHOST_OPTS "--enable-IPv6" &&
+
config_query_option XHOST_OPTS \
'Enable UNIX domain socket transport?' \
y \
@@ -13,8 +15,8 @@ config_query_option XHOST_OPTS \
config_query_option XHOST_OPTS \
'Enable IPv6 support?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6' &&
+ '--enable-ipv6' \
+ '--disable-ipv6' &&

config_query_option XHOST_OPTS \
'Enable Secure RPC?' \
diff --git a/xorg-app/xhost/DETAILS b/xorg-app/xhost/DETAILS
index b6f9ed6..1c96fa6 100755
--- a/xorg-app/xhost/DETAILS
+++ b/xorg-app/xhost/DETAILS
@@ -5,6 +5,7 @@
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ PATCHLEVEL=1
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
diff --git a/xorg-app/xhost/HISTORY b/xorg-app/xhost/HISTORY
index c8c5af3..1ca225c 100644
--- a/xorg-app/xhost/HISTORY
+++ b/xorg-app/xhost/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: 1.0.4

diff --git a/xorg-lib/libfs/CONFIGURE b/xorg-lib/libfs/CONFIGURE
index 2ca4f15..2d293f5 100755
--- a/xorg-lib/libfs/CONFIGURE
+++ b/xorg-lib/libfs/CONFIGURE
@@ -1,3 +1,5 @@
+list_remove LIBFS_OPTS "--enable-IPv6" &&
+
config_query_option LIBFS_OPTS \
'Enable UNIX domain socket transport?' \
y \
@@ -13,5 +15,5 @@ config_query_option LIBFS_OPTS \
config_query_option LIBFS_OPTS \
'Enable IPv6 transport?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6'
+ '--enable-ipv6' \
+ '--disable-ipv6'
diff --git a/xorg-lib/libfs/DETAILS b/xorg-lib/libfs/DETAILS
index ec144e4..73b9007 100755
--- a/xorg-lib/libfs/DETAILS
+++ b/xorg-lib/libfs/DETAILS
@@ -6,6 +6,7 @@
SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
#
SOURCE_HASH=sha512:3138bf33c3b7b906a8f6370e11688d161e2972b4f12ba46e52d8a615e7557d338c5f68d3d7776f5a1e7f457732686aa6ccb59e03dd1cd1c1226fbd666c886fb6
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+ PATCHLEVEL=1
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
diff --git a/xorg-lib/libfs/HISTORY b/xorg-lib/libfs/HISTORY
index b70b118..9e378d8 100644
--- a/xorg-lib/libfs/HISTORY
+++ b/xorg-lib/libfs/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2010-12-21 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.0.3

diff --git a/xorg-lib/libice/CONFIGURE b/xorg-lib/libice/CONFIGURE
index 5882024..6a0078c 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 a34f8eb..c511918 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 33aceb1..94c010c 100644
--- a/xorg-lib/libice/HISTORY
+++ b/xorg-lib/libice/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2010-10-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.7

diff --git a/xorg-lib/libsm/CONFIGURE b/xorg-lib/libsm/CONFIGURE
index 6aa1c6b..f69d6dd 100755
--- a/xorg-lib/libsm/CONFIGURE
+++ b/xorg-lib/libsm/CONFIGURE
@@ -1,3 +1,5 @@
+list_remove LIBSM_OPTS "--enable-IPv6" &&
+
config_query_option LIBSM_OPTS \
'Enable UNIX domain socket transport?' \
y \
@@ -13,5 +15,5 @@ config_query_option LIBSM_OPTS \
config_query_option LIBSM_OPTS \
'Enable IPv6 transport?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6'
+ '--enable-ipv6' \
+ '--disable-ipv6'
diff --git a/xorg-lib/libsm/DETAILS b/xorg-lib/libsm/DETAILS
index 51a14ef..95e41e0 100755
--- a/xorg-lib/libsm/DETAILS
+++ b/xorg-lib/libsm/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/libsm/HISTORY b/xorg-lib/libsm/HISTORY
index 38c9e96..e46c7f5 100644
--- a/xorg-lib/libsm/HISTORY
+++ b/xorg-lib/libsm/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2010-10-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.0
update DESC
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 master grimoire by Eric Sandall (abb66e6691ad332420b68781ae27c9525308d200), Eric Sandall, 03/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page