Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (381a84faaaefaaf13de3d862e86d1b53306c1e2a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (381a84faaaefaaf13de3d862e86d1b53306c1e2a)
  • Date: Sat, 22 Mar 2008 16:45:37 -0500

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

mail/tkrat/DETAILS | 5 ++---
mail/tkrat/HISTORY | 6 ++++++
mail/tkrat/PRE_BUILD | 2 ++
mail/tkrat/tkmanagegeometry.patch | 20 ++++++++++++++++++++
4 files changed, 30 insertions(+), 3 deletions(-)

New commits:
commit 26225428e80bccb1db222819c91bfdc3e50ef9ab
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

tkrat: version => 2.1.5 and patch to compile with current tk

diff --git a/mail/tkrat/DETAILS b/mail/tkrat/DETAILS
index 35ececb..8d04a82 100755
--- a/mail/tkrat/DETAILS
+++ b/mail/tkrat/DETAILS
@@ -1,11 +1,10 @@
SPELL=tkrat
- VERSION=2.1.4
+ VERSION=2.1.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.tkrat.org/downloads/stable/$SOURCE
SOURCE_URL[1]=ftp://ftp.tkrat.org/pub/tkrat/$SOURCE
-
SOURCE_URL[2]=ftp://download.sourcemage.org/pub/linux/distributions/sourcemage/mirror/$SOURCE
-
SOURCE_HASH=sha512:3ff085b2a0f7b0f1c6b60d16413f08e4bd4a04d1f4bad8235e7ec6795102f8480a5e2ae950b4f48093a7dd2c627b0866e17420a51859a1763de2fa7da5d95cc0
+
SOURCE_HASH=sha512:8df678b6634349656485ef8e071948d181b1da18b922d0bb4f51563ba652575c462930730019706f7885c60bdaa9a5710f9d0c7f3531221a72a1be67bf61b555
WEB_SITE=http://www.tkrat.org
ENTERED=20020309
LICENSE[0]=http://www.tkrat.org
diff --git a/mail/tkrat/HISTORY b/mail/tkrat/HISTORY
index 61ad4ae..beb8a03 100644
--- a/mail/tkrat/HISTORY
+++ b/mail/tkrat/HISTORY
@@ -1,3 +1,9 @@
+2008-03-22 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * DETAILS: version 2.1.5;
+ removed SOURCE_URL[2] (was ftp://download.sourcemage.org/...)
+ * PRE_BUILD: Added, patch to compile with newer tk versions.
+ * tkmanagegeometry.patch: Added.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/mail/tkrat/PRE_BUILD b/mail/tkrat/PRE_BUILD
new file mode 100755
index 0000000..3310ec8
--- /dev/null
+++ b/mail/tkrat/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+patch -p0 < $SPELL_DIRECTORY/tkmanagegeometry.patch
diff --git a/mail/tkrat/tkmanagegeometry.patch
b/mail/tkrat/tkmanagegeometry.patch
new file mode 100644
index 0000000..a23335e
--- /dev/null
+++ b/mail/tkrat/tkmanagegeometry.patch
@@ -0,0 +1,20 @@
+--- tkrat-2.1.5/lib/ratDummy.c.orig 2008-03-22 20:44:31.000000000 +0000
++++ tkrat-2.1.5/lib/ratDummy.c 2008-03-22 21:10:39.000000000 +0000
+@@ -11,6 +11,7 @@
+ * COPYRIGHT, included with this distribution.
+ */
+
++#define Tk_ManageGeometry_TCL_DECLARED
+ #include <tk.h>
+ #ifndef CONST84
+ # define CONST84
+--- tkrat-2.1.5/util/rat_dummy.c.orig 2008-03-22 21:02:32.000000000 +0000
++++ tkrat-2.1.5/util/rat_dummy.c 2008-03-22 21:10:42.000000000 +0000
+@@ -11,6 +11,7 @@
+ * COPYRIGHT, included with this distribution.
+ */
+
++#define Tk_ManageGeometry_TCL_DECLARED
+ #include <tk.h>
+
+ #ifndef CONST84



  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (381a84faaaefaaf13de3d862e86d1b53306c1e2a), Ethan Grammatikidis, 03/22/2008

Archive powered by MHonArc 2.6.24.

Top of Page