Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2006 20:05:08 -0500
From:      "Anish Mistry" <amistry@am-productions.biz>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        Csaba Henk <csaba.henk@creo.hu>
Subject:   ports/93158: Correct sysutils/fusefs-sshfs libs check
Message-ID:  <1139619908.61923@bigguy.am-productions.biz>
Resent-Message-ID: <200602110110.k1B1A6U8032070@freefall.freebsd.org>

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

>Number:         93158
>Category:       ports
>Synopsis:       Correct sysutils/fusefs-sshfs libs check
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 11 01:10:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Anish Mistry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
AM Productions 
>Environment:


System: FreeBSD 6.0-STABLE #0: Tue Jan 31 10:24:32 EST 2006
    root@:/usr/obj/usr/src/sys/BIGGUY



>Description:


Correctly handle library version number dependency.


>How-To-Repeat:





>Fix:


--- fusefs-sshfs-1.4.patch begins here ---
diff -ruN fusefs-sshfs.orig/Makefile fusefs-sshfs/Makefile
--- fusefs-sshfs.orig/Makefile	Fri Feb 10 19:39:27 2006
+++ fusefs-sshfs/Makefile	Fri Feb 10 19:45:49 2006
@@ -17,12 +17,10 @@
 
 LIB_DEPENDS=	fuse.2:${PORTSDIR}/sysutils/fusefs-libs
 RUN_DEPENDS=	${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
-
-CONFLICTS=	fusefs-kmod-0.2.19*
+BUILD_DEPENDS=	fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
-USE_REINPLACE=	yes
 USE_GNOME=	glib20
 
 .include <bsd.port.pre.mk>
--- fusefs-sshfs-1.4.patch ends here ---



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



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