aboutsummaryrefslogtreecommitdiff
path: root/www/cliqz
Commit message (Collapse)AuthorAgeFilesLines
* lang/rust: Update to 1.46.0Tobias Kortkamp2020-08-301-1/+1
| | | | | | | | | | | - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html With hat: rust Differential Revision: https://reviews.freebsd.org/D26176 Notes: svn path=/head/; revision=547071
* lang/rust: Update to 1.45.2Tobias Kortkamp2020-08-031-1/+1
| | | | | | | Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html Notes: svn path=/head/; revision=544073
* lang/rust: Update to 1.45.1Tobias Kortkamp2020-07-301-0/+1
| | | | | | | | | | | | | - Apply the "hard links break `env::current_exe()`" workaround from r543251 to lang/rust too - Force rebuild all consumers for the soundness bug in 1.45.0 Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html With hat: rust Differential Revision: https://reviews.freebsd.org/D25835 Notes: svn path=/head/; revision=543815
* www/cliqz: Updates to 1.38.0Santhosh Raju2020-07-248-83/+128
| | | | | | | | | | | - Bumps versions of dependencies. Changes since 1.36.0: Merge with Firefox 78.0.2 Notes: svn path=/head/; revision=543257
* lang/rust: Update to 1.45.0Tobias Kortkamp2020-07-172-1/+16
| | | | | | | | | | | | | | | | | - This Rust release comes with LLVM 10. Drop the LLVM patches we no longer need. - On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the Rust target instead of patching LLVM. - Build LLVM with Ninja. It can shorten the build time slightly. - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html Tested by: mikael, pkubaj, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D25658 Notes: svn path=/head/; revision=542412
* lang/rust: Update to 1.44.0Tobias Kortkamp2020-06-041-0/+1
| | | | | | | | | | | | | | | - Remove devel/cargo-tree since it is now integrated into cargo - Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1] - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html PR: 246332 [1] Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D25099 Notes: svn path=/head/; revision=537917
* www/cliqz: Removes some of the obsolete patches.Santhosh Raju2020-05-173-345/+0
| | | | Notes: svn path=/head/; revision=535566
* www/cliqz: Adds a missed out patch.Santhosh Raju2020-05-171-0/+34
| | | | Notes: svn path=/head/; revision=535565
* www/cliqz: Updates to 1.36.0Santhosh Raju2020-05-175-21/+17
| | | | | | | | | | | - Removes some of the obsolete patches. Changes since 1.35.0: Merge with Firefox 76.0.1 Notes: svn path=/head/; revision=535564
* devel/icu: update to 67.1Jan Beich2020-04-231-1/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/67 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=532707
* lang/rust: Update to 1.43.0Tobias Kortkamp2020-04-231-0/+1
| | | | | | | | | | | | | | | | - Add workaround to fix build when CC/CXX have "clang" in them [1] - Respect AR to fix build with external toolchains [2] - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html PR: 238556 [1], 245583 [2] Reported by: Matthias Apitz <guru@unixarea.de> [1], Greg V <greg@unrelenting.technology> [2] Tested by: mikael, pkubaj, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D24521 Notes: svn path=/head/; revision=532685
* www/cliqz: Adds libvpx to LIB_DEPDENDS to prevent runtime breakages.Santhosh Raju2020-04-171-2/+3
| | | | | | | Reported by: jbeich Notes: svn path=/head/; revision=531982
* www/cliqz: Updates to 1.35.0Santhosh Raju2020-04-177-335/+331
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bumps version dependencies. * Adds a flag to use system libvpx. * Adds python3 based SQLite3 library. * Removes a couple obsolote patches. * Imports a couple of patches from www/firefox. Changes since 1.34.1: Improvements * Cliqz got updated to Firefox 75.0 with various improvements and fixes. * The built-in security add-on HTTPS Everywhere got updated to the latest version 2020.3.16. * The Cliqz Browser now supports eight content processes by default. This should make it run even faster on powerful machines. * The Enterprise version of the Cliqz Browser offers a new setting to disable MyOffrz via enterprise policy. Fixes * Minor fixes for Cliqz Tab improve performance and stability. * Some websites that use third-party cookies were no longer working properly. These problems should now be fixed. Miscellaneous * We removed the "Do Not Track" option from the browser settings as it often has no effect and gives you a false sense of security. Thanks to the Anti-Tracking technology built into the Cliqz Browser, you are fully protected from data collectors anyway. (Power users can still configure Do Not Track via about:config.) Notes: svn path=/head/; revision=531979
* www/cliqz: Updates to 1.34.1Santhosh Raju2020-04-072-6/+5
| | | | | | | | | Changes since 1.34.0: Merge with Firefox 74.0.1 Notes: svn path=/head/; revision=530945
* www/cliqz: Updates the patches and expiry date.Santhosh Raju2020-04-045-318/+347
| | | | | | | | | | | | | | | * Updates the expiry date to match lang/python27 because www/firefox isn't ready as well. * Remove patch-bug847568 - Now use bundled harfbuzz / graphite2 since the build is now fixed. * Import patch-bug1607052 and patch-bug1622551 from www/firefox. * Referesh patch-bug1594027 * Bumps the PORTREVISION Reviewed by: jbeich Notes: svn path=/head/; revision=530637
* www/cliqz: Updates to 1.34.0Santhosh Raju2020-04-014-42/+24
| | | | | | | | | | | | | | | | | | | | | | | | * Bumps version dependencies. Changes since 1.33.0: Improvements * Cliqz got updated to Firefox 74.0 with various improvements and fixes. * Like Firefox, Cliqz now makes importing your bookmarks and history from the new Microsoft Edge browser on Windows and Mac really simple. * Add-ons installed by external applications can now be removed using the Add-ons Manager (about:addons) – just like in Firefox. Going forward, add-ons can only be installed by users, not by applications. Fixes * When Cliqz automatically opened a link in a new forget mode window, it could happen that the browser killed the normal mode tab from which the link was clicked. This problem should not occur again in the future. Notes: svn path=/head/; revision=530186
* www/cliqz: Fix build on aarch64 (CURRENT).Santhosh Raju2020-03-181-4/+7
| | | | | | | | | PR: 244175 Submitted by: mikael@ Reported by: mikael@ Notes: svn path=/head/; revision=528672
* devel/icu: update to 66.1Jan Beich2020-03-131-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/66 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=528343
* lang/rust: Update to 1.42.0Tobias Kortkamp2020-03-121-1/+1
| | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D24020 Notes: svn path=/head/; revision=528318
* Deprecate some ports using deprecated version of pythonAntoine Brodin2020-03-081-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=528058
* www/cliqz: revert r527481 for this portJan Beich2020-03-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ***** Building ***** + ./mach build Traceback (most recent call last): File "./mach", line 269, in <module> main(sys.argv[1:]) File "./mach", line 261, in main mach = get_mach() File "./mach", line 251, in get_mach mach = check_and_get_mach(dir_path) File "./mach", line 207, in check_and_get_mach return load_mach(dir_path, mach_path) File "./mach", line 195, in load_mach return mach_bootstrap.bootstrap(dir_path) File "/usr/ports/www/cliqz/work/browser-f-1.33.0/mozilla-release/build/mach_bootstrap.py", line 399, in bootstrap driver.load_commands_from_file(os.path.join(mozilla_dir, path)) File "/usr/ports/www/cliqz/work/browser-f-1.33.0/mozilla-release/python/mach/mach/main.py", line 267, in load_commands_from_file imp.load_source(module_name, path) File "/usr/ports/www/cliqz/work/browser-f-1.33.0/mozilla-release/remote/mach_commands.py", line 30, in <module> import mozprofile File "/usr/ports/www/cliqz/work/browser-f-1.33.0/mozilla-release/build/mach_bootstrap.py", line 431, in __call__ module = self._original_import(name, globals, locals, fromlist, level) File "/usr/ports/www/cliqz/work/browser-f-1.33.0/mozilla-release/testing/mozbase/mozprofile/mozprofile/__init__.py", line 17, in <module> from mozprofile.cli import * File "/usr/ports/www/cliqz/work/browser-f-1.33.0/mozilla-release/build/mach_bootstrap.py", line 431, in __call__ module = self._original_import(name, globals, locals, fromlist, level) File "/usr/ports/www/cliqz/work/browser-f-1.33.0/mozilla-release/testing/mozbase/mozprofile/mozprofile/cli.py", line 18, in <module> from .profile import FirefoxProfile File "/usr/ports/www/cliqz/work/browser-f-1.33.0/mozilla-release/build/mach_bootstrap.py", line 431, in __call__ module = self._original_import(name, globals, locals, fromlist, level) File "/usr/ports/www/cliqz/work/browser-f-1.33.0/mozilla-release/testing/mozbase/mozprofile/mozprofile/profile.py", line 20, in <module> from .permissions import Permissions File "/usr/ports/www/cliqz/work/browser-f-1.33.0/mozilla-release/build/mach_bootstrap.py", line 431, in __call__ module = self._original_import(name, globals, locals, fromlist, level) File "/usr/ports/www/cliqz/work/browser-f-1.33.0/mozilla-release/testing/mozbase/mozprofile/mozprofile/permissions.py", line 14, in <module> import sqlite3 File "/usr/ports/www/cliqz/work/browser-f-1.33.0/mozilla-release/build/mach_bootstrap.py", line 431, in __call__ module = self._original_import(name, globals, locals, fromlist, level) File "/usr/local/lib/python2.7/sqlite3/__init__.py", line 24, in <module> from dbapi2 import * File "/usr/ports/www/cliqz/work/browser-f-1.33.0/mozilla-release/build/mach_bootstrap.py", line 431, in __call__ module = self._original_import(name, globals, locals, fromlist, level) File "/usr/local/lib/python2.7/sqlite3/dbapi2.py", line 28, in <module> from _sqlite3 import * File "/usr/ports/www/cliqz/work/browser-f-1.33.0/mozilla-release/build/mach_bootstrap.py", line 431, in __call__ module = self._original_import(name, globals, locals, fromlist, level) ImportError: No module named _sqlite3 *** Error code 1 PR: 244521 Reported by: fox (maintainer), pkg-fallout Point hat to: jbeich (forgot to pass "-C" to poudriere bulk) Notes: svn path=/head/; revision=527731
* www/firefox: drop py-sqlite3 dependencyJan Beich2020-02-291-1/+0
| | | | | | | | | Not used during build anymore but still required for testing. PR: 244521 Notes: svn path=/head/; revision=527481
* www/firefox: unbreak native Wayland if XDG_RUNTIME_DIR on ZFSJan Beich2020-02-282-1/+35
| | | | | | | | | | | XDG_RUNTIME_DIR should be on tmpfs(5) for optimal performance but if users want on permanent storage like ZFS don't abort. PR: 240884 Reported by: jsm Notes: svn path=/head/; revision=527346
* lang/rust: Update to 1.41.1Tobias Kortkamp2020-02-271-0/+1
| | | | | | | | | | | | | | | | | | | | | - Force rebuild all consumers to fix potential miscompilations with 1.41.0 - Enable SOURCES by default. The sources are indexed by RLS and required for it to function properly, so they should be available by default. This also makes sure we test the option properly. - Remove implied --config=config.toml from x.py args - Switch to the upstreamed backtrace crate patches like rust-nightly - Enable WASM by default [0] - Strip libraries (D23650) [1] - Simplify plist generation (D23735) [2] Changes: https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html Submitted by: mikael [0,1,2] With hat: rust Differential Revision: https://reviews.freebsd.org/D23835 Notes: svn path=/head/; revision=527260
* www/cliqz: Updates to 1.33.0Santhosh Raju2020-02-2210-266/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bumps version dependencies. * Disables simd in rust (for i386) to prevent build failures. * Adds pre-configure check for COMPAT_FREEBSD11. Changes (since 1.32.1): Cliqz Browser release 1.33.0 includes the improvements of Firefox’s latest version 73.0.1 with additional Cliqz improvements and bug fixes. Improvements * Cliqz got updated to Firefox 73.0.1 with various improvements and fixes. * In the browser settings you’ll find the new section "Labs". Here you can activate the latest browser features that we’re currently testing. The first one is support for the Dat Protocol that enables the loading of certain web pages via a peer-to-peer network. Fixes * Users of Kaspersky Antivirus could no longer open HTTPS pages in the Cliqz Browser and got the error message "Your Connection is not secure". This problem should not occur again in the future. * When updating from an older browser version it could happen that instead of Cliqz Tab only an empty page was displayed. This issue has been fixed. Miscellaneous * The Connect feature has been removed due to performance issues. But we are already working on a better and more stable solution. Please let us know what features you would like to see. Notes: svn path=/head/; revision=526766
* lang/rust: Update to 1.41.0Tobias Kortkamp2020-01-301-0/+1
| | | | | | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early - Switch to cross-compiled (from amd64) bootstraps for all architectures generated with the incoming lang/rust-bootstrap - Update cargo-c to 0.5.2 to unbreak librav1e build - Make use of regular MAKE_ENV/TEST_ENV in lang/rust - Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully produce more useful failure logs when something panics during builds Changes: https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D23385 Notes: svn path=/head/; revision=524658
* www/cliqz: Updates to 1.32.1Santhosh Raju2020-01-237-232/+427
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes (since 1.30.1): Cliqz Browser release 1.32.0 includes the improvements of Firefox’s latest versions 71.0, 72.0.1 and 72.0.2 with additional Cliqz improvements and bug fixes. Improvements * Cliqz got updated to Firefox 71.0 and 72.0.1 with various improvements and fixes. * The built-in security add-on HTTPS Everywhere got updated to the latest version 2019.11.7. Fixes * For some users, YouTube stopped working in Cliqz Browser until they cleared their cookies and cache. These cookie related issues have been fixed. * Sometimes the onboarding was shown again and again. Now you’ll only see it after the first start of the browser. * Recommended add-ons like Ghostery or LastPass could not be installed anymore. These add-ons can now be installed again. * We made sure that Cliqz Tab doesn’t show up in the history item list anymore. * If you right-clicked on the Cliqz icon in the Windows taskbar and selected the task "Open new tab" in the Jump List, it could happen that instead of Cliqz Tab only a blank page appeared. This has been fixed. Notes: svn path=/head/; revision=523906
* lang/rust: Update to 1.40.0Tobias Kortkamp2019-12-191-0/+1
| | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html Tested by: mikael.urankar@gmail.com, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D22843 Notes: svn path=/head/; revision=520446
* www/cliqz: Updates to 1.30.1Santhosh Raju2019-12-024-9/+30
| | | | | | | | | | | | | | | | | | | Changes (since 1.30.0): * DB-2333: DB-2329: DE translation and fixes * DB-2330: https checkbox sync with extension * DB-2332: fixed navigation toolbar bottom border | MacOS * DB-2332_1: added box bottom shadow to the urlbar * DB-2331: fix Windows installer * DB-2337: fixed cookie behaviour on preferences page * DB-2341: changing suche.cliqz.com to beta.cliqz.com (#1393) * DB-2342: bring back preferred language box (#1394) * DB-2342: hiding language heading at other pages Approved by: philip (mentor) Notes: svn path=/head/; revision=518836
* gecko: drop close_fds workaround after r518640Jan Beich2019-11-291-28/+0
| | | | | | | PR: 221700 Notes: svn path=/head/; revision=518646
* www/cliqz: Fixes build failures under certain conditions.Santhosh Raju2019-11-254-22/+21
| | | | | | | | | | | | - Redo the MOZ_CONFIGURE_ARGS so that port options picks it up correctly. - Adds check for libmozwayland.so (available when x11-toolkits/gtk30 is built with WAYLAND option enabled). - Drops a patch hunk not applicable to patch-bug847568 (reported by jbeich@). Approved by: philip (mentor) Notes: svn path=/head/; revision=518395
* www/cliqz: Updates to 1.30.0Santhosh Raju2019-11-187-55/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bumps versions of dependencies. Changes (since 1.29.3): Cliqz Browser release 1.30.0 includes all changes of Firefox's latest version 70 with additional Cliqz improvements and bug fixes. New Features * Browse undisturbed at last: Thanks to the new Cookie Pop-up Blocker, websites no longer bother you with cookie consent notices. Once activated, consent requests for data collection are automatically denied if possible. Otherwise, the cookie pop-up is simply hidden. Improvements * Cliqz got updated to Firefox 70.0.1 with various improvements and fixes. * Thanks to code optimizations, the Cliqz Browser now starts up to 20% faster (with an existing profile). * Cliqz now displays websites opened in Forget Mode in a separate browser window. Therefore, normal and private tabs are more strictly separated. This makes it easier for you to differentiate between them, and further strengthens your privacy. Forget Tabs are no longer supported. * The completely redesigned Onboarding makes the initial setup of the Cliqz Browser easier by guiding you step-by-step through the most important settings. Fixes * Various bugs with themes have been fixed. * Instead of Firefox's built-in tracking protection, the Cliqz Browser uses our superior anti-tracking technology. * Cliqz continues to use the built-in password manager instead of Firefox Lockwise to manage login data and passwords. Approved by: philip (mentor) Notes: svn path=/head/; revision=517852
* lang/rust: Update to 1.39.0Tobias Kortkamp2019-11-072-0/+171
| | | | | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early - Partially apply D20792 in preparation for PPC_ABI support - Add LibreSSL 3.0.x support [1] Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html PR: 241411 [1] Tested by: mikael.urankar@gmail.com, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D22240 Notes: svn path=/head/; revision=516995
* www/cliqz: Update to 1.29.3Santhosh Raju2019-10-173-22/+14
| | | | | | | | | | | | | | | | | | - Moves Makefile.options to the correct location in Makefile. - Options now use option helpers. Reported by: mat Changes since 1.29.2: Merge with Firefox 69.0.3 https://github.com/cliqz-oss/browser-f/compare/1.29.2...1.29.3 Approved by: philip (mentor) Notes: svn path=/head/; revision=514628
* www/cliqz: Update to 1.29.2.Santhosh Raju2019-10-156-38/+294
| | | | | | | | | | | | | | | | | | | - Force build using system-wide harfbuzz and graphite2, this fixes build breakage in 13.0-CURRENT (1300050). - Add options for Sndio and JACK audio backend. Now can be configured using make config. - Update version numbers of dependencies. - Removes obsolote patch for configure options since this is handled in the Makefile script now. - Minor portfmt(1) fixes. Changes (Since 1.29.0): * Merge with Firefox 69.0.2 https://github.com/cliqz-oss/browser-f/compare/1.29.0...1.29.2 Approved by: philip (mentor) Notes: svn path=/head/; revision=514486
* gecko: drop LLVM_DEFAULT workaround for i386 after r514194Jan Beich2019-10-101-5/+0
| | | | | | | PR: 240918 Notes: svn path=/head/; revision=514199
* devel/icu: update to 65.1Jan Beich2019-10-031-0/+1
| | | | | | | | Changes: http://site.icu-project.org/download/65 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=513733
* www/cliqz: update to 1.29.0Santhosh Raju2019-09-294-136/+42
| | | | | | | | | | | | | | | | - Updates maintainer email. - Adds xorg to USES to prevent the deprecated only USES_XORG warning. - Moves the configure options to be handled in Makefile. - Forces the package to use latest LLVM (borrowed from bsd.gecko.mk). - Restricts latest LLVM to 8 for i386 arch, due to a linker error (borrowed from bsd.gecko.mk). - Removes obsolete patches no longer applicable to cliqz 1.29.0 - Minor portlint(1) and portfmt(1) improvements. Changes (since 1.28.2): https://github.com/cliqz-oss/browser-f/releases/tag/1.29.0 Approved by: philip (mentor) Notes: svn path=/head/; revision=513189
* lang/rust: Update to 1.38.0Tobias Kortkamp2019-09-272-1/+104
| | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html Tested by: jbeich, mikael.urankar@gmail.com, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D21778 Notes: svn path=/head/; revision=513013
* Switch default devel/llvm* to 90Jan Beich2019-09-201-0/+1
| | | | | | | | | PR: 239682 Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D21172 Notes: svn path=/head/; revision=512440
* www/cliqz: update to 1.28.2Jan Beich2019-08-283-33/+49
| | | | | | | | | Changes: https://github.com/cliqz-oss/browser-f/compare/1.28.1...1.28.2 PR: 239994 Submitted by: Santhosh Raju (maintainer) Notes: svn path=/head/; revision=510068
* lang/rust: Update to 1.37.0Tobias Kortkamp2019-08-151-0/+1
| | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html Tested by: jbeich, tobik, greg@unrelenting.technology (aarch64) With hat: rust Differential Revision: https://reviews.freebsd.org/D21247 Notes: svn path=/head/; revision=508994
* www/cliqz: Update to 1.28.1Kai Knoblich2019-08-092-7/+7
| | | | | | | | | | | | | | | | | | Changelog: * DB-2234: Add tab privacy check | fixed loadContext error * DB-2241: Text ellipsis in Refresh dialog * DB-2243: Disabled "about:welcome" page * DB-2244: Fixing bookmark issue and removing bookmark recommendation served from activity stream https://github.com/cliqz-oss/browser-f/compare/1.28.0...1.28.1 PR: 239706 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) Notes: svn path=/head/; revision=508429
* www/cliqz: Update to 1.28.0Kai Knoblich2019-08-033-184/+5
| | | | | | | | | | | * Remove the patch for Mozilla bug #1530098 that is no longer required as upstream has incorporated it with Firefox 68 on which www/cliqz bases. PR: 239558 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) Notes: svn path=/head/; revision=507995
* www/cliqz: unbreak after r507836Jan Beich2019-08-021-1/+1
| | | | | | | | | | ***** Building ***** + ./mach build exec: python: not found *** Error code 127 Notes: svn path=/head/; revision=507880
* devel/libevent2: update to 2.1.11Jan Beich2019-08-021-1/+1
| | | | | | | | | | | | | Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133 Notes: svn path=/head/; revision=507877
* lang/rust: Update to 1.36.0Tobias Kortkamp2019-07-041-0/+1
| | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html Tested by: jbeich, mikael.urankar@gmail.com With hat: rust Differential Revision: https://reviews.freebsd.org/D20810 Notes: svn path=/head/; revision=505837
* www/cliqz: drop patch accidentally copied from www/firefoxJan Beich2019-07-011-102/+0
| | | | | | | | | | | This port doesn't use --with-system-av1, so keeping the patch would only introduce unnecessary churn on updates. PR: 238899 Approved by: Santhosh Raju (maintainer, implicit) Notes: svn path=/head/; revision=505609
* www/cliqz: Update to 1.27.4Steve Wills2019-06-302-7/+7
| | | | | | | | PR: 238882 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) Notes: svn path=/head/; revision=505519
* www/cliqz: update to 1.27.3Philip Paeps2019-06-219-133/+146
| | | | | | | | PR: 238410 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) Notes: svn path=/head/; revision=504812