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:   gdt
Date:           Thu Jun  4 16:44:25 UTC 2026

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

Log Message:
filesystems/fuse-ntfs-3gz: Drop perfused dependency

Not needed on netbsd-6+.  Implied by filesystems/fuse.  Not
referenced in sources.

Does not change binary package on NetBSD 6+, because builtin was used.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/filesystems/fuse-ntfs-3g/Makefile

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.24 pkgsrc/filesystems/fuse-ntfs-3g/Makefile:1.25
--- pkgsrc/filesystems/fuse-ntfs-3g/Makefile:1.24       Fri Sep  8 10:23:07 2023
+++ pkgsrc/filesystems/fuse-ntfs-3g/Makefile    Thu Jun  4 16:44:25 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2023/09/08 10:23:07 vins Exp $
+# $NetBSD: Makefile,v 1.25 2026/06/04 16:44:25 gdt Exp $
 
 .include "../../filesystems/libntfs/Makefile.common"
 
@@ -20,8 +20,7 @@ USE_TOOLS+=   pkg-config
 
 .include "../../filesystems/libntfs/buildlink3.mk"
 .if ${OPSYS} == "NetBSD"
-.include "../../filesystems/perfuse/buildlink3.mk"
-# fuse-ntfs-3g does not build with librefuse from netbsd-8.
+# fuse-ntfs-3g does not build with librefuse, confirmed on netbsd-10.
 # \todo Add a mechanism in mk/fuse.buildlink3.mk to declare this, rather
 # than open-coding the changing of which bl3 line is used.
 .include "../../filesystems/fuse/buildlink3.mk"



Home | Main Index | Thread Index | Old Index