Ticket #12765 (closed defect: fixed)
hydra needs libssh-0.11, won't compile with 0.2
| Reported by: | caimi.marco@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | matrixm@… | |
| Port: |
Description
Current hydra version 5.4 fails to compile with libssh 0.2, #defines KEXT_COMP_C_S and KEXT_COMP_S_C changed to SSH_COMP_C_S and SSH_COMP_S_C
current stable libssh version in macports is 0.2, so it is safe to patch the portfile:
I added
reinplace "s|KEX_COMP_C_S|SSH_COMP_C_S|g" ${worksrcpath}/hydra-ssh2.c
reinplace "s|KEX_COMP_S_C|SSH_COMP_S_C|g" ${worksrcpath}/hydra-ssh2.c
to the post-patch section and it compiled just fine
Change History
Note: See
TracTickets for help on using
tickets.

