Received: by mail.netbsd.org (Postfix, from userid 605) id 8221284DD1; Tue, 19 May 2020 12:24:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 042CF84DD6 for ; Tue, 19 May 2020 12:24:34 +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 rFXUvM5RRe66 for ; Tue, 19 May 2020 12:24:33 +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 7A72284CEF for ; Tue, 19 May 2020 12:24:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73AD8FB27; Tue, 19 May 2020 12:24:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589891073224060" MIME-Version: 1.0 Date: Tue, 19 May 2020 12:24:33 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/textproc/json-c To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200519122433.73AD8FB27@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. --_----------=_1589891073224060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue May 19 12:24:33 UTC 2020 Modified Files: pkgsrc/textproc/json-c: Makefile Log Message: json-c: Explicitly disable doxygen and werror To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/json-c/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589891073224060 Content-Disposition: inline Content-Length: 650 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/json-c/Makefile diff -u pkgsrc/textproc/json-c/Makefile:1.15 pkgsrc/textproc/json-c/Makefile:1.16 --- pkgsrc/textproc/json-c/Makefile:1.15 Tue May 19 12:08:31 2020 +++ pkgsrc/textproc/json-c/Makefile Tue May 19 12:24:33 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2020/05/19 12:08:31 nia Exp $ +# $NetBSD: Makefile,v 1.16 2020/05/19 12:24:33 nia Exp $ DISTNAME= json-c-0.14 CATEGORIES= textproc @@ -12,6 +12,8 @@ LICENSE= mit USE_CMAKE= yes CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release" +CMAKE_ARGS+= -DBUILD_DOCUMENTATION=OFF +CMAKE_ARGS+= -DDISABLE_WERROR=ON PKGCONFIG_OVERRIDE+= json-c.pc.in --_----------=_1589891073224060--