pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/filesystems/ltfs ltfs: finish removing patch that was ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4642a3413d52
branches: trunk
changeset: 375995:4642a3413d52
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Mar 31 07:29:09 2022 +0000
description:
ltfs: finish removing patch that was removed from distinfo
Fix pkglint while here.
diffstat:
filesystems/ltfs/Makefile | 6 ++--
filesystems/ltfs/patches/patch-messages_make__message__src.sh | 16 -----------
2 files changed, 3 insertions(+), 19 deletions(-)
diffs (40 lines):
diff -r e4908ed4f8fe -r 4642a3413d52 filesystems/ltfs/Makefile
--- a/filesystems/ltfs/Makefile Thu Mar 31 07:28:01 2022 +0000
+++ b/filesystems/ltfs/Makefile Thu Mar 31 07:29:09 2022 +0000
@@ -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 @@
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 -r e4908ed4f8fe -r 4642a3413d52 filesystems/ltfs/patches/patch-messages_make__message__src.sh
--- a/filesystems/ltfs/patches/patch-messages_make__message__src.sh Thu Mar 31 07:28:01 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index