Ticket #24729 (closed defect: fixed)
pigz should have a universal variant
| Reported by: | ryandesign@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | Cc: | danchr@… | |
| Port: | pigz |
Description
Because pigz doesn't use a standard configure script, it doesn't inherit the standard universal variant. A custom universal variant should be added.
Attachments
Change History
Changed 3 years ago by danchr@…
- Attachment pigz++.diff added
Oops, don't include changes to PortIndex.
comment:2 Changed 3 years ago by ryandesign@…
- Status changed from new to closed
- Resolution set to fixed
Thanks, fixed in r67156. I realized that most of the patch wasn't necessary after all since it addressed debugging and development files that don't get built by MacPorts anyway, so I took that out. I also found that it didn't actually allow building for a different build_arch, so I tweaked how the portfile sets the FLAGS and now it works.
Note: See
TracTickets for help on using
tickets.


The added attachment fixes this bug, #24727 & #24728. Any further comments or issues?