#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)
Change History (3)
Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | Portfile-ssldump.diff added |
---|
comment:1 Changed 17 years ago by pguyot (Paul Guyot)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r33410.