Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#56930 closed defect (fixed)

podofo 0.9.6 won't build with cmake 3.12

Reported by: grumpybozo (Bill Cole) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.5.3
Keywords: haspatch Cc:
Port: podofo

Description

Upstream ticket: https://sourceforge.net/p/podofo/tickets/24/

Simple problem: cmake 3.12 no longer tolerates non-existent source in copy_directory, podofo tries to copy a non-existent directory Simple fix: Don't do that.

Patch attached is from upstream ticket

Attachments (1)

podofo-cmake-3.12.patch (628 bytes) - added by grumpybozo (Bill Cole) 6 years ago.
Removes cmake command to copy a directory which does not exist

Download all attachments as: .zip

Change History (5)

Changed 6 years ago by grumpybozo (Bill Cole)

Attachment: podofo-cmake-3.12.patch added

Removes cmake command to copy a directory which does not exist

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Cc: dbevans removed
Owner: set to dbevans
Status: newassigned

comment:3 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

In ae70aa7e429447c296155075f93fe97e33816fde/macports-ports (master):

podofo: Fix build failure with cmake 3.12

Closes: #56930

comment:4 Changed 6 years ago by dbevans (David B. Evans)

Thanks for this fix.

Note: See TracTickets for help on using tickets.