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)
Change History (4)
Changed 14 years ago by nicos_pavlov@…
Attachment: | patch-Portfile.diff added |
---|
Changed 14 years ago by nicos_pavlov@…
Attachment: | patch-configure-disablecheckbug.diff added |
---|
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for the update!
Replying to nicos_pavlov@…:
That'll work! I fixed this in #25633.
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.
Then we also need to add a library dependency on GraphicsMagick.
You also added this line:
I changed this to a normal patchfile and added the needed port:gsed build dependency.
Committed in r69948.