Update to 2015.3.14.
This commit is contained in:
parent
b9ab4535eb
commit
9a4adaae22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387678
5 changed files with 19 additions and 40 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ntfs
|
||||
PORTVERSION= 2014.2.15
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2015.3.14
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://tuxera.com/opensource/
|
||||
PKGNAMEPREFIX= fusefs-
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ntfs-3g_ntfsprogs-2014.2.15.tgz) = 4c3099400cb14b231a3c9d718b3a8d152d38555059341ce5fc6d02292a4a5b56
|
||||
SIZE (ntfs-3g_ntfsprogs-2014.2.15.tgz) = 1143575
|
||||
SHA256 (ntfs-3g_ntfsprogs-2015.3.14.tgz) = 97f996015d8316d4a272bd2629978e5e97072dd3cc148ce39802f8037c6538f2
|
||||
SIZE (ntfs-3g_ntfsprogs-2015.3.14.tgz) = 1210069
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- configure.orig 2014-02-15 06:07:59.000000000 -0800
|
||||
+++ configure 2014-04-16 10:11:58.615876540 -0700
|
||||
@@ -3248,7 +3248,7 @@
|
||||
--- configure.orig 2015-03-14 14:10:24 UTC
|
||||
+++ configure
|
||||
@@ -3256,7 +3256,7 @@ if test "${enable_mount_helper+set}" = s
|
||||
else
|
||||
|
||||
case "${target_os}" in
|
||||
|
@ -9,34 +9,7 @@
|
|||
*) enable_mount_helper="no" ;;
|
||||
esac
|
||||
|
||||
@@ -9527,7 +9527,7 @@
|
||||
hardcode_shlibpath_var=no
|
||||
;;
|
||||
|
||||
- freebsd1*)
|
||||
+ freebsd1.*)
|
||||
ld_shlibs=no
|
||||
;;
|
||||
|
||||
@@ -10402,7 +10402,7 @@
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
;;
|
||||
|
||||
-freebsd1*)
|
||||
+freebsd1.*)
|
||||
dynamic_linker=no
|
||||
;;
|
||||
|
||||
@@ -10413,7 +10413,7 @@
|
||||
objformat=`/usr/bin/objformat`
|
||||
else
|
||||
case $host_os in
|
||||
- freebsd[123]*) objformat=aout ;;
|
||||
+ freebsd[123].*) objformat=aout ;;
|
||||
*) objformat=elf ;;
|
||||
esac
|
||||
fi
|
||||
@@ -11894,7 +11894,7 @@
|
||||
@@ -12871,7 +12871,7 @@ fi
|
||||
with_fuse="external"
|
||||
;;
|
||||
freebsd*)
|
||||
|
@ -45,7 +18,7 @@
|
|||
;;
|
||||
*)
|
||||
as_fn_error $? "ntfs-3g can be built for Linux, FreeBSD, Mac OS X, NetBSD, and Solaris only." "$LINENO" 5
|
||||
@@ -13967,7 +13967,7 @@
|
||||
@@ -15014,7 +15014,7 @@ if test "x${DISTCHECK_HACK}" != "x"; the
|
||||
fi
|
||||
|
||||
# Settings
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
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
|
||||
Server 2003, Windows 2000, Windows Vista, Windows Server 2008, Windows 7
|
||||
and Windows 8 NTFS file systems. 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/ntfs-3g-download/
|
||||
WWW: http://www.tuxera.com/community/open-source-ntfs-3g/
|
||||
|
|
|
@ -22,10 +22,12 @@ include/ntfs-3g/debug.h
|
|||
include/ntfs-3g/device.h
|
||||
include/ntfs-3g/device_io.h
|
||||
include/ntfs-3g/dir.h
|
||||
include/ntfs-3g/ea.h
|
||||
include/ntfs-3g/efs.h
|
||||
include/ntfs-3g/endians.h
|
||||
include/ntfs-3g/index.h
|
||||
include/ntfs-3g/inode.h
|
||||
include/ntfs-3g/ioctl.h
|
||||
include/ntfs-3g/layout.h
|
||||
include/ntfs-3g/lcnalloc.h
|
||||
include/ntfs-3g/logfile.h
|
||||
|
@ -47,8 +49,8 @@ include/ntfs-3g/volume.h
|
|||
include/ntfs-3g/xattrs.h
|
||||
lib/libntfs-3g.a
|
||||
lib/libntfs-3g.so
|
||||
lib/libntfs-3g.so.85
|
||||
lib/libntfs-3g.so.85.0.0
|
||||
lib/libntfs-3g.so.86
|
||||
lib/libntfs-3g.so.86.0.0
|
||||
libdata/pkgconfig/libntfs-3g.pc
|
||||
man/man8/mkntfs.8.gz
|
||||
man/man8/ntfs-3g.8.gz
|
||||
|
@ -60,13 +62,17 @@ man/man8/ntfsclone.8.gz
|
|||
man/man8/ntfscluster.8.gz
|
||||
man/man8/ntfscmp.8.gz
|
||||
man/man8/ntfscp.8.gz
|
||||
man/man8/ntfsdecrypt.8.gz
|
||||
man/man8/ntfsfallocate.8.gz
|
||||
man/man8/ntfsfix.8.gz
|
||||
man/man8/ntfsinfo.8.gz
|
||||
man/man8/ntfslabel.8.gz
|
||||
man/man8/ntfsls.8.gz
|
||||
man/man8/ntfsprogs.8.gz
|
||||
man/man8/ntfsresize.8.gz
|
||||
man/man8/ntfstruncate.8.gz
|
||||
man/man8/ntfsundelete.8.gz
|
||||
man/man8/ntfswipe.8.gz
|
||||
sbin/mkntfs
|
||||
sbin/ntfsclone
|
||||
sbin/ntfscp
|
||||
|
|
Loading…
Reference in a new issue