Opened 14 years ago
Closed 13 years ago
#27306 closed defect (fixed)
sigil: fix arch handling
Reported by: | ryandesign (Ryan Carsten Schmidt) | 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 (1)
comment:1 Changed 13 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r85251