Ticket #15264 (closed defect: fixed)
BUG: larn fails to build due to libcompat dependency
| Reported by: | aschenke@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | ||
| Port: |
Description
Due to libcompat not building on Leopard (ticket #12853), Larn will not install. I have updated the portfile to remove the dependency on libcompat (it seems to work OK) as well include more accurate version numbers.
Attachments
Change History
comment:2 Changed 5 years ago by aschenke@…
Attached an updated diff that uses the platform block as suggested. As for the version number, 12 is the correct version for this software, as specified during the build process. The 4.6.2 version number was originally used due to this package coming from FreeBSD 4.6.2.
Note: See
TracTickets for help on using
tickets.


Libcompat is probably needed on older versions of OS X, so it would be better to remove the dependency in a platform darwin 9 block. Also, why the version number change?