Received: by mail.netbsd.org (Postfix, from userid 605) id 4D6D284D3F; Sat, 23 Jul 2022 08:11:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 86DD684D25 for ; Sat, 23 Jul 2022 08:11:05 +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 VWfK9OnC27AG for ; Sat, 23 Jul 2022 08:11:05 +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 DA51B84D01 for ; Sat, 23 Jul 2022 08:11:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CE11FFB1A; Sat, 23 Jul 2022 08:11:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16585638641110" MIME-Version: 1.0 Date: Sat, 23 Jul 2022 08:11:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/graphviz To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220723081104.CE11FFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16585638641110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jul 23 08:11:04 UTC 2022 Modified Files: pkgsrc/graphics/graphviz: Makefile Log Message: graphviz: add ps2pdf to tools to fix build To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253 pkgsrc/graphics/graphviz/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16585638641110 Content-Disposition: inline Content-Length: 831 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/graphviz/Makefile diff -u pkgsrc/graphics/graphviz/Makefile:1.252 pkgsrc/graphics/graphviz/Makefile:1.253 --- pkgsrc/graphics/graphviz/Makefile:1.252 Fri Jul 22 17:07:10 2022 +++ pkgsrc/graphics/graphviz/Makefile Sat Jul 23 08:11:04 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.252 2022/07/22 17:07:10 micha Exp $ +# $NetBSD: Makefile,v 1.253 2022/07/23 08:11:04 wiz Exp $ DISTNAME= graphviz-5.0.0 PKGREVISION= 1 @@ -14,7 +14,7 @@ CHECK_FILES_SKIP+= ${PREFIX}/lib/graphv CHECK_PORTABILITY_SKIP+= windows/* USE_LANGUAGES= c99 c++11 -USE_TOOLS+= automake autoreconf makeinfo bison flex gmake groff pkg-config +USE_TOOLS+= automake autoreconf makeinfo bison flex gmake groff pkg-config ps2pdf USE_LIBTOOL= yes GNU_CONFIGURE= yes GNU_CONFIGURE_STRICT= no # has sub-configures --_----------=_16585638641110--