pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/thunderbird Mark bin/thunderbird as not-mprotect-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64369ab100e5
branches:  trunk
changeset: 348249:64369ab100e5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 11 06:29:30 2016 +0000

description:
Mark bin/thunderbird as not-mprotect-safe. Bump PKGREVISION.

diffstat:

 mail/thunderbird/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 06fbc7083a07 -r 64369ab100e5 mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Sat Jun 11 00:37:24 2016 +0000
+++ b/mail/thunderbird/Makefile Sat Jun 11 06:29:30 2016 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.170 2016/05/21 23:22:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.171 2016/06/11 06:29:30 wiz Exp $
 
 DISTNAME=      thunderbird-${TB_VER}.source
 PKGNAME=       thunderbird-${TB_VER}
+PKGREVISION=   1
 TB_VER=                45.1.0
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
@@ -23,6 +24,8 @@
 # Disable WebRTC support for Thunderbird unconditionally.
 CONFIGURE_ARGS+=       --disable-webrtc
 
+NOT_PAX_MPROTECT_SAFE+=        bin/thunderbird
+
 ALL_ENV+=              MOZILLA_PKG_NAME=thunderbird
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index