Received: by mail.netbsd.org (Postfix, from userid 605) id 4993D84D31; Sun, 25 Apr 2021 08:30:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 83FC684D25 for ; Sun, 25 Apr 2021 08:30:03 +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 uUKrBkTroLR4 for ; Sun, 25 Apr 2021 08:30:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DCE7C84CDC for ; Sun, 25 Apr 2021 08:30:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6217FA95; Sun, 25 Apr 2021 08:30:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619339402141190" MIME-Version: 1.0 Date: Sun, 25 Apr 2021 08:30:02 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/frozen-bubble To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210425083002.D6217FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619339402141190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Apr 25 08:30:02 UTC 2021 Modified Files: pkgsrc/games/frozen-bubble: Makefile Log Message: frozen-bubble: strip -Werror To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 pkgsrc/games/frozen-bubble/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619339402141190 Content-Disposition: inline Content-Length: 826 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/frozen-bubble/Makefile diff -u pkgsrc/games/frozen-bubble/Makefile:1.70 pkgsrc/games/frozen-bubble/Makefile:1.71 --- pkgsrc/games/frozen-bubble/Makefile:1.70 Mon Aug 31 18:09:34 2020 +++ pkgsrc/games/frozen-bubble/Makefile Sun Apr 25 08:30:02 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2020/08/31 18:09:34 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2021/04/25 08:30:02 nia Exp $ DISTNAME= frozen-bubble-2.2.1-beta1 PKGNAME= ${DISTNAME:S/-beta/beta/} @@ -35,6 +35,8 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Games/FrozenBubble/.packlist +BUILDLINK_TRANSFORM+= rm:-Werror + .include "../../audio/SDL_mixer/buildlink3.mk" BUILDLINK_API_DEPENDS.SDL_Pango= SDL_Pango>=0.1.2nb8 .include "../../devel/SDL_Pango/buildlink3.mk" --_----------=_1619339402141190--