Received: by mail.netbsd.org (Postfix, from userid 605) id 5F4BF84D33; Sun, 25 Apr 2021 09:16:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9AAED84CED for ; Sun, 25 Apr 2021 09:16:17 +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 Ev37WPmdHO5T for ; Sun, 25 Apr 2021 09:16:17 +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 F368F84CBC for ; Sun, 25 Apr 2021 09:16:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E7072FA95; Sun, 25 Apr 2021 09:16:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619342176297440" MIME-Version: 1.0 Date: Sun, 25 Apr 2021 09:16:16 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/sysutils/rkdeveloptool To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210425091616.E7072FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619342176297440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Apr 25 09:16:16 UTC 2021 Modified Files: pkgsrc/sysutils/rkdeveloptool: Makefile Log Message: rkdeveloptool: strip -Werror To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/rkdeveloptool/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619342176297440 Content-Disposition: inline Content-Length: 720 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/rkdeveloptool/Makefile diff -u pkgsrc/sysutils/rkdeveloptool/Makefile:1.1 pkgsrc/sysutils/rkdeveloptool/Makefile:1.2 --- pkgsrc/sysutils/rkdeveloptool/Makefile:1.1 Fri Aug 31 10:09:51 2018 +++ pkgsrc/sysutils/rkdeveloptool/Makefile Sun Apr 25 09:16:16 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/08/31 10:09:51 tnn Exp $ +# $NetBSD: Makefile,v 1.2 2021/04/25 09:16:16 nia Exp $ GITHUB_TAG= 081d237ad5bf8f03170c9d60bd94ceefa0352aaf DISTNAME= rkdeveloptool-1.3 @@ -14,6 +14,8 @@ USE_LANGUAGES= c c++ USE_TOOLS= autoconf automake autoreconf gmake pkg-config GNU_CONFIGURE= yes +BUILDLINK_TRANSFORM+= rm:-Werror + pre-configure: cd ${WRKSRC} && autoreconf -vif --_----------=_1619342176297440--