#16138: DCRAW - Checksum Error, 30 July 2008 ----------------------------------+----------------------------------------- Reporter: jburt@depersico.com | Owner: ryandesign@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: dcraw ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * cc: ryandesign@macports.org (removed) * keywords: dcraw, ryandesign@macports.org => dcraw * status: new => assigned * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org Comment: Thanks for reporting this problem. Looks like another stealth update occurred. Here's the diff between the previous version of 8.86 and the currently-available version of 8.86: {{{ Only in 8.86_2/dcraw: dcraw_ca.1 Only in 8.86_2/dcraw: dcraw_ca.po diff -ru 8.86_1/dcraw/install 8.86_2/dcraw/install --- 8.86_1/dcraw/install 2008-01-05 21:44:26.000000000 -0600 +++ 8.86_2/dcraw/install 2008-07-04 12:09:40.000000000 -0500 @@ -2,18 +2,21 @@ # Simple installer for dcraw executable, manpages, and message catalogs. # Dave Coffin, dcoffin a cybercom o net +# You will need these: +# apt-get install libjpeg-dev liblcms-dev gettext + prefix=/usr/local -# Add a CPU-specific "-march=" for greater speed -gcc -O4 -Wall -o $prefix/bin/dcraw dcraw.c -lm -ljpeg -llcms -s \ - -DLOCALEDIR=\"$prefix/share/locale/\" +gcc -O4 -march=native -Wall -o $prefix/bin/dcraw dcraw.c \ + -lm -ljpeg -llcms -s -DLOCALEDIR=\"$prefix/share/locale/\" +mkdir -p -m 755 $prefix/share/man/man1 cp dcraw.1 $prefix/share/man/man1 # Please help me add more languages for langchar in \ - fr.latin1 it.latin1 de.latin1 pt.latin1 es.latin1 nl.latin1 \ - sv.latin1 cs.latin2 hu.latin2 pl.latin2 eo.latin3 ru.koi8-r \ + fr.latin1 it.latin1 de.latin1 pt.latin1 es.latin1 nl.latin1 sv.latin1 \ + ca.latin1 cs.latin2 hu.latin2 pl.latin2 eo.latin3 ru.koi8-r \ zh_TW.big5 zh_CN.gb2312 do lang=`echo $langchar | cut -d. -f1` }}} -- Ticket URL: <http://trac.macports.org/ticket/16138#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS