Skip to Content.
Sympa Menu

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

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 (323aff748a2663448c60261f82a76d62da622c92)
  • Date: Tue, 13 Jan 2009 18:54:38 -0600

GIT changes to master grimoire by Eric Sandall
<esandall AT esandall25808.local.webex.com>:

perl-cpan/perl-tk/HISTORY | 6 ++++++
perl-cpan/perl-tk/PRE_BUILD | 3 +++
perl-cpan/perl-tk/pTk_mTk_generic_tkBind_c.patch | 13 +++++++++++++
3 files changed, 22 insertions(+)

New commits:
commit 323aff748a2663448c60261f82a76d62da622c92
Author: Eric Sandall <esandall AT esandall25808.local.webex.com>
Commit: Eric Sandall <esandall AT esandall25808.local.webex.com>

perl-tk: PATCHLEVEL++ to apply pTk_mTk_generic_tkBind_c.patch
Apply pTk_mTk_generic_tkBind_c.patch
pTk_mTk_generic_tkBind_c.patch: Added to fix missing events as
described here: http://bugs.gentoo.org/238079 and
http://www.nabble.com/x11-p5-Tk-regress-fails-td20298677.html
This fixes clusterssh

diff --git a/perl-cpan/perl-tk/HISTORY b/perl-cpan/perl-tk/HISTORY
index d3da2da..4f5f1f4 100644
--- a/perl-cpan/perl-tk/HISTORY
+++ b/perl-cpan/perl-tk/HISTORY
@@ -1,5 +1,11 @@
2009-01-13 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 804.028_501 released on Nov 04, 2008
+ PATCHLEVEL++ to apply pTk_mTk_generic_tkBind_c.patch
+ * PRE_BUILD: Apply pTk_mTk_generic_tkBind_c.patch
+ * pTk_mTk_generic_tkBind_c.patch: Added to fix missing events as
+ described here: http://bugs.gentoo.org/238079 and
+ http://www.nabble.com/x11-p5-Tk-regress-fails-td20298677.html
+ Fixes clusterssh

2008-04-14 Mark Bainter <mbainter AT sourcemage.org>
* DETAILS: Added braces around variables for consistency
diff --git a/perl-cpan/perl-tk/PRE_BUILD b/perl-cpan/perl-tk/PRE_BUILD
new file mode 100755
index 0000000..3f85e30
--- /dev/null
+++ b/perl-cpan/perl-tk/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+patch $SOURCE_DIRECTORY/pTk/mTk/generic/tkBind.c \
+ $SCRIPT_DIRECTORY/pTk_mTk_generic_tkBind_c.patch
diff --git a/perl-cpan/perl-tk/pTk_mTk_generic_tkBind_c.patch
b/perl-cpan/perl-tk/pTk_mTk_generic_tkBind_c.patch
new file mode 100644
index 0000000..bc81db7
--- /dev/null
+++ b/perl-cpan/perl-tk/pTk_mTk_generic_tkBind_c.patch
@@ -0,0 +1,13 @@
+diff -Naur Tk-804.028.orig/pTk/mTk/generic/tkBind.c
Tk-804.028.new/pTk/mTk/generic/tkBind.c
+--- Tk-804.028.orig/pTk/mTk/generic/tkBind.c 2007-09-16 13:08:48.000000000
-0700
++++ Tk-804.028.new/pTk/mTk/generic/tkBind.c 2009-01-13 16:35:38.492005068
-0800
+@@ -629,6 +629,9 @@
+ /* ColormapNotify */ COLORMAP,
+ /* ClientMessage */ 0,
+ /* MappingNotify */ 0,
++#ifdef GenericEvent
++ /* GenericEvent */ 0,
++#endif
+ /* VirtualEvent */ VIRTUAL,
+ /* Activate */ ACTIVATE,
+ /* Deactivate */ ACTIVATE,




Archive powered by MHonArc 2.6.24.

Top of Page