pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   pgoyette
Date:           Sat Jun 25 22:06:12 UTC 2016

Modified Files:
        pkgsrc/www/firefox: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 pkgsrc/www/firefox/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.257 pkgsrc/www/firefox/Makefile:1.258
--- pkgsrc/www/firefox/Makefile:1.257   Thu Jun 16 20:06:26 2016
+++ pkgsrc/www/firefox/Makefile Sat Jun 25 22:06:12 2016
@@ -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 @@ MOZ_BRANCH_MINOR=       
 
 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 @@ LDFLAGS.SunOS+=               -lm
 
 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