pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/filesystems/fuse-ntfs-3g fuse-ntfs-3g: added missing c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e126235951a
branches:  trunk
changeset: 378427:2e126235951a
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 07 19:46:21 2018 +0000

description:
fuse-ntfs-3g: added missing commit

diffstat:

 filesystems/fuse-ntfs-3g/Makefile |  19 ++++---------------
 filesystems/fuse-ntfs-3g/PLIST    |   8 ++------
 2 files changed, 6 insertions(+), 21 deletions(-)

diffs (56 lines):

diff -r 5c5d4ff1ffa0 -r 2e126235951a filesystems/fuse-ntfs-3g/Makefile
--- a/filesystems/fuse-ntfs-3g/Makefile Sat Apr 07 16:36:36 2018 +0000
+++ b/filesystems/fuse-ntfs-3g/Makefile Sat Apr 07 19:46:21 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2015/11/10 17:45:22 adam Exp $
+# $NetBSD: Makefile,v 1.20 2018/04/07 19:46:21 adam Exp $
 
 .include "../../filesystems/libntfs/Makefile.common"
 
@@ -10,23 +10,12 @@
 CONFIGURE_ARGS+=       --disable-ntfsprogs
 CONFIGURE_ARGS+=       --enable-mount-helper
 
-BUILD_DIRS=            src
+NOT_FOR_PLATFORM=      NetBSD-*-* # ancient fuse API
+
+BUILD_DIRS=    src
 
 USE_TOOLS+=    pkg-config
 
-PLIST_VARS+=   lowntfs
-.include "../../mk/bsd.prefs.mk"
-SUBST_CLASSES+=                lowntfs
-SUBST_MESSAGE.lowntfs= Dealing with lowntfs.
-SUBST_STAGE.lowntfs=   pre-configure
-SUBST_FILES.lowntfs=   src/Makefile.in
-.if ${OPSYS} == "NetBSD"
-SUBST_SED.lowntfs=     -e 's,@ENABLE_LOWNTFS@,\#,'
-.else
-SUBST_SED.lowntfs=     -e 's,@ENABLE_LOWNTFS@,,'
-PLIST.lowntfs=         yes
-.endif
-
 .include "../../filesystems/libntfs/buildlink3.mk"
 .include "../../mk/fuse.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5c5d4ff1ffa0 -r 2e126235951a filesystems/fuse-ntfs-3g/PLIST
--- a/filesystems/fuse-ntfs-3g/PLIST    Sat Apr 07 16:36:36 2018 +0000
+++ b/filesystems/fuse-ntfs-3g/PLIST    Sat Apr 07 19:46:21 2018 +0000
@@ -1,14 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2015/11/10 17:45:22 adam Exp $
-${PLIST.lowntfs}bin/lowntfs-3g
+@comment $NetBSD: PLIST,v 1.6 2018/04/07 19:46:21 adam Exp $
+bin/lowntfs-3g
 bin/ntfs-3g
 bin/ntfs-3g.probe
-bin/ntfs-3g.secaudit
-bin/ntfs-3g.usermap
 man/man8/mount.lowntfs-3g.8
 man/man8/mount.ntfs-3g.8
 man/man8/ntfs-3g.8
 man/man8/ntfs-3g.probe.8
-man/man8/ntfs-3g.secaudit.8
-man/man8/ntfs-3g.usermap.8
 sbin/mount.lowntfs-3g
 sbin/mount.ntfs-3g



Home | Main Index | Thread Index | Old Index