Received: by mail.netbsd.org (Postfix, from userid 605) id 3440084D56; Sun, 29 Dec 2019 14:27:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B0BC684D37 for ; Sun, 29 Dec 2019 14:27:53 +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 HoAnS5-Z17nN for ; Sun, 29 Dec 2019 14:27:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8FDFF84C2B for ; Sun, 29 Dec 2019 14:27:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 850F8FA97; Sun, 29 Dec 2019 14:27:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577629672285840" MIME-Version: 1.0 Date: Sun, 29 Dec 2019 14:27:52 +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: <20191229142752.850F8FA97@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. --_----------=_1577629672285840 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:27:52 UTC 2019 Modified Files: pkgsrc/cad/qcad: Makefile Log Message: drop PLIST var handling, as these are not installed by package now To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 pkgsrc/cad/qcad/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577629672285840 Content-Disposition: inline Content-Length: 809 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.84 pkgsrc/cad/qcad/Makefile:1.85 --- pkgsrc/cad/qcad/Makefile:1.84 Sun Dec 29 14:18:20 2019 +++ pkgsrc/cad/qcad/Makefile Sun Dec 29 14:27:52 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2019/12/29 14:18:20 plunky Exp $ +# $NetBSD: Makefile,v 1.85 2019/12/29 14:27:52 plunky Exp $ # DISTNAME= qcad-3.24.0.1 @@ -33,16 +33,6 @@ SUBST_MESSAGE.icon= Fix icon name. SUBST_FILES.icon= qcad.desktop SUBST_SED.icon= -e s,qcad_icon,qcad,g -.include "../../mk/bsd.prefs.mk" -PLIST_VARS+= glx egl -.if ${OPSYS} != "Darwin" -PLIST.glx= yes -. include "../../graphics/MesaLib/buildlink3.mk" -. if ${MESALIB_SUPPORTS_EGL} == "yes" -PLIST.egl= yes -. endif -.endif - AUTO_MKDIRS= yes # ensure we don't build debug libs --_----------=_1577629672285840--