Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2006 18:43:06 +0200 (CEST)
From:      Thomas Vogt <thomas@bsdunix.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97917: sysutils/fusefs-curlftpfs lib dependecy fix
Message-ID:  <200605251643.k4PGh6iL034961@bert.mlan.solnet.ch>
Resent-Message-ID: <200605251650.k4PGoDO6063690@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97917
>Category:       ports
>Synopsis:       sysutils/fusefs-curlftpfs lib dependecy fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 25 16:50:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Vogt
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD bert.mlan.solnet.ch 6.1-STABLE FreeBSD 6.1-STABLE #14: Thu May 18 17:39:31 CEST 2006 root@bert.mlan.solnet.ch:/usr/obj/usr/src/sys/BERT i386


	
>Description:
	fusefs-curlftpfs doesn't compile without libcurl. Add curl to lib dependency.
>How-To-Repeat:
	
>Fix:

diff -u fusefs-curlftpfs.orig/Makefile fusefs-curlftpfs/Makefile
--- fusefs-curlftpfs.orig/Makefile	Thu May 25 17:59:05 2006
+++ fusefs-curlftpfs/Makefile	Thu May 25 18:01:17 2006
@@ -15,7 +15,8 @@
 MAINTAINER=	infofarmer@FreeBSD.org
 COMMENT=	Mount remote ftp directories
 
-LIB_DEPENDS=	fuse.2:${PORTSDIR}/sysutils/fusefs-libs
+LIB_DEPENDS=	fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
+		curl.3:${PORTSDIR}/ftp/curl
 RUN_DEPENDS=	${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
 
 GNU_CONFIGURE=	yes

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605251643.k4PGh6iL034961>