Date: Sun, 15 Jul 2018 04:38:42 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474660 - in branches/2018Q3: Mk www/firefox www/firefox-esr www/waterfox Message-ID: <201807150438.w6F4cgnT093396@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Jul 15 04:38:41 2018 New Revision: 474660 URL: https://svnweb.freebsd.org/changeset/ports/474660 Log: MFH: r474545 r474546 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. Approved by: ports-secteam blanket Modified: branches/2018Q3/Mk/bsd.gecko.mk branches/2018Q3/www/firefox-esr/Makefile branches/2018Q3/www/firefox/Makefile branches/2018Q3/www/waterfox/Makefile Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/Mk/bsd.gecko.mk ============================================================================== --- branches/2018Q3/Mk/bsd.gecko.mk Sun Jul 15 04:34:43 2018 (r474659) +++ branches/2018Q3/Mk/bsd.gecko.mk Sun Jul 15 04:38:41 2018 (r474660) @@ -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 @@ -114,7 +114,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/python${PYTHON3_DEFAU MOZ_EXPORT+= PYTHON3="${LOCALBASE}/bin/python${PYTHON3_DEFAULT}" .endif -.if ${OPSYS} == FreeBSD && ${OSREL} == 11.1 +.if ${OPSYS} == FreeBSD && ${OSREL} == 11.1 && ${MOZILLA_VER:R:R} < 49 LLD_UNSAFE= yes .endif Modified: branches/2018Q3/www/firefox-esr/Makefile ============================================================================== --- branches/2018Q3/www/firefox-esr/Makefile Sun Jul 15 04:34:43 2018 (r474659) +++ branches/2018Q3/www/firefox-esr/Makefile Sun Jul 15 04:38:41 2018 (r474660) @@ -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: branches/2018Q3/www/firefox/Makefile ============================================================================== --- branches/2018Q3/www/firefox/Makefile Sun Jul 15 04:34:43 2018 (r474659) +++ branches/2018Q3/www/firefox/Makefile Sun Jul 15 04:38:41 2018 (r474660) @@ -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: branches/2018Q3/www/waterfox/Makefile ============================================================================== --- branches/2018Q3/www/waterfox/Makefile Sun Jul 15 04:34:43 2018 (r474659) +++ branches/2018Q3/www/waterfox/Makefile Sun Jul 15 04:38:41 2018 (r474660) @@ -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?201807150438.w6F4cgnT093396>