2009-07-08 18:27:31 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2009/07/08 16:34:40 joerg Exp $
|
2007-02-26 20:55:28 +01:00
|
|
|
#
|
|
|
|
|
2007-12-12 17:43:55 +01:00
|
|
|
DISTNAME= ntfs-3g-1.1120
|
2007-02-26 20:55:28 +01:00
|
|
|
PKGNAME= fuse-${DISTNAME}
|
|
|
|
CATEGORIES= filesystems
|
|
|
|
MASTER_SITES= http://www.ntfs-3g.org/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2008-05-25 23:20:07 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-02-26 20:55:28 +01:00
|
|
|
HOMEPAGE= http://www.ntfs-3g.org/
|
|
|
|
COMMENT= NTFS driver for Linux/FreeBSD/NetBSD with read and write support
|
|
|
|
|
2009-07-08 18:27:31 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2007-02-26 20:55:28 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
Update to 1.913:
STABLE Version 1.913 (September 13, 2007) Release Notes
* change: free disk space calculation was highly CPU intensive during
write activity. This could reduce write performance severely, especially
for huge volumes if a file manager or desktop applet regularly polled
for disk space usage. Now the calculation is constant time, around only
10 microseconds on a typical desktop, and it's completely independent
of the volume size.
* fix: hibernation check was too rigid and mount was refused in read/write
mode unnecessarily in some cases.
* all performance improvements included unchanged from the 1.910-RC test
release. Please see those details below.
Version 1.910-RC (September 10, 2007) -- Release Notes
* change: significantly improved the performance of writing many files,
typically by 50-1000% (copying files, unpacking, untarring packages,
compilation, directory synchronization, ...).
* change: improved the performance of writing multi-GB size files,
particularly after the creation of many thousands of other files.
Previous disk space defragmentation is highly advised for the best
possible speed. File level defragmentation is not enough.
* change: improved concurrent write performance.
2007-09-14 10:55:49 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config
|
2007-02-26 20:55:28 +01:00
|
|
|
|
2007-07-13 12:02:55 +02:00
|
|
|
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}
|
|
|
|
|
2007-02-26 20:55:28 +01:00
|
|
|
.include "../../mk/fuse.buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|