Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2007 05:53:19 +0300 (MSK)
From:      Yuri Pankov <yuri.pankov@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        amistry@am-productions.biz
Subject:   ports/118112: [PATCH] sysutils/fusefs-kmod: use SRC_BASE
Message-ID:  <200711190253.lAJ2rJ6T014639@darklight.org.ru>
Resent-Message-ID: <200711190300.lAJ307b5014789@freefall.freebsd.org>

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

>Number:         118112
>Category:       ports
>Synopsis:       [PATCH] sysutils/fusefs-kmod: use SRC_BASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 19 03:00:06 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yuri Pankov
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD darklight.org.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Wed Nov 14 03:28:09 MSK 2007
>Description:
Make it actually use SRC_BASE.

Port maintainer (amistry@am-productions.biz) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- fusefs-kmod-0.3.9.p1_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/fusefs-kmod.orig/Makefile /usr/ports/sysutils/fusefs-kmod/Makefile
--- /usr/ports/sysutils/fusefs-kmod.orig/Makefile	2007-11-19 05:47:05.000000000 +0300
+++ /usr/ports/sysutils/fusefs-kmod/Makefile	2007-11-19 05:48:06.000000000 +0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	fusefs
 DISTVERSION=	0.3.9-pre1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils kld
 MASTER_SITES=	http://fuse4bsd.creo.hu/downloads/ \
 		http://am-productions.biz/docs/
@@ -66,6 +66,8 @@
 IGNORE=		requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src
 .endif
 
+MAKE_ENV+=	SYSDIR=${SRC_BASE}/sys MOUNT=${SRC_BASE}/sbin/mount
+
 .if !defined(WITH_AUTOSETUP)
 SUB_FILES=	pkg-message
 .endif
--- fusefs-kmod-0.3.9.p1_3.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?200711190253.lAJ2rJ6T014639>