Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#14054 closed defect (fixed)

ssldump shouldn't use files from /usr/share/libtool

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: pguyot (Paul Guyot)
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

ssldump doesn't install when using Xcode 2.5 on Tiger:

$ sudo port install ssldump
--->  Fetching ssldump
--->  Attempting to fetch ssldump-0.9b3.tar.gz from http://www.rtfm.com/ssldump/
--->  Verifying checksum(s) for ssldump
--->  Extracting ssldump
--->  Applying patches to ssldump
--->  Configuring ssldump
Error: Target org.macports.configure returned: error copying "/usr/share/libtool/config.guess": no such file or directory
Error: Status 1 encountered during processing.
$

This is because Xcode 2.5 no longer provides /usr/share/libtool. Instead, ssldump should depend on the libtool port and get config.guess and config.sub from there. I'll attach a patch to fix this. If it's ok with you, I can commit it. I'll commit it if I haven't heard from you in 72 hours.

Attachments (1)

Portfile-ssldump.diff (787 bytes) - added by ryandesign (Ryan Carsten Schmidt) 16 years ago.

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: Portfile-ssldump.diff added

comment:1 Changed 16 years ago by pguyot (Paul Guyot)

Resolution: fixed
Status: newclosed

Fixed in r33410.

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.