Ticket #14104 (closed defect: fixed)
pv 1.1.0 upgrade/build failure
| Reported by: | meissnem@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | pv upgrade build failure | Cc: | meissnem@…, aaxin@…, wizard@… |
| Port: |
Description
upgrade pv to 1.1.0 and fix compilation failure on Leopard
Attachments
Change History
Changed 5 years ago by meissnem@…
- Attachment Portfile.diff added
comment:2 Changed 5 years ago by ryandesign@…
Thanks for the update! I added the missing platforms variable and the blank line after the PortSystem line in r33610. But I did not commit the update to 1.1.0 because it failed to build on my system (Intel, 10.4.11, Xcode 2.4.1). If I comment out your new post-patch section, the build succeeds. Are you sure the post-patch is necessary for Leopard? If so, we should wrap it in a platform darwin 9 section.
comment:3 Changed 5 years ago by meissnem@…
The post-patch is needed on Leopard -- that's my primary system and I can confirm it.
I got my hands on a 10.4.11 system myself and confirmed what you found, so I'm attaching an updated patch.
As an aside, it sure would be nice to have a 10.3, 10.4, and 10.5 machine available to maintainers for testing... or if not maintainers then at least committers!


Portfile patch