pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox45
Module Name: pkgsrc
Committed By: khorben
Date: Fri May 12 20:21:27 UTC 2017
Modified Files:
pkgsrc/www/firefox45: Makefile
Log Message:
Register more binaries as not safe for PaX mprotect
This also reflects the current situation in www/firefox.
Bumps PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/firefox45/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/firefox45/Makefile
diff -u pkgsrc/www/firefox45/Makefile:1.25 pkgsrc/www/firefox45/Makefile:1.26
--- pkgsrc/www/firefox45/Makefile:1.25 Wed May 10 14:13:26 2017
+++ pkgsrc/www/firefox45/Makefile Fri May 12 20:21:27 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/05/10 14:13:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2017/05/12 20:21:27 khorben Exp $
MOZILLA_PKG_NAME= firefox45
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
@@ -7,6 +7,7 @@ MOZ_BRANCH_MINOR= .0esr
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= ${MOZILLA_PKG_NAME}-${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,8 @@ LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFI
LDFLAGS.SunOS+= -lm
NOT_PAX_MPROTECT_SAFE+= lib/firefox45/firefox
+NOT_PAX_MPROTECT_SAFE+= lib/firefox45/firefox-bin
+NOT_PAX_MPROTECT_SAFE+= lib/firefox45/plugin-container
ALL_ENV+= MOZILLA_PKG_NAME=${MOZILLA_PKG_NAME}
Home |
Main Index |
Thread Index |
Old Index