Received: by mail.netbsd.org (Postfix, from userid 605) id 70F8484D50; Tue, 30 Jan 2018 05:30:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F07FB84D2C for ; Tue, 30 Jan 2018 05:30:16 +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 7rY3XHT_0tWG for ; Tue, 30 Jan 2018 05:30:16 +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 784CE84C2E for ; Tue, 30 Jan 2018 05:30:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F3DFFBDE; Tue, 30 Jan 2018 05:30:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1517290216201590" MIME-Version: 1.0 Date: Tue, 30 Jan 2018 05:30:16 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/textproc/kcodecs To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20180130053016.6F3DFFBDE@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. --_----------=_1517290216201590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Tue Jan 30 05:30:16 UTC 2018 Modified Files: pkgsrc/textproc/kcodecs: Makefile Log Message: kcodecs: add build dependency on gperf To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/kcodecs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1517290216201590 Content-Disposition: inline Content-Length: 1559 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/kcodecs/Makefile diff -u pkgsrc/textproc/kcodecs/Makefile:1.16 pkgsrc/textproc/kcodecs/Makefile:1.17 --- pkgsrc/textproc/kcodecs/Makefile:1.16 Sun Jan 28 20:11:05 2018 +++ pkgsrc/textproc/kcodecs/Makefile Tue Jan 30 05:30:16 2018 @@ -1,16 +1,26 @@ -# $NetBSD: Makefile,v 1.16 2018/01/28 20:11:05 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2018/01/30 05:30:16 markd Exp $ -DISTNAME= kcodecs-${KF5VER} -PKGREVISION= 2 -CATEGORIES= textproc +DISTNAME= kscreenlocker-${PLASMAVER} +CATEGORIES= x11 -HOMEPAGE= https://community.kde.org/Frameworks -COMMENT= Provide a collection of methods to manipulate strings using various encodings -LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 +HOMEPAGE= https://www.kde.org/workspaces/plasmadesktop/ +COMMENT= Library and components for secure lock screen architecture +LICENSE= gnu-gpl-v2 -.include "../../meta-pkgs/kf5/Makefile.common" +.include "../../wip/kde5/plasma.mk" +BUILD_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools + +USE_TOOLS+= msgmerge pkg-config perl:run + +REPLACE_PERL+= updaters/ksreenlocker_5_3_separate_autologin.pl + +SPECIAL_PERMS+= ${PREFIX}/libexec/kcheckpass \ + ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 4555 + +.include "../../mk/pam.buildlink3.mk" +.include "../../devel/kdeclarative/buildlink3.mk" +.include "../../devel/kidletime/buildlink3.mk" +.include "../../wip/kwayland/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" -BUILDLINK_DEPMETHOD.qt5-qttools= build -.include "../../x11/qt5-qttools/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1517290216201590--