Received: by mail.netbsd.org (Postfix, from userid 605) id 938DF84D77; Sun, 10 May 2020 13:10:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 141EE84D62 for ; Sun, 10 May 2020 13:10:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 02VPART__1BT for ; Sun, 10 May 2020 13:10:34 +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 99CA184D47 for ; Sun, 10 May 2020 13:10:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 86CCFFB27; Sun, 10 May 2020 13:10:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 10 May 2020 13:10:34 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/devel/libatomic_ops To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20200510131034.86CCFFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: Module Name: pkgsrc Committed By: gdt Date: Sun May 10 13:10:34 UTC 2020 Removed Files: pkgsrc/devel/libatomic_ops: MESSAGE Log Message: libatomic_ops: Drop MESSAGE (because it contains no MESSAGE content) MESSAGE is for information that is so important to someone who installs a package that bad things might happen if that information is not known. This file contains a statement about the kinds of header files that are installed. This is both unimportant, in that nothing happens unless you try to build with the header file, and redundant with the upstream documentation of how to use the library. Additionally, the vast majority of people installing this package do so as a dependency of some other package, not because they are trying to write code that uses the library -- and if so they need to read the upstream documentation anyway. To generate a diff of this commit: cvs rdiff -u -r1.3 -r0 pkgsrc/devel/libatomic_ops/MESSAGE Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.