mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Update to 1.417.
PR: 111979 Submitted by: Eugene Grosbein
This commit is contained in:
parent
61ff286986
commit
6487bd53dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190879
5 changed files with 16 additions and 21 deletions
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ntfs
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.417
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.ntfs-3g.org/
|
||||
MASTER_SITE_SUBDIR= fuse
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ntfs-3g-1.0.tgz) = 873a8de662849d129fc7c475ad3f5447
|
||||
SHA256 (ntfs-3g-1.0.tgz) = b5bbf81230bb21573d69fc471721b0b0c404eaa5040ef28e7dcec38320a1b2e4
|
||||
SIZE (ntfs-3g-1.0.tgz) = 562452
|
||||
MD5 (ntfs-3g-1.417.tgz) = 9e451f1084461795a96170adb6c4376b
|
||||
SHA256 (ntfs-3g-1.417.tgz) = 6eff152c670cb9cab1c3d423aac1ce7825f3bc5f53be5ff1857c0079bd27ecc0
|
||||
SIZE (ntfs-3g-1.417.tgz) = 562094
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
--- src/Makefile.in.orig Tue Jan 2 02:21:12 2007
|
||||
+++ src/Makefile.in Thu Jan 11 03:38:55 2007
|
||||
@@ -521,11 +521,11 @@
|
||||
|
||||
install-data-am: install-man
|
||||
@$(NORMAL_INSTALL)
|
||||
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
||||
+# $(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
||||
|
||||
install-exec-am: install-binPROGRAMS
|
||||
@$(NORMAL_INSTALL)
|
||||
- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
||||
+# $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
||||
|
||||
install-info: install-info-am
|
||||
|
11
sysutils/fusefs-ntfs/files/patch-src-ntfs-3g.c
Normal file
11
sysutils/fusefs-ntfs/files/patch-src-ntfs-3g.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/ntfs-3g.c.orig Thu Apr 26 01:51:08 2007
|
||||
+++ src/ntfs-3g.c Thu Apr 26 01:51:15 2007
|
||||
@@ -134,7 +134,7 @@
|
||||
} opts;
|
||||
|
||||
static const char *EXEC_NAME = "ntfs-3g";
|
||||
-static char def_opts[] = "silent,allow_other,nonempty,";
|
||||
+static char def_opts[] = "silent,allow_other,";
|
||||
static ntfs_fuse_context_t *ctx;
|
||||
static u32 ntfs_sequence;
|
||||
|
|
@ -31,5 +31,5 @@ include/ntfs-3g/volume.h
|
|||
lib/libntfs-3g.a
|
||||
lib/libntfs-3g.la
|
||||
lib/libntfs-3g.so
|
||||
lib/libntfs-3g.so.0
|
||||
lib/libntfs-3g.so.1
|
||||
@dirrm include/ntfs-3g
|
||||
|
|
Loading…
Add table
Reference in a new issue