Received: by mail.netbsd.org (Postfix, from userid 605) id BE91484D8C; Thu, 11 Jan 2018 08:12:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 49F0284D86 for ; Thu, 11 Jan 2018 08:12:51 +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 pAyV0K9hywfK for ; Thu, 11 Jan 2018 08:12:50 +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 9B6BC84C2E for ; Thu, 11 Jan 2018 08:12:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A029FBDE; Thu, 11 Jan 2018 08:12:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1515658370145110" MIME-Version: 1.0 Date: Thu, 11 Jan 2018 08:12:50 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/kfilemetadata To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180111081250.9A029FBDE@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. --_----------=_1515658370145110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jan 11 08:12:50 UTC 2018 Modified Files: pkgsrc/sysutils/kfilemetadata: Makefile Log Message: kfilemetadata: mark as broken due to poppler-qt4 removal To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/sysutils/kfilemetadata/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1515658370145110 Content-Disposition: inline Content-Length: 1136 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/kfilemetadata/Makefile diff -u pkgsrc/sysutils/kfilemetadata/Makefile:1.34 pkgsrc/sysutils/kfilemetadata/Makefile:1.35 --- pkgsrc/sysutils/kfilemetadata/Makefile:1.34 Mon Jan 1 21:18:52 2018 +++ pkgsrc/sysutils/kfilemetadata/Makefile Thu Jan 11 08:12:50 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2018/01/01 21:18:52 adam Exp $ +# $NetBSD: Makefile,v 1.35 2018/01/11 08:12:50 wiz Exp $ DISTNAME= kfilemetadata-${_KDE_VERSION} PKGREVISION= 33 @@ -6,6 +6,8 @@ CATEGORIES= sysutils COMMENT= Library for extracting file metadata LICENSE= gnu-gpl-v3 +BROKEN= Needs poppler with qt4 support. + .include "../../meta-pkgs/kde4/Makefile.kde4" .include "../../meta-pkgs/kde4/kde4.mk" @@ -14,7 +16,7 @@ LICENSE= gnu-gpl-v3 .include "../../graphics/exiv2/buildlink3.mk" .include "../../graphics/kdegraphics-mobipocket/buildlink3.mk" .include "../../multimedia/ffmpeg2/buildlink3.mk" -.include "../../print/poppler-qt4/buildlink3.mk" +#.include "../../print/poppler-qt4/buildlink3.mk" .include "../../textproc/ebook-tools/buildlink3.mk" .include "../../x11/kdelibs4/buildlink3.mk" --_----------=_1515658370145110--