sysutils/fusefs-ntfs: further improve the port (+)
- Chase HTTP redirection when downloading the distfile - Simplify `libntfs-3g/Makefile.in' fixup: only inhibit useless `install-exec-hook' target, no need to adjust the order of includes - Drop another left-over patch which is no-op nowadays - Actualize WWW line (development happens on GitHub) PR: 260945
This commit is contained in:
parent
f45ce54971
commit
e1d1c00080
3 changed files with 4 additions and 15 deletions
sysutils/fusefs-ntfs
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= ntfs
|
||||
PORTVERSION= 2017.3.23
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://tuxera.com/opensource/
|
||||
MASTER_SITES= https://download.tuxera.com/opensource/
|
||||
PKGNAMEPREFIX= fusefs-
|
||||
DISTNAME= ${PORTNAME}-3g_ntfsprogs-${PORTVERSION}
|
||||
|
||||
|
@ -51,8 +51,8 @@ post-patch:
|
|||
${WRKSRC}/libntfs-3g/object_id.c \
|
||||
${WRKSRC}/libntfs-3g/reparse.c \
|
||||
${WRKSRC}/libntfs-3g/security.c
|
||||
@${REINPLACE_CMD} -e 's|\($$(AM_CFLAGS)\) \(-I$$(top_srcdir)/include/ntfs-3g\)|\2 \1|; \
|
||||
/install-exec-hook:/,/^$$/ s|^@.*||' ${WRKSRC}/libntfs-3g/Makefile.in
|
||||
@${REINPLACE_CMD} -e '/$$(MAKE).*install-exec-hook/d' \
|
||||
${WRKSRC}/libntfs-3g/Makefile.in
|
||||
|
||||
post-install-DOCS-on:
|
||||
${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR}/
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- src/Makefile.in.orig 2010-03-06 13:12:36.000000000 -0300
|
||||
+++ src/Makefile.in 2010-06-21 21:59:54.000000000 -0300
|
||||
@@ -667,7 +667,7 @@
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am: install-data-local install-man \
|
||||
+install-data-am: install-man \
|
||||
install-rootbinPROGRAMS install-rootsbinDATA
|
||||
|
||||
install-dvi: install-dvi-am
|
|
@ -5,4 +5,4 @@ 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: https://www.tuxera.com/community/open-source-ntfs-3g/
|
||||
WWW: https://github.com/tuxera/ntfs-3g
|
||||
|
|
Loading…
Reference in a new issue