Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2009 05:59:52 GMT
From:      Alex Kozlov <spam@rm-rf.kiev.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/133295: [patch] sysutils/fusefs-sshfs add KMODDIR var
Message-ID:  <200904020559.n325xqbe047204@www.freebsd.org>
Resent-Message-ID: <200904020600.n326067e062635@freefall.freebsd.org>

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

>Number:         133295
>Category:       ports
>Synopsis:       [patch] sysutils/fusefs-sshfs add KMODDIR var
>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 Apr 02 06:00:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kozlov
>Release:        
>Organization:
private
>Environment:
>Description:
Add KMODDIR var to sysutils/fusefs-sshfs. (Catch with sysutils/fusefs-kmod 1.24)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: sysutils/fusefs-sshfs/Makefile
@@ -15,8 +15,10 @@
 MAINTAINER=	amistry@am-productions.biz
 COMMENT=	Mount remote directories over ssh
 
+KMODDIR?=	${PREFIX}/modules
+
 LIB_DEPENDS=	fuse.2:${PORTSDIR}/sysutils/fusefs-libs
-RUN_DEPENDS=	${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
+RUN_DEPENDS=	${KMODDIR}/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
 BUILD_DEPENDS=	fusefs-libs>2.4.1:${PORTSDIR}/sysutils/fusefs-libs
 
 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?200904020559.n325xqbe047204>