Bug 114474 - Curl's dependency on libssh2 is broken.
Summary: Curl's dependency on libssh2 is broken.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-10 14:50 UTC by Václav Haisman
Modified: 2007-07-10 20:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Václav Haisman 2007-07-10 14:50:03 UTC
Curl's dependency on libssh2 is broken because libssh2.so.0 became libssh2.so.1.

Fix: 

.if defined(WITH_LIBSSH2)
-LIB_DEPENDS+=  ssh2.0:${PORTSDIR}/security/libssh2
+LIB_DEPENDS+=  ssh2.1:${PORTSDIR}/security/libssh2
 CONFIGURE_ARGS+=       --with-libssh2=${LOCALBASE}
 .else
 CONFIGURE_ARGS+=       --without-libssh2--NIm8PtqFCnZKFzXXAFMQuFywtyXeYZ174O1CoClApdsiH60A
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       Tue Jul 10 15:44:02 2007
+++ Makefile    Tue Jul 10 15:44:29 2007
@@ -125,7 +125,7 @@ CONFIGURE_ARGS+=    --without-libidn
 .endif
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2007-07-10 19:54:52 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-10 19:55:11 UTC
pav         2007-07-10 18:55:06 UTC

  FreeBSD ports repository

  Modified files:
    ftp/curl             Makefile 
  Log:
  - Chase libssh2 update
  
  PR:             ports/114474
  Submitted by:   Vaclav Haisman <v.haisman@sh.cvut.cz>
  Pointy hat to:  lx
  
  Revision  Changes    Path
  1.87      +1 -1      ports/ftp/curl/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"