Opened 14 years ago

Closed 14 years ago

#25783 closed update (fixed)

pdf2djvu-0.5.11 upgrade to 0.7.4

Reported by: nicos_pavlov@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: pdf2djvu

Description

Proposing an upgrade of pdf2djvu to the latest version: 0.7.4. Please see the patch to the Portfile and the additional patch.

The main changes in this portfile are:

  • configure argument --disable-nls to circumvent a problem similar to #25633
  • disable a paragraph in configure, which was making the script to freeze in Macports
  • enabling Graphics Magick, contrarily to the last Portfile.

This update should also solve the ticket #25633.

Attachments (2)

patch-Portfile.diff (1.3 KB) - added by nicos_pavlov@… 14 years ago.
patch-configure-disablecheckbug.diff (1.2 KB) - added by nicos_pavlov@… 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by nicos_pavlov@…

Attachment: patch-Portfile.diff added

Changed 14 years ago by nicos_pavlov@…

comment:1 in reply to:  description Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Thanks for the update!

Replying to nicos_pavlov@…:

  • configure argument --disable-nls to circumvent a problem similar to #25633

That'll work! I fixed this in #25633.

  • disable a paragraph in configure, which was making the script to freeze in Macports

On my system anyway, this appears to be the "yes" command continuing forever. When I run the configure script outside MacPorts it works fine. Something peculiar about "yes" I don't understand. I replaced the "yes | head" construct with a more normal loop and now it works fine.

  • enabling Graphics Magick, contrarily to the last Portfile.

Then we also need to add a library dependency on GraphicsMagick.

You also added this line:

reinplace "s|exec sed|exec gsed|g" ${worksrcpath}/tools/xml2c

I changed this to a normal patchfile and added the needed port:gsed build dependency.

Committed in r69948.

comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.