New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16541 (closed submission: fixed)

Opened 5 years ago

Last modified 4 years ago

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

Portfile (1.3 KB) - added by billitch@… 5 years ago.
updated linking and dependencies to macport ports

Change History

comment:1 Changed 5 years ago by raimue@…

  • Cc raimue@… added; billitch@… removed

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.

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.

comment:3 Changed 5 years ago by raimue@…

  • Status changed from new to closed
  • Resolution set to fixed

Committed in r41036 and r41037.

comment:4 Changed 4 years ago by jmr@…

  • Type changed from enhancement to submission

comment:5 Changed 4 years ago by anonymous

  • Milestone Port Submissions deleted

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.