summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2009-12-03 07:05:07 +0100
committerArwed von Merkatz2009-12-03 07:06:22 +0100
commitcfdb643c8781a31a5e945b8d0f1c9a471f3552f0 (patch)
tree516b5846e9792d6a66948845d904ccd7294849c9
parent69ff01b3df42ddb8dc5421d3ace4ab3c150348f4 (diff)
jpeg: up_trigger all dependees, several of the non-direct ones are linked against libjpeg.so.62
-rw-r--r--graphics-libs/jpeg/HISTORY4
-rwxr-xr-xgraphics-libs/jpeg/UP_TRIGGERS2
2 files changed, 5 insertions, 1 deletions
diff --git a/graphics-libs/jpeg/HISTORY b/graphics-libs/jpeg/HISTORY
index 4c4236e5ad..77bc924d1b 100644
--- a/graphics-libs/jpeg/HISTORY
+++ b/graphics-libs/jpeg/HISTORY
@@ -1,3 +1,7 @@
+2009-12-03 Arwed von Merkatz <v.merkatz@gmx.net>
+ * UP_TRIGGERS: up_trigger all dependees,
+ not only direct ones
+
2009-08-12 Treeve Jelbert <treeve@sourcemage.org>
* UP_TRIGGERS: optimise
diff --git a/graphics-libs/jpeg/UP_TRIGGERS b/graphics-libs/jpeg/UP_TRIGGERS
index ac2364c12b..96b5ada65d 100755
--- a/graphics-libs/jpeg/UP_TRIGGERS
+++ b/graphics-libs/jpeg/UP_TRIGGERS
@@ -8,7 +8,7 @@ if spell_ok $SPELL; then
message "Figuring out what spells need to be recast, this may take a while."
# special case for version 6b
OLD_SPELL_VERSION=${OLD_SPELL_VERSION/6b/62}
- for each in $(show_up_depends $SPELL 1); do
+ for each in $(show_up_depends $SPELL); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libjpeg\.so\.$OLD_SPELL_VERSION"; then
up_trigger $each cast_self