ports/118112: [PATCH] sysutils/fusefs-kmod: use SRC_BASE
Yuri Pankov
yuri.pankov at gmail.com
Mon Nov 19 03:00:08 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list