pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/exiv2 Fix build on Solaris; patch from the KD...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb9df5dd7236
branches:  trunk
changeset: 576070:cb9df5dd7236
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon May 31 23:20:46 2010 +0000

description:
Fix build on Solaris; patch from the KDE-Solaris project via Joern
Clausen in PR 37720.

diffstat:

 graphics/exiv2/distinfo         |   3 ++-
 graphics/exiv2/patches/patch-aa |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 5f7904df3396 -r cb9df5dd7236 graphics/exiv2/distinfo
--- a/graphics/exiv2/distinfo   Mon May 31 23:11:57 2010 +0000
+++ b/graphics/exiv2/distinfo   Mon May 31 23:20:46 2010 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.16 2010/01/27 12:40:48 adam Exp $
+$NetBSD: distinfo,v 1.17 2010/05/31 23:20:46 dholland Exp $
 
 SHA1 (exiv2-0.19.tar.gz) = 4ab8d830094f2842bc286d8e7fb03100ca7f07b1
 RMD160 (exiv2-0.19.tar.gz) = 263267fb75341a6eb60e5201b88bfea11ef18eea
 Size (exiv2-0.19.tar.gz) = 2658781 bytes
+SHA1 (patch-aa) = 05a70bc0ea212fd463074ecc40f5840574a2cbad
diff -r 5f7904df3396 -r cb9df5dd7236 graphics/exiv2/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/exiv2/patches/patch-aa   Mon May 31 23:20:46 2010 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.3 2010/05/31 23:20:46 dholland Exp $
+
+Fix build on Solaris, from PR 37720.
+
+--- config/config.mk.in~       2009-11-27 11:39:59.000000000 +0000
++++ config/config.mk.in
+@@ -133,7 +133,7 @@ ifdef DEP_TRACKING
+ 
+         # Dependency files post-process commands
+         POSTDEPEND = if test ! -d $(DEPDIR); then mkdir $(DEPDIR); fi; \
+-              if test -e $*.d; then cp $*.d $(DEPDIR)/$*.d; \
++              if test -f $*.d; then cp $*.d $(DEPDIR)/$*.d; \
+               sed -e 's/^\#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
+                     -e '/^$$/ d' -e 's/$$/ :/' < $*.d >> $(DEPDIR)/$*.d; \
+                 $(RM) $*.d; fi



Home | Main Index | Thread Index | Old Index