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:   wiz
Date:           Thu Mar 31 07:29:09 UTC 2022

Modified Files:
        pkgsrc/filesystems/ltfs: Makefile
Removed Files:
        pkgsrc/filesystems/ltfs/patches: patch-messages_make__message__src.sh

Log Message:
ltfs: finish removing patch that was removed from distinfo

Fix pkglint while here.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/filesystems/ltfs/Makefile
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/filesystems/ltfs/patches/patch-messages_make__message__src.sh

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.14 pkgsrc/filesystems/ltfs/Makefile:1.15
--- pkgsrc/filesystems/ltfs/Makefile:1.14       Thu Mar 24 16:08:26 2022
+++ pkgsrc/filesystems/ltfs/Makefile    Thu Mar 31 07:29:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/03/24 16:08:26 manu Exp $
+# $NetBSD: Makefile,v 1.15 2022/03/31 07:29:09 wiz Exp $
 
 GITHUB_PROJECT=        ltfs
 DISTNAME=      v2.4.2.0-pre0
@@ -14,8 +14,8 @@ HOMEPAGE=     https://github.com/LinearTapeF
 COMMENT=       Linear FileSystem for LTO and DAT tapes
 LICENSE=       modified-bsd
 
-# Need perfused fro NetBSD 8.0 or from pkgsrc
-NOT_FOR_PLATFORM=      NetBSD-[0-7].*-
+# Need perfused from NetBSD 8.0 or from pkgsrc
+NOT_FOR_PLATFORM=      NetBSD-[0-7].*-*
 
 # messages handling is inherently racy and a huge mess
 MAKE_JOBS_SAFE=        no



Home | Main Index | Thread Index | Old Index