svn commit: r498363 - in head: Mk www/firefox
Jan Beich
jbeich at FreeBSD.org
Mon Apr 8 11:51:04 UTC 2019
Author: jbeich
Date: Mon Apr 8 11:51:00 2019
New Revision: 498363
URL: https://svnweb.freebsd.org/changeset/ports/498363
Log:
www/firefox: enable -fstack-protector-strong
aarch64 already used it, so switch x86 as well. Mk/bsd.ssp.mk doesn't
appear maintained, anyway.
Modified:
head/Mk/bsd.gecko.mk (contents, props changed)
head/www/firefox/Makefile (contents, props changed)
Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk Mon Apr 8 11:50:52 2019 (r498362)
+++ head/Mk/bsd.gecko.mk Mon Apr 8 11:51:00 2019 (r498363)
@@ -119,6 +119,11 @@ BUILD_DEPENDS+= rust-cbindgen>=0.6.8:devel/rust-cbindg
MOZ_OPTIONS+= --enable-pie
.endif
+.if ${MOZILLA_VER:R:R} >= 65
+# Let vendor add -fstack-protector-strong on all architectures
+SSP_UNSAFE= yes
+.endif
+
MOZILLA_SUFX?= none
MOZSRC?= ${WRKSRC}
PLISTF?= ${WRKDIR}/plist_files
Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile Mon Apr 8 11:50:52 2019 (r498362)
+++ head/www/firefox/Makefile Mon Apr 8 11:51:00 2019 (r498363)
@@ -3,6 +3,7 @@
PORTNAME= firefox
DISTVERSION= 66.0.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
More information about the svn-ports-all
mailing list