Received: by mail.netbsd.org (Postfix, from userid 605) id 27A6884D8E; Sat, 2 Nov 2019 20:48:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A58E984D88 for ; Sat, 2 Nov 2019 20:48:06 +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 WPRnal_bUSXq for ; Sat, 2 Nov 2019 20:48:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F18AC84CE2 for ; Sat, 2 Nov 2019 20:48:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E6019FA92; Sat, 2 Nov 2019 20:48:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572727685249960" MIME-Version: 1.0 Date: Sat, 2 Nov 2019 20:48:05 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/misc/kdepim4 To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20191102204805.E6019FA92@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. --_----------=_1572727685249960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sat Nov 2 20:48:05 UTC 2019 Modified Files: pkgsrc/misc/kdepim4: Makefile Log Message: kdepim4: mark several binaries as needing paxctl +m. Noted by Dave Tyson/kamil. bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 pkgsrc/misc/kdepim4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572727685249960 Content-Disposition: inline Content-Length: 1017 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/kdepim4/Makefile diff -u pkgsrc/misc/kdepim4/Makefile:1.93 pkgsrc/misc/kdepim4/Makefile:1.94 --- pkgsrc/misc/kdepim4/Makefile:1.93 Thu Aug 22 12:23:32 2019 +++ pkgsrc/misc/kdepim4/Makefile Sat Nov 2 20:48:05 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.93 2019/08/22 12:23:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.94 2019/11/02 20:48:05 maya Exp $ DISTNAME= kdepim-4.14.10 PKGNAME= ${DISTNAME:S/-4/4-4/} -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= misc COMMENT= Personal Information Management tools for the KDE desktop MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.04.3/src/} @@ -61,6 +61,11 @@ SUBST_SED.perlfix= -e 's:@PERL@:${PERL5} post-install: ${RM} ${DESTDIR}${PREFIX}/share/icons/oxygen/*/mimetypes/x-mail-distribution-list.png +NOT_PAX_MPROTECT_SAFE+= bin/kmail +NOT_PAX_MPROTECT_SAFE+= bin/kontact +NOT_PAX_MPROTECT_SAFE+= bin/blogilo +NOT_PAX_MPROTECT_SAFE+= bin/knode + BUILDLINK_DEPMETHOD.qt4-tools=full .include "../../meta-pkgs/kde4/kde4.mk" --_----------=_1572727685249960--