Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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 (Rainer Müller)
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 (1)

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

Download all attachments as: .zip

Change History (6)

comment:1 Changed 16 years ago by raimue (Rainer Müller)

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 16 years ago by billitch@…

Attachment: Portfile added

updated linking and dependencies to macport ports

comment:2 Changed 16 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 16 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: newclosed

Committed in r41036 and r41037.

comment:4 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementsubmission

comment:5 Changed 15 years ago by (none)

Milestone: Port Submissions

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.