Received: by mail.netbsd.org (Postfix, from userid 605) id E1AAA84D5F; Mon, 1 Aug 2022 18:22:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 25EA684D50 for ; Mon, 1 Aug 2022 18:22:13 +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 lN6lVMFgattj for ; Mon, 1 Aug 2022 18:22:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 97D8C84CDC for ; Mon, 1 Aug 2022 18:22:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 95359FB1A; Mon, 1 Aug 2022 18:22:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165937813216660" MIME-Version: 1.0 Date: Mon, 1 Aug 2022 18:22:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/readline To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220801182212.95359FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165937813216660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 1 18:22:12 UTC 2022 Modified Files: pkgsrc/devel/readline: distinfo pkgsrc/devel/readline/patches: patch-ae Log Message: readline: add another --tag to a libtool invocation To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/readline/distinfo cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/readline/patches/patch-ae Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165937813216660 Content-Disposition: inline Content-Length: 1790 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/readline/distinfo diff -u pkgsrc/devel/readline/distinfo:1.34 pkgsrc/devel/readline/distinfo:1.35 --- pkgsrc/devel/readline/distinfo:1.34 Thu Jul 28 09:02:04 2022 +++ pkgsrc/devel/readline/distinfo Mon Aug 1 18:22:12 2022 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.34 2022/07/28 09:02:04 wiz Exp $ +$NetBSD: distinfo,v 1.35 2022/08/01 18:22:12 wiz Exp $ BLAKE2s (readline-8.1.2.tar.gz) = d38b2a3fad298bcdbf309f322dae4cea26a3389084b4cad39b347e7ec0598d83 SHA512 (readline-8.1.2.tar.gz) = b512275c8aa8b3b3178366c6d681f867676fc1c881e375134a88e9c860a448535e04ca43df727817fd0048261e48203e88bd1c086e86572022d1d65fb0350e4d Size (readline-8.1.2.tar.gz) = 2993073 bytes -SHA1 (patch-ae) = 2ea71c7f8f82ed2dcda5e12d5508625f05eb754f +SHA1 (patch-ae) = ea0d02a1975696ff51c4b1dd34d62a97d990a6b9 SHA1 (patch-ag) = 3114e6959dfff3e2aae74c3df3ba4b0f692b79bb SHA1 (patch-ah) = d812ea068415939beb42c72dd9bed8d210db57d1 SHA1 (patch-examples_Makefile.in) = 12bdbc3a0d1a116bed96c66ef4d25273b071fd3c Index: pkgsrc/devel/readline/patches/patch-ae diff -u pkgsrc/devel/readline/patches/patch-ae:1.21 pkgsrc/devel/readline/patches/patch-ae:1.22 --- pkgsrc/devel/readline/patches/patch-ae:1.21 Thu Jul 28 09:02:04 2022 +++ pkgsrc/devel/readline/patches/patch-ae Mon Aug 1 18:22:12 2022 @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.21 2022/07/28 09:02:04 wiz Exp $ +$NetBSD: patch-ae,v 1.22 2022/08/01 18:22:12 wiz Exp $ Libtoolify. Pass -no-undefined to libtool for building shared library. @@ -33,7 +33,7 @@ Fix race condition so the examples are b +.SUFFIXES: .lo +.c.lo: + ${RM} $@ -+ $(LIBTOOL) --mode=compile $(CC) -c $(CCFLAGS) $< ++ $(LIBTOOL) --tag=CC --mode=compile $(CC) -c $(CCFLAGS) $< + # The name of the main library target. LIBRARY_NAME = libreadline.a --_----------=_165937813216660--