pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/perfuse



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Jun  3 22:49:14 UTC 2026

Modified Files:
        pkgsrc/filesystems/perfuse: DESCR

Log Message:
filesystems/perfuse: Explain why this is ~never built

perfuse is part of the NetBSD base system since 6, so while packages
depend on this to ensure perfuse, the package is ~never built.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/filesystems/perfuse/DESCR

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

Modified files:

Index: pkgsrc/filesystems/perfuse/DESCR
diff -u pkgsrc/filesystems/perfuse/DESCR:1.6 pkgsrc/filesystems/perfuse/DESCR:1.7
--- pkgsrc/filesystems/perfuse/DESCR:1.6        Mon May  2 23:31:05 2022
+++ pkgsrc/filesystems/perfuse/DESCR    Wed Jun  3 22:49:13 2026
@@ -1,5 +1,9 @@
-perfuse brings full FUSE support to NetBSD. It has two components:
-- a daemon that creates a /dev/fuse socket and that performs PUFFS
-relay to FUSE.
-- a library and a header file to use in file systems and libraries that
-open /dev/fuse, so that they are directed to the socket.
+perfuse brings full FUSE support to NetBSD.  It has two components:
+  - a daemon that creates a /dev/fuse socket and that performs PUFFS
+    relay to FUSE.
+  - a library and a header file to use in file systems and libraries
+    that open /dev/fuse, so that they are directed to the socket.
+
+Because perfuse has been part of the NetBSD base system since NetBSD
+6, this package usually redirects to builtin and is thus almost never
+installed.



Home | Main Index | Thread Index | Old Index