Date: Sun, 25 Mar 2018 10:39:32 +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: r465511 - in head/www/waterfox: . files Message-ID: <201803251039.w2PAdW4N071971@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Mar 25 10:39:32 2018 New Revision: 465511 URL: https://svnweb.freebsd.org/changeset/ports/465511 Log: www/waterfox: update to 56.1.0 Changes: https://github.com/MrAlex94/Waterfox/compare/a9c77bbb9f25...56.1.0 Deleted: head/www/waterfox/files/patch-a-bug1393284 head/www/waterfox/files/patch-bug1366201 head/www/waterfox/files/patch-bug1377278 head/www/waterfox/files/patch-bug1414440 head/www/waterfox/files/patch-bug1426988 head/www/waterfox/files/patch-bug1443865 head/www/waterfox/files/patch-z-bug868797 Modified: head/www/waterfox/Makefile (contents, props changed) head/www/waterfox/distinfo (contents, props changed) head/www/waterfox/files/patch-bug1412558 (contents, props changed) head/www/waterfox/files/patch-typos (contents, props changed) Modified: head/www/waterfox/Makefile ============================================================================== --- head/www/waterfox/Makefile Sun Mar 25 10:09:47 2018 (r465510) +++ head/www/waterfox/Makefile Sun Mar 25 10:39:32 2018 (r465511) @@ -1,16 +1,8 @@ # $FreeBSD$ PORTNAME= waterfox -DISTVERSION= 56.0.4-72 -DISTVERSIONSUFFIX= -ga9c77bbb9f25 -PORTREVISION= 2 +DISTVERSION= 56.1.0 CATEGORIES= www ipv6 - -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= ad38ad1b4750.patch:-p1 \ - 557f604cc4b3.patch:-p1 \ - 75c3dd6b9888.patch:-p1 \ - ${NULL} MAINTAINER= jbeich@FreeBSD.org COMMENT= Distilled fork of Firefox Modified: head/www/waterfox/distinfo ============================================================================== --- head/www/waterfox/distinfo Sun Mar 25 10:09:47 2018 (r465510) +++ head/www/waterfox/distinfo Sun Mar 25 10:39:32 2018 (r465511) @@ -1,6 +1,6 @@ -TIMESTAMP = 1521489939 -SHA256 (MrAlex94-Waterfox-56.0.4-72-ga9c77bbb9f25_GH0.tar.gz) = 5f492fa42d46cb90c06ac7129a28afff7b979170f13461747deffd77faa03bb4 -SIZE (MrAlex94-Waterfox-56.0.4-72-ga9c77bbb9f25_GH0.tar.gz) = 394039973 +TIMESTAMP = 1521928239 +SHA256 (MrAlex94-Waterfox-56.1.0_GH0.tar.gz) = 638d3c2bf092c36fac3a93ace4aa30bcfee0b7fe867e5b515f304238b9414d17 +SIZE (MrAlex94-Waterfox-56.1.0_GH0.tar.gz) = 394072277 SHA256 (ad38ad1b4750.patch) = e012573f35c6eb57730f3de790808edcab03a452f6e89ead972648bb68c3b3f5 SIZE (ad38ad1b4750.patch) = 621136 SHA256 (557f604cc4b3.patch) = 369c1cc78d9e82351fdf01cc4246d02ea2571a4ce4b1002d10288e4dfb83994a Modified: head/www/waterfox/files/patch-bug1412558 ============================================================================== --- head/www/waterfox/files/patch-bug1412558 Sun Mar 25 10:09:47 2018 (r465510) +++ head/www/waterfox/files/patch-bug1412558 Sun Mar 25 10:39:32 2018 (r465511) @@ -21,47 +21,6 @@ index 53fc3c9937f7..b23771ab80fa 100644 #else // Until bug 1295886 is fixed. return false; -diff --git media/ffvpx/README_MOZILLA media/ffvpx/README_MOZILLA -index 5d3a6037efe0..43144b726a92 100644 ---- media/ffvpx/README_MOZILLA -+++ media/ffvpx/README_MOZILLA -@@ -17,14 +17,6 @@ configuration files were generated as follow using the configure script: - config*: - replace: /HAVE_(MALLOC_H|ARC4RANDOM|LOCALTIME_R|MEMALIGN|POSIX_MEMALIGN)/d - --config_darwin32.h: --add to configure command: --disable-asm --disable-yasm --cc='clang -m32' -- --config_unix32.h: --add to configure command: --disable-asm --disable-yasm --cc='clang -m32' --replace: s/HAVE_SYSCTL 1/HAVE_SYSCTL 0/ and s/HAVE_MEMALIGN 1/HAVE_MEMALIGN 0/ and s/HAVE_POSIX_MEMALIGN 1/HAVE_POSIX_MEMALIGN 0/ -- -- - config_unix64.h/config_unix64.asm: - replace: s/HAVE_SYSCTL 1/HAVE_SYSCTL 0 - -diff --git media/ffvpx/config.h media/ffvpx/config.h -index dab01e05cd65..26ebe529bd98 100644 ---- media/ffvpx/config.h -+++ media/ffvpx/config.h -@@ -27,17 +27,9 @@ - #define HAVE_LIBC_MSVCRT 0 - #endif - #elif defined(XP_DARWIN) --#if defined(HAVE_64BIT_BUILD) - #include "config_darwin64.h" --#else --#include "config_darwin32.h" --#endif - #elif defined(XP_UNIX) --#if defined(HAVE_64BIT_BUILD) - #include "config_unix64.h" --#else --#include "config_unix32.h" --#endif - #endif - #include "config_common.h" - #endif // MOZ_FFVPX_CONFIG_H diff --git old-configure.in old-configure.in index b8ce71278548..410be683c2f6 100644 --- old-configure.in Modified: head/www/waterfox/files/patch-typos ============================================================================== --- head/www/waterfox/files/patch-typos Sun Mar 25 10:09:47 2018 (r465510) +++ head/www/waterfox/files/patch-typos Sun Mar 25 10:39:32 2018 (r465511) @@ -30,16 +30,6 @@ Mismerges found by comparing changes with Firefox 56 class nsIDocument; class nsIDOMNode; class nsIURI; ---- gfx/2d/DrawTargetD2D1.cpp -+++ gfx/2d/DrawTargetD2D1.cpp -@@ -1251,6 +1251,7 @@ DrawTargetD2D1::CleanupD2D() - } - } - -+void - DrawTargetD2D1::FlushInternal(bool aHasDependencyMutex /* = false */) - { - if (IsDeviceContextValid()) { --- security/nss/lib/softoken/softkver.h.orig +++ security/nss/lib/softoken/softkver.h @@ -26,6 +26,6 @@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803251039.w2PAdW4N071971>