Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2018 03:02:47 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474545 - in head: Mk www/firefox www/firefox-esr www/waterfox
Message-ID:  <201807130302.w6D32le6068132@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jul 13 03:02:46 2018
New Revision: 474545
URL: https://svnweb.freebsd.org/changeset/ports/474545

Log:
  www/firefox: switch to Clang 6.0.1 on FreeBSD 11.1
  
  Clang 6 is already used on 10.4, 11.2 and -CURRENT. No need to expose
  users to Clang 4.0.0 regressions fixed in 4.0.1 or later versions.

Modified:
  head/Mk/bsd.gecko.mk   (contents, props changed)
  head/www/firefox-esr/Makefile   (contents, props changed)
  head/www/firefox/Makefile   (contents, props changed)
  head/www/waterfox/Makefile   (contents, props changed)

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Fri Jul 13 02:57:57 2018	(r474544)
+++ head/Mk/bsd.gecko.mk	Fri Jul 13 03:02:46 2018	(r474545)
@@ -92,7 +92,7 @@ CONFIGURE_OUTSOURCE=	yes
 BUNDLE_LIBS=	yes
 
 .if ${MOZILLA_VER:R:R} >= 49
-USES+=		compiler:c++14-lang
+USES+=		compiler:c++17-lang
 CPPFLAGS+=	-D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \
 			-D_DECLARE_C99_LDBL_MATH # XXX ports/193528
 .else

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Fri Jul 13 02:57:57 2018	(r474544)
+++ head/www/firefox-esr/Makefile	Fri Jul 13 03:02:46 2018	(r474545)
@@ -3,7 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	60.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Fri Jul 13 02:57:57 2018	(r474544)
+++ head/www/firefox/Makefile	Fri Jul 13 03:02:46 2018	(r474545)
@@ -3,6 +3,7 @@
 
 PORTNAME=	firefox
 DISTVERSION=	61.0.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \

Modified: head/www/waterfox/Makefile
==============================================================================
--- head/www/waterfox/Makefile	Fri Jul 13 02:57:57 2018	(r474544)
+++ head/www/waterfox/Makefile	Fri Jul 13 03:02:46 2018	(r474545)
@@ -3,7 +3,7 @@
 PORTNAME=	waterfox
 DISTVERSION=	56.2.1-55
 DISTVERSIONSUFFIX=	-g6395bf177f76a
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www ipv6
 
 MAINTAINER=	jbeich@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807130302.w6D32le6068132>