Ticket #16541 (closed submission: fixed)
sysutils/uif2iso-0.1.6 new port
| Reported by: | billitch@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | raimue@… | |
| Port: | uif2iso |
Description
From http://aluigi.org/mytoolz.htm#uif2iso :
program for converting the UIF files (Universal Image Format, used by MagicISO) to ISO
Attachments
Change History
Changed 5 years ago by billitch@…
updated linking and dependencies to macport ports
comment:2 Changed 5 years ago by billitch@…
Fixed :
$ otool -L work/src/uif2iso work/src/uif2iso: /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /opt/local/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8) /opt/local/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.1)
Thank you for spotting this, I updated the Portfile in the attached files.
Note: See
TracTickets for help on using
tickets.


The port links against stuff from the system.
$ otool -L work/destroot/opt/local/bin/uif2iso work/destroot/opt/local/bin/uif2iso: /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /usr/lib/libssl.0.9.7.dylib (compatibility version 0.9.7, current version 0.9.7) /usr/lib/libcrypto.0.9.7.dylib (compatibility version 0.9.7, current version 0.9.7) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.1)I think it should be using libraries from MacPorts instead.
PS: The reporter of a ticket is automatically CC'd.