Received: by mail.netbsd.org (Postfix, from userid 605) id 1535984E67; Tue, 17 May 2022 12:04:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C83B84DA5 for ; Tue, 17 May 2022 12:03:59 +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 DNzU__mIYMDV for ; Tue, 17 May 2022 12:03:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A24F184D74 for ; Tue, 17 May 2022 12:03:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D55A5FAEB; Tue, 17 May 2022 12:04:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1652789070188770" MIME-Version: 1.0 Date: Tue, 17 May 2022 12:04:30 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/net/ortp To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20220517120430.D55A5FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1652789070188770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue May 17 12:04:30 UTC 2022 Modified Files: pkgsrc/net/ortp: Makefile Log Message: ortp: Remove -Werror. This package could really do with an update, some of the constructs are questionable and possibly already fixed upstream. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/ortp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1652789070188770 Content-Disposition: inline Content-Length: 649 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ortp/Makefile diff -u pkgsrc/net/ortp/Makefile:1.14 pkgsrc/net/ortp/Makefile:1.15 --- pkgsrc/net/ortp/Makefile:1.14 Wed Dec 8 16:06:05 2021 +++ pkgsrc/net/ortp/Makefile Tue May 17 12:04:30 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2021/12/08 16:06:05 adam Exp $ +# $NetBSD: Makefile,v 1.15 2022/05/17 12:04:30 jperkin Exp $ # DISTNAME= ortp-0.16.1 @@ -21,6 +21,8 @@ PKGCONFIG_OVERRIDE+= ortp.pc.in CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -DBSD_COMP LDFLAGS.SunOS+= -lsocket -lnsl +BUILDLINK_TRANSFORM+= rm:-Werror + .include "options.mk" .include "../../devel/glib2/buildlink3.mk" --_----------=_1652789070188770--