Received: by mail.netbsd.org (Postfix, from userid 605) id 54A3684D64; Sun, 29 Dec 2019 14:16:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D21D684D37 for ; Sun, 29 Dec 2019 14:16:05 +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 UVXb9F8udcaB for ; Sun, 29 Dec 2019 14:16: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 69ED984C2B for ; Sun, 29 Dec 2019 14:16:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6161EFA97; Sun, 29 Dec 2019 14:16:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157762896559950" MIME-Version: 1.0 Date: Sun, 29 Dec 2019 14:16:05 +0000 From: "Iain Hibbert" Subject: CVS commit: pkgsrc/cad/qcad To: pkgsrc-changes@NetBSD.org Reply-To: plunky@netbsd.org X-Mailer: log_accum Message-Id: <20191229141605.6161EFA97@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. --_----------=_157762896559950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: plunky Date: Sun Dec 29 14:16:05 UTC 2019 Modified Files: pkgsrc/cad/qcad: Makefile Log Message: does not use qt5-qttools To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 pkgsrc/cad/qcad/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157762896559950 Content-Disposition: inline Content-Length: 706 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/qcad/Makefile diff -u pkgsrc/cad/qcad/Makefile:1.82 pkgsrc/cad/qcad/Makefile:1.83 --- pkgsrc/cad/qcad/Makefile:1.82 Sun Dec 29 14:15:32 2019 +++ pkgsrc/cad/qcad/Makefile Sun Dec 29 14:16:05 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2019/12/29 14:15:32 plunky Exp $ +# $NetBSD: Makefile,v 1.83 2019/12/29 14:16:05 plunky Exp $ # DISTNAME= qcad-3.24.0.1 @@ -93,6 +93,5 @@ do-install: .include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../x11/qt5-qtscript/buildlink3.mk" .include "../../x11/qt5-qtsvg/buildlink3.mk" -.include "../../x11/qt5-qttools/buildlink3.mk" .include "../../x11/qt5-qtxmlpatterns/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_157762896559950--