[61411] trunk/dports/graphics/djvulibre/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Dec 10 12:50:21 PST 2009


Revision: 61411
          http://trac.macports.org/changeset/61411
Author:   jeremyhu at macports.org
Date:     2009-12-10 12:50:18 -0800 (Thu, 10 Dec 2009)
Log Message:
-----------
Add imagemagic dependency.

Bumping revision because it still installs even though build fails:

dyld: Library not loaded: /opt/local/lib/libjpeg.62.dylib
  Referenced from: /opt/local/bin/convert
  Reason: image not found
dyld: Library not loaded: /opt/local/lib/libjpeg.62.dylib
  Referenced from: /opt/local/bin/convert
  Reason: image not found
dyld: Library not loaded: /opt/local/lib/libjpeg.62.dylib
  Referenced from: /opt/local/bin/convert
  Reason: image not found
dyld: Library not loaded: /opt/local/lib/libjpeg.62.dylib
  Referenced from: /opt/local/bin/convert
  Reason: image not found
/bin/sh: line 1: 84131 Trace/BPT trap          (core dumped) /opt/local/bin/convert -geometry ${s}x${s} -depth 8 -background none djvu.svg hi64-djvu.png
/bin/sh: line 1: 84127 Trace/BPT trap          (core dumped) /opt/local/bin/convert -geometry ${s}x${s} -depth 8 -background none djvu.svg hi48-djvu.png
/bin/sh: line 1: 84126 Trace/BPT trap          (core dumped) /opt/local/bin/convert -geometry ${s}x${s} -depth 8 -background none djvu.svg hi22-djvu.png
/bin/sh: line 1: 84125 Trace/BPT trap          (core dumped) /opt/local/bin/convert -geometry ${s}x${s} -depth 8 -background none djvu.svg hi32-djvu.png
--->  Staging djvulibre into destroot

Modified Paths:
--------------
    trunk/dports/graphics/djvulibre/Portfile

Modified: trunk/dports/graphics/djvulibre/Portfile
===================================================================
--- trunk/dports/graphics/djvulibre/Portfile	2009-12-10 20:39:30 UTC (rev 61410)
+++ trunk/dports/graphics/djvulibre/Portfile	2009-12-10 20:50:18 UTC (rev 61411)
@@ -5,7 +5,7 @@
 
 name            djvulibre
 version         3.5.22
-revision        1
+revision        2
 categories      graphics www
 platforms       darwin
 maintainers     nomaintainer
@@ -30,6 +30,8 @@
                 port:libpng \
 		port:zlib
 
+depends_build	port:imagemagick
+
 configure.args	--mandir=${prefix}/share/man \
 		--enable-threads \
 		--enable-shared \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091210/0dc76609/attachment.html>


More information about the macports-changes mailing list