FreshPorts -- The Place For Ports Mon, 15 Mar 2010 2:07 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
fusefs-kmod 0.3.9.p1.20080208_6 sysutils on this many watch lists=24 search for ports that depend on this port
Kernel module for fuse
Maintained by: amistry@am-productions.biz search for ports maintained by this maintainer
Port Added: 19 Oct 2005 09:20:15
Also Listed In: kld


Kernel module for fusefs based filesystems.

WWW: http://fuse4bsd.creo.hu/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: sysutils/fusefs-libs, textproc/ruby-deplate

To install the port: cd /usr/ports/sysutils/fusefs-kmod/ && make install clean
To add the package: pkg_add -r fusefs-kmod


Configuration Options
===> The following configuration options are available for fusefs-kmod-0.3.9.p1.20080208_6:
     AUTOSETUP=off (default) "Automatic global config file setup"
===> Use 'make config' to modify these settings

Master Sites:
http://mercurial.creo.hu/repos/fuse4bsd-hg/index.cgi/archive/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/fuse4bsd/

Number of commits found: 41

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
13 Jul 2009 14:52:30
Original commit files touched by this commit  0.3.9.p1.20080208_6
wxs search for other commits by this committer
- Fix build on current

PR:             [1]: ports/135621
                [2]: ports/136211
                [3]: ports/135285
Submitted by:   [1]: Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
                [2]: Takeshi Taguchi <taguchi@iij.ad.jp>
                [3]: David Naylor <naylor.b.david@gmail.com>
Approved by:    Anish Mistry <amistry@am-productions.biz> (maintainer)
16 Jun 2009 15:55:36
Original commit files touched by this commit  0.3.9.p1.20080208_5
wxs search for other commits by this committer
- Mark as broken on 8.x. There are two PRs about this. The first (ports/135285)
  has a patch but that causes coredumps. The second (ports/135621) has not
  been tested yet but the port should still be marked as broken until a
  proper fix is put in place.

PR:             ports/135285
Submitted by:   David Naylor <naylor.b.david@gmail.com>
Approved by:    maintainer timeout
27 May 2009 17:25:38
Original commit files touched by this commit  0.3.9.p1.20080208_5
jkim search for other commits by this committer
Fix build on -CURRENT after the removal of the thread argument from the FSD
(File-System Dependent) parts of the VFS.

Approved by:    Anish Mistry (amistry at am-productions dot biz) (maintainer)
19 May 2009 02:33:45
Original commit files touched by this commit  0.3.9.p1.20080208_5
brian search for other commits by this committer
The mkdir needs root privileges here.

Approved by:    maintainer
03 Feb 2009 20:45:37
Original commit files touched by this commit  0.3.9.p1.20080208_5
ed search for other commits by this committer
Make the fusefs kernel module compile on -CURRENT again.

The kernel module uses unit2minor(), which is not available on -CURRENT
anymore. I'm not increasing PORTREVISION, because this commit should not
have any effect on <800062 users.

Approved by:    port maintainer
13 Jan 2009 22:19:14
Original commit files touched by this commit  0.3.9.p1.20080208_5
amdmi3 search for other commits by this committer
- Add .undef KERNCONF to fusefs-kmod's Makefile, so KERNCONF defined in
/etc/make.conf don't break the build in some cases

PR:             129909
Submitted by:   myself
Approved by:    Alex Kozlov <spam at rm-rf dot kiev dot ua> (maintainer)
06 Jan 2009 17:59:31
Original commit files touched by this commit  0.3.9.p1.20080208_5
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
12 Dec 2008 15:10:52
Original commit files touched by this commit  0.3.9.p1.20080208_5
stefan search for other commits by this committer
Add knobs to the rc.d script to safely wait until all data has been written on
shutdown. (As this implies pausing rc.shutdown's shutdown watchdog, the knobs
are off by default.)

PR:             124901
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de>
Approved by:    maintainer
09 Dec 2008 18:56:43
Original commit files touched by this commit  0.3.9.p1.20080208_4
stefan search for other commits by this committer
Allow to choose fusefs-kmod install location by setting KMODDIR.

PR:             126322
Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:    maintainer (in ports/108788)
30 Oct 2008 15:36:35
Original commit files touched by this commit  0.3.9.p1.20080208_4
jkim search for other commits by this committer
Fix build on -CURRENT after the introduction of accmode_t and renaming of
VOP_ACCESS 'a_mode' argument to 'a_accmode'.

Reviewed by:    Anish Mistry <amistry at am-productions dot biz> (maintainer)
19 Oct 2008 06:41:00
Original commit files touched by this commit  0.3.9.p1.20080208_4
kevlo search for other commits by this committer
Correct fix for vinvalbuf()
19 Oct 2008 05:38:52
Original commit files touched by this commit  0.3.9.p1.20080208_4
kevlo search for other commits by this committer
Fix build on -CURRENT:
- remove the struct thread unuseful argument from bufobj interface.
26 Sep 2008 19:26:36
Original commit files touched by this commit  0.3.9.p1.20080208_3
miwi search for other commits by this committer
- Fix build on CURRENT

Submitted by:   rnoland@
Approved by:    Anish Mistry <amistry@am-productions.biz>
24 Jul 2008 03:44:17
Original commit files touched by this commit  0.3.9.p1.20080208_2
wxs search for other commits by this committer
Distfile re-rolled.  According to the maintainer all that changed was
some mercurial files were removed.

PR:             ports/125734 [1], ports/125495 [2]
Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer) [1]
                Eric J Christeson <Eric.J.Christeson@gmail.com> [2]
23 Jun 2008 19:53:54
Original commit files touched by this commit  0.3.9.p1.20080208_2
ed search for other commits by this committer
Make fusefs-kmod work again, after the addition of D_NEEDMINOR.

Drivers that use the clone_* KPI need to be marked with D_NEEDMINOR to
work right now. Without this patch, we'll get a kernel panic when
allocating the first device node.

Approved by:    philip (mentor)
12 Apr 2008 21:09:19
Original commit files touched by this commit  0.3.9.p1.20080208_1
nork search for other commits by this committer
Fix build on 8-current.

PR:             ports/122643
Submitted by:   NAKAJI Hiroyuki <nakaji at jp freebsd org>
Reviewed by:    Anish Mistry <amistry at am-productions biz> (maintainer)
03 Apr 2008 03:16:54
Original commit files touched by this commit  0.3.9.p1.20080208
rafan search for other commits by this committer
- When KERNCONF is set in /etc/make.conf and /usr/src is a symlink,
  fuse's Makefile uses hardcoded /usr/obj/usr/src/sys/${KERNCONF}.
  This causes build failure. Fix this by getting correct obj directory
  from /usr/src/Makefile.inc1.

PR:             ports/122257
Submitted by:   rafan
Approved by:    Anish Mistry <amistry at am-productions.biz> (maintainer)
16 Feb 2008 18:05:38
Original commit files touched by this commit  0.3.9.p1.20080208
alepulver search for other commits by this committer
From [1]:
- Update to version 0.3.9-pre1.20080208 (agreed with author).
- Download directly from the Mercurial reposirory (as tarball), to ease
  maintainence.
- Remove all local patches as they were integrated.
- Convert setup.sh into setup.sh.in, and use SUB_FILES instead of manual
  replacement.
- Use kldload instead of rc.d script in setup.sh.in because the latter gives
  an error.
- Remove "sleep 1" from rc.d script as now the FUSE daemon makes umount wait
  until disks are synced (synchronous unmount).
- Update pkg-message.

From [2]:
- Pass SRC_BASE to the actual build (previously was only used by the port to
  detect if the source was installed, but not passed to the internal Makefile).

PR:             ports/120420 [1], ports/118112 [2]
Submitted by:   alepulver [1], Yuri Pankov <yuri.pankov@gmail.com> [2]
Approved by:    maintainer (timeout) [1], maintainer [2]
08 Feb 2008 19:44:43
Original commit files touched by this commit  0.3.9.p1_3
novel search for other commits by this committer
- Fix build on 8-CURRENT. It was broken because of vn_lock/VOP_LOCK changes.
- Pet portlint, while here.

Approved by:            maintainer timeout (more than 2 weeks)
Related PR:             119764
01 Jan 2008 10:52:38
Original commit files touched by this commit  0.3.9.p1_3
mm search for other commits by this committer
- Add support for SRC_BASE and MAKEOBJDIRPREFIX if using KERNCONF

PR:             ports/115954
Submitted by:   Nikos Ntarmos <ntarmos at ceid.upatras.gr>
Reworked by:    mm
Approved by:    maintainer timeout
17 Dec 2007 17:22:09
Original commit files touched by this commit  0.3.9.p1_3
alepulver search for other commits by this committer
- Bump PORTREVISION.
- Add checks in rc.d scripts to avoid "double" loading/unloading.
- Add patch-fuse_io.c (fix from
  http://mercurial.creo.hu/repos/fuse4bsd-hg/?rev/d7bf90a8cc85).
- Handle "nonempty" option by ignoring it, used by ntfs-3g
  (http://mercurial.creo.hu/repos/fuse4bsd-hg/?rev/aef999f12049).
- In the rc.d script unmount FUSE filesystem in the "stop" command, in reverse
  order in case the mounts are nested, waiting one second after each. This is
  a temporary workaround for umount returning before the cache has been
  flushed (which causes for example files not being written to the disk), a
  proper solution is being worked on.
- Add note in pkg-message about "stop" rc.d command unmounting FUSE
  filesystems.

PR:             ports/118758
Submitted by:   alepulver (myself)
Approved by:    Anish Mistry <amistry@am-productions.biz> (maintainer)
15 Nov 2007 19:46:42
Original commit files touched by this commit  0.3.9.p1_2
ru search for other commits by this committer
Fix the package.

Approved by:    portmgr (linimon)
30 Oct 2007 03:10:09
Original commit files touched by this commit  0.3.9.p1_1
alepulver search for other commits by this committer
- Bump PORTREVISION.
- Create pkg-message from SUB_FILES instead of using ${SED} to print.
- Add a note in pkg-message and clean up.
- Create a symlink of ${PREFIX}/sbin/mount_fusefs to /usr/sbin to allow
  mounting from /etc/fstab.
- Add "BEFORE: mountlate" to rc.d script.

This has been verified to work with sysutils/fusefs-ntfs (see changes to
pkg-message in last commit).

PR:             ports/117516
Submitted by:   alepulver (myself)
Approved by:    Anish Mistry <amistry@am-productions.biz> (maintainer)
03 Oct 2007 06:05:22
Original commit files touched by this commit  0.3.9.p1
edwin search for other commits by this committer
Sysutils/fusefs-kmod requires also userland sources

        Fusefs-kmod says it requires kernel sources, but it also requires
        userland sources:

        Warning: Object directory not changed from original
/var/ports/usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.9-pre1/mount_fusefs
        cc -O2 -fno-strict-aliasing -pipe -I/usr/src/sbin/mount -I../include -c
mount_fusefs.c
                                          ^^^^^^^^^^^^^^^^^^^^^^
        mount_fusefs.c:50:21: mntopts.h: No such file or directory
        mount_fusefs.c:57: error: elements of array `mopts' have incomplete type

PR:             ports/116196
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Approved by:    maintainer timeout
22 Aug 2007 12:38:06
Original commit files touched by this commit  0.3.9.p1
mm search for other commits by this committer
- Add patch for better processing of KERNCONF variable on build time

PR:             ports/115585
Submitted by:   Marcin Wisnicki <mwisnicki+freebsd at gmail.com>
Approved by:    maintainer
13 Aug 2007 11:48:41
Original commit files touched by this commit  0.3.9.p1
mm search for other commits by this committer
- Update to 0.3.9-pre1
- Add additional patches

PR:             ports/114629
Approved by:    maintainer, garga (mentor, implicit)
Tested by:      freebsd-ports@
29 Jun 2007 10:16:42
Original commit files touched by this commit  0.3.0_5
linimon search for other commits by this committer
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:            portmgr
29 May 2007 16:51:33
Original commit files touched by this commit  0.3.0_5
miwi search for other commits by this committer
- Fix build error with gcc4.2 [1]
- Fix panic on Head [2]

PR:             112387 / 112989
Submitted by:   Artem Naluzhny<tut@nhamon.com.ua> [1]
                Anish Mistry <amistry@am-productions.biz> (maintainer) [2]
15 Feb 2007 09:31:28
Original commit files touched by this commit  0.3.0_4
pav search for other commits by this committer
- Load kmod by absolute path

PR:             ports/107466
Submitted by:   Andrzej Tobola <ato@iem.pw.edu.pl>
Approved by:    Anish Mistry <amistry@am-productions.biz> (maintainer)
14 Feb 2007 17:05:06
Original commit files touched by this commit  0.3.0_3
pav search for other commits by this committer
- Annotate sysctl.conf entry in rc script comment block for people who miss
  pkg-message

PR:             ports/107466
Submitted by:   Peter Risdon <prisdon@gmail.com>
Approved by:    maintainer timeout
28 Sep 2006 17:39:42
Original commit files touched by this commit  0.3.0_3
pav search for other commits by this committer
- Fix a bug in the initialization of a debug kernel sysctl. Merge changeset
  9131f671c86d from upstream. This should fix problems with errors and
  truncations during a save.

PR:             ports/103722
Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
12 Aug 2006 22:11:12
Original commit files touched by this commit  0.3.0_2
pav search for other commits by this committer
- Fix build on -CURRENT
- Fix path in pkg-message

PR:             ports/100403
Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
08 Jul 2006 07:50:09
Original commit files touched by this commit  0.3.0_1
linimon search for other commits by this committer
Fully qualify the path to sysctl.

Approved by:    maintainer
05 Apr 2006 03:53:39
Original commit files touched by this commit  0.3.0_1
mnag search for other commits by this committer
- Use USE_RC_SUBR=fusefs instead of =yes
- Reorganize Makefile and rc.d script
- Bump PORTREVISION

PR:             95064
Submitted by:   maintainer
20 Feb 2006 20:47:50
Original commit files touched by this commit  0.3.0
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
11 Feb 2006 04:21:09
Original commit files touched by this commit  0.3.0
vanilla search for other commits by this committer
Upgrade to 0.3.0.

PR:             ports/93159
Submitted by:   maintainer
27 Jan 2006 06:35:55
Original commit files touched by this commit  0.2.99.2
vanilla search for other commits by this committer
Upgrade to 0.2.99.2.

PR:             ports/92386
Submitted by:   maintainer
22 Jan 2006 18:50:29
Original commit files touched by this commit  0.2.99.1_1
pav search for other commits by this committer
- Fix on 64-bit archs

PR:             ports/92076
Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
22 Jan 2006 02:52:21
Original commit files touched by this commit  0.2.99.1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
18 Jan 2006 19:48:56
Original commit files touched by this commit  0.2.99.1
pav search for other commits by this committer
- Update fusefs-kmod to 0.2.99.1, fusefs-libs to 2.5.0, fusefs-sshfs to 1.4

PR:             ports/91873
Submitted by:   Anish Mistry <amistry@am-productions.biz> (maintainer)
19 Oct 2005 09:18:57
Original commit files touched by this commit  0.2.19.6
barner search for other commits by this committer
Add new port for fusefs-kmod,

Kernel module for fusefs based filesystems.

WWW: http://wikitest.freebsd.org/moin.cgi/FuseFilesystem

Submitted by:           Anish Mistry <amistry@am-productions.biz> (via email)
Reviewed by:            Csaba Henk <csaba.henk@creo.hu>
Ported to FreeBSD by:   Csaba Henk <csaba.henk@creo.hu> (as a SoC project)

Number of commits found: 41

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28
seamonkey2*Feb 28
thunderbird3*Feb 28
openoffice.org-1.0*Feb 27
openoffice.org-1.1*Feb 27
openoffice.org-1.1-devel*Feb 27
openoffice.org-2*Feb 27

4 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21399
Broken 171
Deprecated 46
Ignore 895
Forbidden 2
Restricted 387
No CDROM 141
Vulnerable 57
Expired 22
Set to expire 33
Interactive 79
new 24 hours 1
new 48 hours2
new 7 days30
new fortnight50
new month93

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.26 seconds.