ports/114477: [PATCH]ftp/curl: wrong path for libssh2

Koji Yokota yokota at res.otaru-uc.ac.jp
Tue Jul 10 19:00:10 UTC 2007


>Number:         114477
>Category:       ports
>Synopsis:       [PATCH]ftp/curl: wrong path for libssh2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 10 19:00:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Koji Yokota
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
Otaru University of Commerce
>Environment:
System: FreeBSD hoge.hoge.otaru-uc.ac.jp 6.2-RELEASE FreeBSD 6.2-RELEASE #3: Thu Dec 28 16:17:05 JST 2006 hoge at hoge.hoge.otaru-uc.ac.jp:/usr/obj/usr/src/sys/SMP i386
	
>Description:
	ftp/curl/Makefile has a wrong filename for libssh2
	
>How-To-Repeat:
	compile with WITH_LIBSSH2
	
>Fix:
	



--- Makefile.patch begins here ---
--- Makefile.orig	Tue Jul 10 18:29:44 2007
+++ Makefile	Tue Jul 10 18:29:44 2007
@@ -125,7 +125,7 @@
 .endif
 
 .if defined(WITH_LIBSSH2)
-LIB_DEPENDS+=	ssh2.0:${PORTSDIR}/security/libssh2
+LIB_DEPENDS+=	ssh2:${PORTSDIR}/security/libssh2
 CONFIGURE_ARGS+=	--with-libssh2=${LOCALBASE}
 .else
 CONFIGURE_ARGS+=	--without-libssh2
--- Makefile.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list