Received: by mail.netbsd.org (Postfix, from userid 605) id 290C284E62; Mon, 23 Dec 2019 00:01:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7AB4A84E2E for ; Sun, 22 Dec 2019 23:59:47 +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 VULdSWZGgdEA for ; Sun, 22 Dec 2019 23:59:47 +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 CE65684CD5 for ; Sun, 22 Dec 2019 23:59:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8037FA97; Sun, 22 Dec 2019 23:59:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577059186228880" MIME-Version: 1.0 Date: Sun, 22 Dec 2019 23:59:46 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/meta-pkgs/kde4 To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20191222235946.C8037FA97@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. --_----------=_1577059186228880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Dec 22 23:59:46 UTC 2019 Modified Files: pkgsrc/meta-pkgs/kde4: Makefile Log Message: kde4: comment out audiocd-kio audiocd-kio currently doesn't build due to mix of kde4 and kf5 packages in its dependencies. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/meta-pkgs/kde4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577059186228880 Content-Disposition: inline Content-Length: 1135 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/kde4/Makefile diff -u pkgsrc/meta-pkgs/kde4/Makefile:1.54 pkgsrc/meta-pkgs/kde4/Makefile:1.55 --- pkgsrc/meta-pkgs/kde4/Makefile:1.54 Sat Nov 30 19:59:34 2019 +++ pkgsrc/meta-pkgs/kde4/Makefile Sun Dec 22 23:59:46 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2019/11/30 19:59:34 markd Exp $ +# $NetBSD: Makefile,v 1.55 2019/12/22 23:59:46 markd Exp $ DISTNAME= kde4-4.14.3 -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= meta-pkgs x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -96,7 +96,7 @@ DEPENDS+= kdegraphics-mobipocket>=16.08. #DEPENDS+= kdegraphics-strigi-analyzer-16.04.0{,nb[0-9]*}:../../graphics/kdegraphics-strigi-analyzer DEPENDS+= kdegraphics-thumbnailers>=4.14.3:../../graphics/kdegraphics-thumbnailers DEPENDS+= svgpart>=16.08.0:../../graphics/svgpart -DEPENDS+= audiocd-kio-16.08.0{,nb[0-9]*}:../../multimedia/audiocd-kio +#DEPENDS+= audiocd-kio-16.08.0{,nb[0-9]*}:../../multimedia/audiocd-kio DEPENDS+= dragon>=4.14.3:../../multimedia/dragon DEPENDS+= ffmpegthumbs-4.14.3{,nb[0-9]*}:../../multimedia/ffmpegthumbs DEPENDS+= juk>=4.14.3:../../multimedia/juk --_----------=_1577059186228880--