Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 77CE71A9239 for ; Sun, 1 Nov 2020 10:56:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1976684D72; Sun, 1 Nov 2020 10:56:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9312784D51 for ; Sun, 1 Nov 2020 10:56:20 +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 1NWQ7DdXLZKW for ; Sun, 1 Nov 2020 10:56:20 +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 2BA6B84D48 for ; Sun, 1 Nov 2020 10:56:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21FB6FB28; Sun, 1 Nov 2020 10:56:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1604228180251000" MIME-Version: 1.0 Date: Sun, 1 Nov 2020 10:56:20 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/fonts/fontforge To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20201101105620.21FB6FB28@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. --_----------=_1604228180251000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Nov 1 10:56:20 UTC 2020 Modified Files: pkgsrc/fonts/fontforge: Makefile Log Message: fontforge: explicitly don't build docs. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 pkgsrc/fonts/fontforge/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1604228180251000 Content-Disposition: inline Content-Length: 597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/fontforge/Makefile diff -u pkgsrc/fonts/fontforge/Makefile:1.116 pkgsrc/fonts/fontforge/Makefile:1.117 --- pkgsrc/fonts/fontforge/Makefile:1.116 Wed Sep 9 10:32:08 2020 +++ pkgsrc/fonts/fontforge/Makefile Sun Nov 1 10:56:19 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2020/09/09 10:32:08 wiz Exp $ +# $NetBSD: Makefile,v 1.117 2020/11/01 10:56:19 markd Exp $ DISTNAME= fontforge-20200314 CATEGORIES= fonts editors @@ -21,6 +21,7 @@ GCC_REQD+= 4.8 CONFIGURE_DIRS+= build CMAKE_ARGS+= .. +CMAKE_ARGS+= -DENABLE_DOCS=NO PY_PATCHPLIST= yes --_----------=_1604228180251000--