Received: by mail.netbsd.org (Postfix, from userid 605) id 8C0FB84DA8; Wed, 20 Nov 2019 22:39:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 114A884DA4 for ; Wed, 20 Nov 2019 22:39:27 +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 3omwumTWfdvs for ; Wed, 20 Nov 2019 22:39:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 60C5B84D98 for ; Wed, 20 Nov 2019 22:39:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55DEAFA97; Wed, 20 Nov 2019 22:39:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574289566232130" MIME-Version: 1.0 Date: Wed, 20 Nov 2019 22:39:26 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/x11/kde-workspace4 To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20191120223926.55DEAFA97@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. --_----------=_1574289566232130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Wed Nov 20 22:39:26 UTC 2019 Modified Files: pkgsrc/x11/kde-workspace4: Makefile Log Message: kde-workspace4: add explicit dependency on cln now that qalculate doesn't To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 pkgsrc/x11/kde-workspace4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1574289566232130 Content-Disposition: inline Content-Length: 1043 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/kde-workspace4/Makefile diff -u pkgsrc/x11/kde-workspace4/Makefile:1.78 pkgsrc/x11/kde-workspace4/Makefile:1.79 --- pkgsrc/x11/kde-workspace4/Makefile:1.78 Sun Nov 3 09:14:09 2019 +++ pkgsrc/x11/kde-workspace4/Makefile Wed Nov 20 22:39:26 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.78 2019/11/03 09:14:09 rillig Exp $ +# $NetBSD: Makefile,v 1.79 2019/11/20 22:39:26 markd Exp $ DISTNAME= kde-workspace-4.11.22 PKGNAME= ${DISTNAME:S/-4/4-4/} -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= x11 COMMENT= Base workspace for the KDE 4 integrated X11 desktop MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.08.0/src/} @@ -158,6 +158,7 @@ PLIST.gles= yes .include "../../sysutils/pciutils/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/iso-codes/buildlink3.mk" +.include "../../math/cln/buildlink3.mk" .include "../../math/qalculate/buildlink3.mk" .include "../../misc/kdepimlibs4/buildlink3.mk" #.include "../../misc/nepomuk-core/buildlink3.mk" --_----------=_1574289566232130--