summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-03-31 07:29:09 +0000
committerwiz <wiz@pkgsrc.org>2022-03-31 07:29:09 +0000
commit99c4864417673aa2d0b5d5d1708054a55ae463a4 (patch)
treeb5fd49261baa9619192c84856bd0a7d5e552b9bb /filesystems
parent39d9c96f0df65231dbf435920d67e0de4bdae4f4 (diff)
downloadpkgsrc-99c4864417673aa2d0b5d5d1708054a55ae463a4.tar.gz
ltfs: finish removing patch that was removed from distinfo
Fix pkglint while here.
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/ltfs/Makefile6
-rw-r--r--filesystems/ltfs/patches/patch-messages_make__message__src.sh16
2 files changed, 3 insertions, 19 deletions
diff --git a/filesystems/ltfs/Makefile b/filesystems/ltfs/Makefile
index 11922146f46..5925dc32e39 100644
--- a/filesystems/ltfs/Makefile
+++ b/filesystems/ltfs/Makefile
@@ -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/LinearTapeFileSystem/ltfs/
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
diff --git a/filesystems/ltfs/patches/patch-messages_make__message__src.sh b/filesystems/ltfs/patches/patch-messages_make__message__src.sh
deleted file mode 100644
index 1d78995b06d..00000000000
--- a/filesystems/ltfs/patches/patch-messages_make__message__src.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-messages_make__message__src.sh,v 1.2 2021/01/23 13:17:00 mef Exp $
-
-date: 2020-05-15 05:08:30 +0900; author: joerg; state: Exp; commitid: gg4PmA6YBrH0nf8C;
-Replace internal .libs copy of the static archive after modification.
-Still not MAKE_JOBS_SAFE, but at least it finally builds consistently.
-
---- messages/make_message_src.sh.orig 2020-05-13 20:13:12.288742533 +0000
-+++ messages/make_message_src.sh
-@@ -89,6 +89,7 @@ make_obj() {
- echo "pic_object='.libs/${OBJFILE}'" >> ${LTFILE}
- echo "non_pic_object=none" >> ${LTFILE}
- libtool --mode=link --tag=CC cc -o ../../lib${BASENAME}_dat.la ${LTFILE}
-+ cp ../../lib${BASENAME}_dat.a ../../.libs/lib${BASENAME}_dat.a
- ;;
- *)
- mv ${BASENAME}_dat.o ../../lib${BASENAME}_dat.a