pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/ltfs



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Jun  4 16:55:29 UTC 2026

Modified Files:
        pkgsrc/filesystems/ltfs: Makefile

Log Message:
filesystems/ltfs: Adjust requirement for NetBSD 8

For reasons I don't understand, this package is said not to work with
perfused(8) from NetBSD <=7.  Demote that to a comment, to be
revisited if/when this is brought up to date with upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/filesystems/ltfs/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/ltfs/Makefile
diff -u pkgsrc/filesystems/ltfs/Makefile:1.32 pkgsrc/filesystems/ltfs/Makefile:1.33
--- pkgsrc/filesystems/ltfs/Makefile:1.32       Thu Jan 15 07:54:12 2026
+++ pkgsrc/filesystems/ltfs/Makefile    Thu Jun  4 16:55:29 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2026/01/15 07:54:12 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2026/06/04 16:55:29 gdt Exp $
 
 DISTNAME=      v2.4.2.0-pre0
 PKGNAME=       ${GITHUB_PROJECT}-${DISTNAME:S/v//:S/-pre0/.0/}
@@ -14,8 +14,8 @@ HOMEPAGE=     https://github.com/LinearTapeF
 COMMENT=       Linear FileSystem for LTO and DAT tapes
 LICENSE=       modified-bsd
 
-# Need perfused from NetBSD 8.0 or from pkgsrc
-NOT_FOR_PLATFORM=      NetBSD-[0-7].*-*
+# NB: Does not work with perfused from NetBSD <=7 (not supported in
+# pkgsrc since 2020, so not annotated).  \todo Revisit after update.
 
 # messages handling is inherently racy and a huge mess
 MAKE_JOBS_SAFE=        no



Home | Main Index | Thread Index | Old Index