Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (c866a8b5be6f4d2dda9b2972bac9afeaec98e958)

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 master grimoire by George Sherwood (c866a8b5be6f4d2dda9b2972bac9afeaec98e958)
  • Date: Sun, 14 Dec 2008 11:30:47 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

devel/tcl/HISTORY | 3 +++
devel/tcl/UP_TRIGGERS | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit c866a8b5be6f4d2dda9b2972bac9afeaec98e958
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

tcl: Reduced agressiveness of UP_TRIGGERS. See Bug #14781

diff --git a/devel/tcl/HISTORY b/devel/tcl/HISTORY
index afd3849..74677bc 100644
--- a/devel/tcl/HISTORY
+++ b/devel/tcl/HISTORY
@@ -1,3 +1,6 @@
+2008-12-14 George Sherwood <gsherwood AT sourcemage.org>
+ * UP_TRIGGERS: Reduced aggresiveness. Bug 14781
+
2008-10-15 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated stable to 8.5.5. Updated devel to 8.6a3
* PREPARE: Update query
diff --git a/devel/tcl/UP_TRIGGERS b/devel/tcl/UP_TRIGGERS
index 902d7b1..5d8a7e6 100755
--- a/devel/tcl/UP_TRIGGERS
+++ b/devel/tcl/UP_TRIGGERS
@@ -5,7 +5,7 @@ if spell_ok $SPELL; then
if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
message "This is a possibly incompatible update of libtcl..."
message "Figuring out what spells need to be recast, this may take a
while."
- for each in $(show_up_depends $SPELL); do
+ for each in $(show_up_depends $SPELL 1); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libtcl${OLD_SPELL_VERSION:0:3}.so"; then
up_trigger $each cast_self



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (c866a8b5be6f4d2dda9b2972bac9afeaec98e958), George Sherwood, 12/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page