New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #14054 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

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

Reported by: ryandesign@… Owned by: pguyot@…
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

Portfile-ssldump.diff (787 bytes) - added by ryandesign@… 5 years ago.

Change History

Changed 5 years ago by ryandesign@…

comment:1 Changed 5 years ago by pguyot@…

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

Fixed in r33410.

comment:2 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.