pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/fuse-ntfs-3g



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr  7 19:46:21 UTC 2018

Modified Files:
        pkgsrc/filesystems/fuse-ntfs-3g: Makefile PLIST

Log Message:
fuse-ntfs-3g: added missing commit


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/filesystems/fuse-ntfs-3g/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/filesystems/fuse-ntfs-3g/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/fuse-ntfs-3g/Makefile
diff -u pkgsrc/filesystems/fuse-ntfs-3g/Makefile:1.19 pkgsrc/filesystems/fuse-ntfs-3g/Makefile:1.20
--- pkgsrc/filesystems/fuse-ntfs-3g/Makefile:1.19       Tue Nov 10 17:45:22 2015
+++ pkgsrc/filesystems/fuse-ntfs-3g/Makefile    Sat Apr  7 19:46:21 2018
@@ -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,22 +10,11 @@ COMMENT=    NTFS driver with read and write
 CONFIGURE_ARGS+=       --disable-ntfsprogs
 CONFIGURE_ARGS+=       --enable-mount-helper
 
-BUILD_DIRS=            src
+NOT_FOR_PLATFORM=      NetBSD-*-* # ancient fuse API
 
-USE_TOOLS+=    pkg-config
+BUILD_DIRS=    src
 
-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
+USE_TOOLS+=    pkg-config
 
 .include "../../filesystems/libntfs/buildlink3.mk"
 .include "../../mk/fuse.buildlink3.mk"

Index: pkgsrc/filesystems/fuse-ntfs-3g/PLIST
diff -u pkgsrc/filesystems/fuse-ntfs-3g/PLIST:1.5 pkgsrc/filesystems/fuse-ntfs-3g/PLIST:1.6
--- pkgsrc/filesystems/fuse-ntfs-3g/PLIST:1.5   Tue Nov 10 17:45:22 2015
+++ pkgsrc/filesystems/fuse-ntfs-3g/PLIST       Sat Apr  7 19:46:21 2018
@@ -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