New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #27306 (closed defect: fixed)

Opened 3 years ago

Last modified 21 months ago

sigil: fix arch handling

Reported by: ryandesign@… Owned by: krischik@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: sigil

Description

sigil has a section "platform x86_64". There is no such platform in MacPorts so this part of the portfile should be removed. In fact the whole way the port deals with architectures should be revisited. Instead of platform statements, you should be using ${build_arch} (and if you want to support universal builds, ${universal_archs}). The ui_msgs in pre-configure should be examined as well and probably removed. You may also want to switch to using the cmake portgroup instead of handling cmakeisms manually.

Change History

comment:1 Changed 21 months ago by jmr@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.