FreshPorts -- The Place For Ports Sat, 4 Feb 2012 1:52 AM GMT
Port details
fusefs-ntfs 2011.4.12_1 sysutils on this many watch lists=21 search for ports that depend on this port
Mount NTFS partitions (read/write) and disk images

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Dec 2006 22:15:57
License: not specified in port


The ntfs-3g driver is an open source, freely available read/write NTFS
driver, which provides safe and fast handling of the Windows XP, Windows
Server 2003 and Windows 2000 filesystems. Almost the full POSIX filesystem
functionality is supported, the major exceptions are changing the file
ownerships and the access rights.

WWW: http://www.tuxera.com/community/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: sysutils/fusefs-libs, devel/libtool
Required To Run: sysutils/fusefs-kmod
Required Libraries: sysutils/fusefs-libs, devel/libublio, converters/libiconv
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for fusefs-ntfs-2011.4.12_1:
     LOCK=on (default) "Lock the device when mounting (avoids access)"
     UBLIO=on (default) "Enable user space cache for improved speed"
===> Use 'make config' to modify these settings

Master Sites:
http://tuxera.com/opensource/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 48

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Sep 2011 22:26:39
Original commit files touched by this commit  2011.4.12_1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
12 Jul 2011 16:02:20
Original commit files touched by this commit  2011.4.12_1
jlaffaye search for other commits by this committer
Add conflict on ntfsprogs

Submitted by:   Jan Henrik Sylvester <me@janh.de> (via private mail)
Approved by:    bapt (mentor)
10 Jul 2011 16:29:38
Original commit files touched by this commit  2011.4.12
jlaffaye search for other commits by this committer
Update to 2011.4.12
Do no install files outside PREFIX

PR:             ports/156615 (based on)
Submitted by:   bartoletti <coder@tuxfamily.org>
Approved by:    tabthorpe (mentor)
19 Mar 2011 12:38:54
Original commit files touched by this commit  2010.10.2
miwi search for other commits by this committer
- Get Rid MD5 support
03 Feb 2011 10:56:19
Original commit files touched by this commit  2010.10.2
arved search for other commits by this committer
Add a CONFLICTS_BUILD for bonobo because of LOCALBASE/include/efs.h

PR:             146434
Submitted by:   Kevin Baxter
Feature safe:   yes
04 Dec 2010 07:34:27
Original commit files touched by this commit  2010.10.2
ade search for other commits by this committer
Sync to new bsd.autotools.mk
18 Nov 2010 11:33:49
Original commit files touched by this commit  2010.10.2
arved search for other commits by this committer
Include the local header files before LOCALBASE/include, to avoid buildfailure
if bonobo is installed

PR:             151997
11 Oct 2010 01:32:01
Original commit files touched by this commit  2010.10.2
alepulver search for other commits by this committer
- Update to version 2010.10.2.
- Do not install /usr/sbin/mount_ntfs-3g symlink (added note in
  README.FreeBSD) because it doesn't work in 7.x or later.
- Drop maintainership (fuse4bsd is unmaintained, and there are problems that
  will affect this port until an alternative appears).
06 May 2010 22:50:36
Original commit files touched by this commit  2010.3.6
alepulver search for other commits by this committer
- Update to version 2010.3.6.
02 Aug 2009 19:36:34
Original commit files touched by this commit  2009.4.4
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
28 Jul 2009 21:43:12
Original commit files touched by this commit  2009.4.4
alepulver search for other commits by this committer
- Update to version 2009.4.4.
13 Mar 2009 00:30:03
Original commit files touched by this commit  2009.2.1
alepulver search for other commits by this committer
- Update to version 2009.2.1.
05 Feb 2009 21:27:43
Original commit files touched by this commit  2009.1.1
alepulver search for other commits by this committer
- Update to version 2009.1.1.
06 Jan 2009 17:59:31
Original commit files touched by this commit  1.2531
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.2531
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
23 Jun 2008 20:44:58
Original commit files touched by this commit  1.2531
alepulver search for other commits by this committer
- Fix install of /usr/sbin/mount_ntfs-3g -> ${PREFIX}/bin/ntfs-3g symlink.
21 Jun 2008 23:46:16
Original commit files touched by this commit  1.2531
alepulver search for other commits by this committer
- Fix ublio patch (was not building).
21 Jun 2008 22:29:38
Original commit files touched by this commit  1.2531
alepulver search for other commits by this committer
- Update to version 1.2531.
18 May 2008 15:49:08
Original commit files touched by this commit  1.2506
alepulver search for other commits by this committer
- Add USE_ICONV (reported to fail without it, if not pulled by dependencies).
06 May 2008 22:25:02
Original commit files touched by this commit  1.2506
alepulver search for other commits by this committer
- Update to version 1.2506.
13 Apr 2008 22:45:58
Original commit files touched by this commit  1.2412
alepulver search for other commits by this committer
- Update to version 1.2412.
13 Mar 2008 19:39:56
Original commit files touched by this commit  1.2310
alepulver search for other commits by this committer
- Update to version 1.2310.
19 Feb 2008 21:38:13
Original commit files touched by this commit  1.2216
alepulver search for other commits by this committer
- Update to version 1.2216.
- Add note in README.FreeBSD about mount(8) workarounds (symlink/patch) for
  using from /etc/fstab in FreeBSD >= 7.x, as external types are hard coded
  in mount.c.
16 Feb 2008 18:13:23
Original commit files touched by this commit  1.2129
alepulver search for other commits by this committer
- Update to version 1.2129.
- Change LOCK option to ON by default (as official build).
- Remove pre-everything warning and conditional pkg-message about UBLIO (see
  below).
- Add README.FreeBSD (introduction, known issues, bug reporting, ublio
  configuration, mounting at starup, ...) and mention in pkg-message.
17 Dec 2007 17:25:30
Original commit files touched by this commit  1.1120
alepulver search for other commits by this committer
- Update to version 1.1120.
- Use @exec/@unexec directives in pkg-plist to handle symlinks.
- Remove the note about fuse_load="YES" in /boot/loader.conf since now there
  are more than good reasons for using the rc.d script (see fusefs-kmod).
- Clarify note in pkg-message about EAGAIN problem.
26 Oct 2007 00:10:37
Original commit files touched by this commit  1.1004
alepulver search for other commits by this committer
- Update to version 1.1004.
- Improve pkg-message (note about using in /etc/fstab).
14 Sep 2007 02:42:07
Original commit files touched by this commit  1.913
alepulver search for other commits by this committer
- Update to version 1.913.
- Update pkg-message.

Reported by:    Szabolcs Szakacsits <szaka@ntfs-3g.org>
11 Sep 2007 17:58:05
Original commit files touched by this commit  1.826_1
alepulver search for other commits by this committer
- Bump PORTREVISION.
- Depend on devel/libublio instead of fetching sources and integrating them.
- Install symlink in /usr/sbin/mount_ntfs-3g, to allow using with
  'mount -t ntfs-3g' and in /etc/fstab, after mounting /usr.
- Change default UBLIO_BLOCKSIZE value to 262144.
- Update pkg-message, with notes about the mount_ntfs-3g symlink, and about
  problems with many simultaneous operations (not ublio's problem, but
  incremented when used with a larger blocksize).
09 Sep 2007 07:22:54
Original commit files touched by this commit  1.826
alepulver search for other commits by this committer
- Update to version 1.826.
30 Aug 2007 03:44:29
Original commit files touched by this commit  1.710_1
fjoe search for other commits by this committer
Assign maintainership to alepulver@.
25 Aug 2007 06:40:21
Original commit files touched by this commit  1.710_1
fjoe search for other commits by this committer
Remove --mandir from CONFIGURE_ARGS. It is now added by bsd.port.mk
automatically.
23 Aug 2007 14:42:29
Original commit files touched by this commit  1.710_1
fjoe search for other commits by this committer
Bump PORTREVISION.
23 Aug 2007 14:41:39
Original commit files touched by this commit  1.710
fjoe search for other commits by this committer
- Remove ONLY_FOR_ARCHS to see what happens (they say in the website
it's more portable now).
- Install manpages into ${MANPREFIX}/man, not ${PREFIX}/share/man.
- Bring back IGNORE for FreeBSD < 600000 (all fusefs-* ports have it,
and the build would succeed but installation of dependencies would fail).
- Add a note in pkg-message about memory usage, and make a gramatical
correction.
- Avoid calling fsync() twice.

PR:             115088
Submitted by:   alepulver@
24 Jul 2007 15:10:14
Original commit files touched by this commit  1.710
rafan search for other commits by this committer
- Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default
  in bsd.port.mk.

Tested with:    my tinderbox on i386 6
Approved by:    portmgr
17 Jul 2007 15:24:51
Original commit files touched by this commit  1.710
fjoe search for other commits by this committer
Update to 1.710.

PR:             114616
Submitted by:   trasz
07 Jun 2007 04:01:33
Original commit files touched by this commit  1.417_2
alepulver search for other commits by this committer
- Bump PORTREVISION.
- Remove unneeded checks of OSVERSION since they are in the corresponding
  dependencies.
- Add OPTIONS: LOCK and UBLIO.

See:
www.mail-archive.com/ macfuse-devel@googlegroups.com/msg00053.html

PR:             ports/112402
Submitted by:   alepulver (myself)
Approved by:    fjoe (maintainer, timeout: 1 month)
26 May 2007 08:38:04
Original commit files touched by this commit  1.417_1
fjoe search for other commits by this committer
Fix pkg-plist.
25 Apr 2007 18:55:38
Original commit files touched by this commit  1.417
fjoe search for other commits by this committer
Update to 1.417.

PR:             111979
Submitted by:   Eugene Grosbein
23 Feb 2007 07:56:08
Original commit files touched by this commit  1.0
fjoe search for other commits by this committer
Update to 1.0 release.
16 Feb 2007 05:26:43
Original commit files touched by this commit  0.20070207RC1
fjoe search for other commits by this committer
Update 0.20070207-RC1.
10 Feb 2007 22:49:37
Original commit files touched by this commit  0.20070118.BETA
kris search for other commits by this committer
BROKEN: Unfetchable
01 Feb 2007 02:42:06
Original commit files touched by this commit  0.20070118.BETA
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
19 Jan 2007 10:48:58
Original commit files touched by this commit  0.20070118.BETA
fjoe search for other commits by this committer
Update to 20070118.
10 Jan 2007 21:54:31
Original commit files touched by this commit  0.20070102.BETA
fjoe search for other commits by this committer
- Update 20070102.
- Fix pkg-plist [1]
- Change PORTVERSION to start with 0. I hate PORTEPOCH.

PR:             107475
Noticed by:     kris (via pointyhat) [1]
06 Dec 2006 04:29:59
Original commit files touched by this commit  20061115.BETA
fjoe search for other commits by this committer
According to author the driver works on 64-bit architectures (mostly amd64)
and on big-endian architectures too but is not officially supported there
due to lack of hardware.

Reflect this in COMMENT and enable the driver on amd64.
05 Dec 2006 22:56:18
Original commit files touched by this commit  20061115.BETA
fjoe search for other commits by this committer
Update WWW to http://www.ntfs-3g.org/

Requested by:   Szakacsits Szabolcs
05 Dec 2006 22:33:32
Original commit files touched by this commit  20061115.BETA
fjoe search for other commits by this committer
Well, this file is actually written by me almost from scratch.
Update (c) message accordingly.
05 Dec 2006 22:15:46
Original commit files touched by this commit  20061115.BETA
fjoe search for other commits by this committer
New port: The ntfs-3g driver is an open source, freely available read/write NTFS
driver, which provides safe and fast handling of the Windows XP, Windows
Server 2003 and Windows 2000 filesystems. Almost the full POSIX filesystem
functionality is supported, the major exceptions are changing the file
ownerships and the access rights.

WWW: http://www.linux-ntfs.org/

Number of commits found: 48

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01
seamonkeyFeb 01
seamonkey2Feb 01
thunderbirdFeb 01
thunderbird3Feb 01
apache2Jan 31
apache20Jan 31
apache21Jan 31
apache22Jan 31
apache22-prefork-mpmJan 31
sudo*Jan 31

17 vulnerabilities affecting 41 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 23096
Broken 192
Deprecated 94
Ignore 728
Forbidden 2
Restricted 329
No CDROM 108
Vulnerable 0
Expired 7
Set to expire 92
Interactive 62
new 24 hours 4
new 48 hours5
new 7 days26
new fortnight58
new month111

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

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