ltfs: finish removing patch that was removed from distinfo

Fix pkglint while here.
This commit is contained in:
wiz 2022-03-31 07:29:09 +00:00
parent ce6f66a8a8
commit c9a93b5bbb
2 changed files with 3 additions and 19 deletions

View file

@ -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

View file

@ -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