Received: by mail.netbsd.org (Postfix, from userid 605) id 7565D84DE9; Fri, 6 Mar 2020 13:39:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F10DF84DE8 for ; Fri, 6 Mar 2020 13:39:26 +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 LYDFtV1xPmwh for ; Fri, 6 Mar 2020 13:39:26 +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 8C16C84D83 for ; Fri, 6 Mar 2020 13:39:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F904FB27; Fri, 6 Mar 2020 13:39:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1583501966248370" MIME-Version: 1.0 Date: Fri, 6 Mar 2020 13:39:26 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/libquic To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200306133926.7F904FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1583501966248370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Mar 6 13:39:26 UTC 2020 Modified Files: pkgsrc/net/libquic: Makefile Log Message: libquic: Strip -Werror To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/libquic/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1583501966248370 Content-Disposition: inline Content-Length: 664 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/libquic/Makefile diff -u pkgsrc/net/libquic/Makefile:1.9 pkgsrc/net/libquic/Makefile:1.10 --- pkgsrc/net/libquic/Makefile:1.9 Sun Aug 11 13:22:10 2019 +++ pkgsrc/net/libquic/Makefile Fri Mar 6 13:39:26 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/08/11 13:22:10 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2020/03/06 13:39:26 nia Exp $ DISTNAME= libquic-0.0.3 PKGREVISION= 4 @@ -22,6 +22,8 @@ SUBST_STAGE.go= pre-configure SUBST_FILES.go= boringssl/CMakeLists.txt SUBST_SED.go= -e '/find_program.GO_EXECUTABLE/s,go,${GO},' +BUILDLINK_TRANSFORM+= rm:-Werror + USE_LANGUAGES+= c c++ USE_TOOLS+= cmake gmake perl --_----------=_1583501966248370--