pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox Add plugin-container to list of not-mprote...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f755e350c6d8
branches:  trunk
changeset: 349061:f755e350c6d8
user:      pgoyette <pgoyette%pkgsrc.org@localhost>
date:      Sat Jun 25 22:06:12 2016 +0000

description:
Add plugin-container to list of not-mprotect-safe files, bump pkgrevision.

diffstat:

 www/firefox/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 5f0fca725995 -r f755e350c6d8 www/firefox/Makefile
--- a/www/firefox/Makefile      Sat Jun 25 17:49:04 2016 +0000
+++ b/www/firefox/Makefile      Sat Jun 25 22:06:12 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.257 2016/06/16 20:06:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.258 2016/06/25 22:06:12 pgoyette Exp $
 
 FIREFOX_VER=   ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=    47.0
@@ -6,6 +6,7 @@
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
@@ -29,6 +30,7 @@
 
 NOT_PAX_MPROTECT_SAFE+=        lib/firefox/firefox
 NOT_PAX_MPROTECT_SAFE+=        lib/firefox/firefox-bin
+NOT_PAX_MPROTECT_SAFE+=        lib/firefox/plugin-container
 
 ALL_ENV+=              MOZILLA_PKG_NAME=firefox
 



Home | Main Index | Thread Index | Old Index