aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2008-04-12 20:09:19 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2008-04-12 20:09:19 +0000
commitff3847916335ad2647e4cb45b20c0df21ff4cdbb (patch)
tree3233ed96b0d292f12bc50a81df9442de34a9bb4b
parentf3c73606cb1948f564f310d0db0501a68f34f138 (diff)
downloadports-ff3847916335ad2647e4cb45b20c0df21ff4cdbb.tar.gz
ports-ff3847916335ad2647e4cb45b20c0df21ff4cdbb.zip
Notes
-rw-r--r--sysutils/fusefs-kmod/Makefile1
-rw-r--r--sysutils/fusefs-kmod/files/patch-fuse_module__fuse_vfsops.c10
2 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/fusefs-kmod/Makefile b/sysutils/fusefs-kmod/Makefile
index 45f54ed54273..65950f56242c 100644
--- a/sysutils/fusefs-kmod/Makefile
+++ b/sysutils/fusefs-kmod/Makefile
@@ -7,6 +7,7 @@
PORTNAME= fusefs
DISTVERSION= 0.3.9-pre1.20080208
+PORTREVISION= 1
CATEGORIES= sysutils kld
MASTER_SITES= http://mercurial.creo.hu/repos/fuse4bsd-hg/index.cgi/archive/
PKGNAMESUFFIX= -kmod
diff --git a/sysutils/fusefs-kmod/files/patch-fuse_module__fuse_vfsops.c b/sysutils/fusefs-kmod/files/patch-fuse_module__fuse_vfsops.c
new file mode 100644
index 000000000000..bc09bafda94c
--- /dev/null
+++ b/sysutils/fusefs-kmod/files/patch-fuse_module__fuse_vfsops.c
@@ -0,0 +1,10 @@
+--- fuse_module/fuse_vfsops.c.orig 2008-04-11 11:34:04.000000000 +0900
++++ fuse_module/fuse_vfsops.c 2008-04-11 11:34:24.000000000 +0900
+@@ -18,6 +18,7 @@
+ #include <sys/namei.h>
+ #include <sys/mount.h>
+ #include <sys/sysctl.h>
++#include <sys/fcntl.h>
+
+ #include "fuse.h"
+ #include "fuse_session.h"