Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E62BA1A923C for ; Sat, 23 Jan 2021 13:12:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2498084DD2; Sat, 23 Jan 2021 13:12:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F11D84E01 for ; Sat, 23 Jan 2021 13:12:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id XcHfZ5RltrmG for ; Sat, 23 Jan 2021 13:12:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C584584DB2 for ; Sat, 23 Jan 2021 13:12:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B907AFA9D; Sat, 23 Jan 2021 13:12:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16114075524040" MIME-Version: 1.0 Date: Sat, 23 Jan 2021 13:12:32 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/filesystems/ltfs To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210123131232.B907AFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16114075524040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Jan 23 13:12:32 UTC 2021 Modified Files: pkgsrc/filesystems/ltfs: distinfo Added Files: pkgsrc/filesystems/ltfs/patches: patch-autogen.sh patch-configure.ac Log Message: (filesystems/ltfs) +Adhoc two patches for autoconf 2.70 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/filesystems/ltfs/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/filesystems/ltfs/patches/patch-autogen.sh \ pkgsrc/filesystems/ltfs/patches/patch-configure.ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16114075524040 Content-Disposition: inline Content-Length: 2676 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/filesystems/ltfs/distinfo diff -u pkgsrc/filesystems/ltfs/distinfo:1.3 pkgsrc/filesystems/ltfs/distinfo:1.4 --- pkgsrc/filesystems/ltfs/distinfo:1.3 Thu Dec 24 12:01:25 2020 +++ pkgsrc/filesystems/ltfs/distinfo Sat Jan 23 13:12:32 2021 @@ -1,9 +1,11 @@ -$NetBSD: distinfo,v 1.3 2020/12/24 12:01:25 mef Exp $ +$NetBSD: distinfo,v 1.4 2021/01/23 13:12:32 mef Exp $ SHA1 (ltfs/v2.4.2.0-pre0.tar.gz) = ecce71a30f0beb8281b6fbf1a28c8a33b082a595 RMD160 (ltfs/v2.4.2.0-pre0.tar.gz) = 69fcb0ff2fae7cc509005b14d5fe0a5953456c30 SHA512 (ltfs/v2.4.2.0-pre0.tar.gz) = 700690203ff71d01fce130809df09ce313951a5e427136ae4e071d47a46cbad5736faaef7a2d793adaff147a5c833c33690f7efc1d432828b666244c3e291f8b Size (ltfs/v2.4.2.0-pre0.tar.gz) = 591900 bytes +SHA1 (patch-autogen.sh) = 31a598a44d5ffd18bcc4a517aef6f65879dc4c49 SHA1 (patch-conf_Makefile.am) = 95ea905de7c4c71d8cc0effff99930c5af7997a0 +SHA1 (patch-configure.ac) = 3db34ab053172cbe572c977e09465266fdfd4da9 SHA1 (patch-messages_make__message__src.sh) = 931070ffd0cf27a1adee6bc4353b487707567926 SHA1 (patch-src_libltfs_fs.c) = 7a68425e24c2d79b2b3a56176f47009d917f5a18 Added files: Index: pkgsrc/filesystems/ltfs/patches/patch-autogen.sh diff -u /dev/null pkgsrc/filesystems/ltfs/patches/patch-autogen.sh:1.1 --- /dev/null Sat Jan 23 13:12:32 2021 +++ pkgsrc/filesystems/ltfs/patches/patch-autogen.sh Sat Jan 23 13:12:32 2021 @@ -0,0 +1,16 @@ +$NetBSD: patch-autogen.sh,v 1.1 2021/01/23 13:12:32 mef Exp $ + +autoconf-2.70 adhoc adaptation, + +--- autogen.sh.orig 2020-11-06 10:50:51.000000000 +0900 ++++ autogen.sh 2021-01-23 21:39:46.992033563 +0900 +@@ -46,6 +46,6 @@ else + libtoolize + fi + +-autoconf +-autoheader +-automake --add-missing --copy ++autoconf || echo Ignore warning ++autoheader || echo Ignore warning ++automake --add-missing --copy || echo Ignore warning Index: pkgsrc/filesystems/ltfs/patches/patch-configure.ac diff -u /dev/null pkgsrc/filesystems/ltfs/patches/patch-configure.ac:1.1 --- /dev/null Sat Jan 23 13:12:32 2021 +++ pkgsrc/filesystems/ltfs/patches/patch-configure.ac Sat Jan 23 13:12:32 2021 @@ -0,0 +1,16 @@ +$NetBSD: patch-configure.ac,v 1.1 2021/01/23 13:12:32 mef Exp $ + +with autoconf 2.70: +configure.ac:43: error: AC_CONFIG_MACRO_DIR can only be used once + +--- configure.ac.orig 2020-11-06 10:50:51.000000000 +0900 ++++ configure.ac 2021-01-23 21:48:16.150573447 +0900 +@@ -40,7 +40,7 @@ AC_INIT([LTFS], [2.4.3.0 (10450)], IBM c + AC_CONFIG_SRCDIR([src/main.c]) + AC_CONFIG_AUX_DIR([build-aux]) + AC_CONFIG_MACRO_DIRS([m4]) +-AC_CONFIG_MACRO_DIR([m4]) ++dnl AC_CONFIG_MACRO_DIR([m4]) + AC_CANONICAL_HOST + AC_CANONICAL_BUILD + AC_CANONICAL_TARGET --_----------=_16114075524040--