aboutsummaryrefslogtreecommitdiff
path: root/www/chromium
Commit message (Collapse)AuthorAgeFilesLines
* www/chromium: update to 99.0.4844.84Robert Nagy2022-03-262-7/+6
| | | | Security: https://vuxml.freebsd.org/freebsd/323f900d-ac6d-11ec-a0b8-3065ec8fd3ec.html
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-0/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* www/chromium: update to 99.0.4844.82Robert Nagy2022-03-216-41/+72
| | | | | | | | | | | While here: - respect download location settings [1] - fix manual page installation - fix build on arm64 - fixup pkg-plist PR: 262673 Reported by: o.hushchenkov@gmail.com
* www/chromium: add forgotten patch in last commitRobert Nagy2022-03-191-0/+11
|
* www/chromium: unbreak DEBUG build and update space requirementsRobert Nagy2022-03-193-14/+30
|
* www/chromium: allow building with LTO on FreeBSD < 13.1Robert Nagy2022-03-191-10/+15
|
* www/chromium: update to 98.0.4844.74 and fix manpageRene Ladan2022-03-1612-45/+47
| | | | | PR: 258599 Reported by: pkubaj
* www/chromium: enable webui optimizations now that it does not depend on JavaRobert Nagy2022-03-091-2/+2
|
* www/chromium: use base LLVM instead of binutilsRobert Nagy2022-03-072-13/+9
| | | | | Use ar, nm, and readelf from base LLVM, drop build dependency on devel/binutils port. Bump PORTREVISION.
* www/chromium: fix audio playback with ALSARobert Nagy2022-03-052-0/+55
| | | | | | PR: 262365 Reported by: o.hushchenkov@gmail.com Tested by: o.hushchenkov@gmail.com
* www/chromium: unbreak chromedriver unittest by fixing a bad ifdefRobert Nagy2022-03-031-1/+1
|
* www/chromium: update to 99.0.4844.51Rene Ladan2022-03-02766-5232/+6057
| | | | | | | | On the port side, this update brings: - libvulkan enabled by default - more unit tests enabled - no longer dependent on Python 2.7 Security: https://vuxml.freebsd.org/freebsd/e0914087-9a09-11ec-9e61-3065ec8fd3ec.html
* www/chromium: drop unneeded dependency on ffmpegRobert Nagy2022-02-241-3/+1
| | | | | Chromium ships with its own custom version of ffmpeg, so the dependency is not required.
* www/chromium: fix GPU acceleration on NVIDIARobert Nagy2022-02-235-12/+119
| | | | | | PR: 262156 Reported by: o.hushchenkov@gmail.com Fixes: a23dfd21 "www/chromium: update to 98.0.4758.102"
* www/chromium: fix MP4 video playbackRobert Nagy2022-02-233-0/+28
| | | | | PR: 255561 Reported by: patovm04@gmail.com
* www/chromium: fix build on 12.X (older libc++)Robert Nagy2022-02-221-0/+20
| | | | | PR: 262077 Fixes: a23dfd21 "www/chromium: update to 98.0.4758.102"
* www/chromium: fix build on 14-CURRENTRobert Nagy2022-02-221-0/+16
| | | | | PR: 258271 Fixes: a23dfd21 "www/chromium: update to 98.0.4758.102"
* www/chromium: update to 98.0.4758.102Rene Ladan2022-02-201049-14232/+26366
| | | | | | | | | - The port now uses the combined patch set for OpenBSD and FreeBSD maintained by Robert Nagy. - Fix build on i386 again. Obtained from: Robert Nagy <robert@openbsd.org> Security: https://vuxml.freebsd.org/freebsd/e12432af-8e73-11ec-8bc4-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/e852f43c-846e-11ec-b043-3065ec8fd3ec.html
* www/chromium: update to 97.0.4692.99Matthias Wolf2022-02-01567-2650/+3326
| | | | | | | | | | | Note that the port is currently broken on i386 as it does not compile there. Security: https://vuxml.freebsd.org/freebsd/51496cbc-7a0e-11ec-a323-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/9eeccbf3-6e26-11ec-bb10-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/fb9ba490-5cc4-11ec-aac7-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/18ac074c-579f-11ec-aac7-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/b8c0cbca-472d-11ec-83dc-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/976d7bf9-38ea-11ec-b3b0-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/bdaecfad-3117-11ec-b3b0-3065ec8fd3ec.html
* www/chromium: fix obtaining HOST_NAME_MAXAdam Wolk2021-12-152-6/+5
| | | | | | | | | | | | | | | Using sysconf(3) API lead to accidental introduction of variable length arrays (VLA) in the port. Additionally gethostname(3) has been passed _SC_HOST_NAME_MAX incorrectly as the HOST_NAME_MAX length. Fall back to using _POSIX_HOST_NAME_MAX as the remaining code is not ready for introducing sysconf(3) as a patch. Bump PORTREVISION to rebuild with the new patch. Reviewed by: bapt Sponsored by: Fudo Security Differential Revision: https://reviews.freebsd.org/D30062
* *: Clean up some thingsTobias Kortkamp2021-12-141-1/+0
| | | | | | | | | | - Fix typos - Remove unreferenced variables - Sort categories - Clean up commented PORTREVISION - Fix broken syntax Reported by: portscan
* devel/jsoncpp: Update to 1.9.4 -> 1.9.5Daniel Engberg2021-11-051-1/+1
| | | | PR: 259654
* devel/icu: update to 70.1Jan Beich2021-10-281-0/+1
| | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1 Reported by: GitHub (watch releases) PR: 258794 Exp-run by: antoine
* www/chromium: update to 94.0.4606.81Matthias Wolf2021-10-19516-2897/+3293
| | | | | | | | | | MFH: 2021Q4 Security: https://vuxml.freebsd.org/freebsd/a7732806-0b2a-11ec-836b-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/47b571f2-157b-11ec-ae98-704d7b472482.html Security: https://vuxml.freebsd.org/freebsd/3551e106-1b17-11ec-a8a7-704d7b472482.html Security: https://vuxml.freebsd.org/freebsd/b6c875f1-1d76-11ec-ae80-704d7b472482.html Security: https://vuxml.freebsd.org/freebsd/777edbbe-2230-11ec-8869-704d7b472482.html Security: https://vuxml.freebsd.org/freebsd/7d3d94d3-2810-11ec-9c51-3065ec8fd3ec.html
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-1/+0
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* www/chromium: Tweak mempcpy check to silence a warningFelix Palmen2021-09-241-4/+5
| | | | PR: 258271
* www/chromium: unbreak after dbc5f433f858Jan Beich2021-09-182-1/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:74:5: error: use of undeclared identifier 'hb_subset_input_set_retain_gids'; did you mean 'hb_subset_input_set_flags'? hb_subset_input_set_retain_gids(input.get(), true); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hb_subset_input_set_flags /usr/local/include/harfbuzz/hb-subset.h:142:1: note: 'hb_subset_input_set_flags' declared here hb_subset_input_set_flags (hb_subset_input_t *input, ^ ../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:77:5: error: use of undeclared identifier 'hb_subset_input_set_drop_hints' hb_subset_input_set_drop_hints(input.get(), false); ^ ../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:78:19: error: use of undeclared identifier 'hb_subset'; did you mean 'hb_set_set'? HBFace subset(hb_subset(face.get(), input.get())); ^~~~~~~~~ hb_set_set /usr/local/include/harfbuzz/hb-set.h:131:1: note: 'hb_set_set' declared here hb_set_set (hb_set_t *set, ^ ../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:78:29: error: cannot initialize a parameter of type 'hb_set_t *' with an rvalue of type 'std::__1::unique_ptr<hb_face_t, SkFunctionWrapper<void (hb_face_t *), &hb_face_destroy>>::pointer' (aka 'hb_face_t *') HBFace subset(hb_subset(face.get(), input.get())); ^~~~~~~~~~ /usr/local/include/harfbuzz/hb-set.h:131:29: note: passing argument to parameter 'set' here hb_set_set (hb_set_t *set, ^ PR: 258576 Reported by: pkg-fallout, Stefan Ehmann Obtained from: Arch Linux
* www/chromium: mark as not compatible with python 3.10Dmitry Marakasov2021-09-091-1/+1
|
* www/chromium: bump PORTREVISION for previous commitsRene Ladan2021-09-011-0/+1
| | | | MFH: 2021Q3
* www/chromium: fix build on aarch64 (RPI4)Bob Prohaska2021-09-011-0/+2
| | | | | | | ... by respecting LTO_VARS=off and exlcuding LTO from aarch64 PR: 257468 MFH: 2021Q3
* www/chromium: fix build on CURRENTTomoaki AOKI2021-09-013-9/+16
| | | | | | | ... after mempcpy(3) has been added to base libc. PR: 257352 MFH: 2021Q3
* www/chromium: update to 92.0.4515.159Matthias Wolf2021-08-22430-1894/+2590
| | | | | | | | | | Mark broken on i386 for now, it does not compile there because of a ssize_t * vs off_t * mismatch. MFH: 2021Q3 Security: https://vuxml.freebsd.org/freebsd/128deba6-ff56-11eb-8514-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/c3c6c4a3-f47d-11eb-b632-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/76487640-ea29-11eb-a686-3065ec8fd3ec.html
* www/chromium: Update to 91.0.4472.164Rene Ladan2021-07-182-7/+6
| | | | | MFH: 2021Q3 Security: https://vuxml.freebsd.org/freebsd/1ba21ff1-e672-11eb-a686-3065ec8fd3ec
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-0/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* www/chromium: update to 91.0.4472.114Rene Ladan2021-06-182-6/+6
| | | | | MFH: 2021Q2 Security: https://vuxml.freebsd.org/freebsd/afdc7579-d023-11eb-bcad-3065ec8fd3ec.html
* www/chromium: update to 91.0.4472.106Rene Ladan2021-06-172-8/+7
| | | | | | | | | This is a bugfix release, see https://chromium.googlesource.com/chromium/src/+log/91.0.4472.101..91.0.4472.106?pretty=fuller&n=10000 While here remove the hardcoded dependency on virtual_oss. MFH: 2021Q2
* www/chromium: update to 91.0.4472.101Matthias Wolf2021-06-17380-4000/+2278
| | | | Security: https://vuxml.freebsd.org/freebsd/20b3ab21-c9df-11eb-8558-3065ec8fd3ec.html
* www/chromium: attempt to make it work with Microsoft TeamsRene Ladan2021-05-162-7/+19
| | | | | | | | | | - add dependency virtual_oss so the microphone works [1] - skip assertion in h264_decoder, we will force it to initialize later [2] PR: 246214 [1] PR: 255484 [2] MFH: 2021Q2
* www/chromium: update to 90.0.4430.212Matthias Wolf2021-05-133-8/+16
| | | | | MFH: 2021Q2 Security: https://vuxml.freebsd.org/freebsd/3cac007f-b27e-11eb-97a0-e09467587c17.html
* www/chromium: add back patch for aarch64Matthias Wolf2021-04-301-0/+20
| | | | MFH: 2021Q2
* www/chromium: update to 90.0.4430.93Matthias Wolf2021-04-295-7/+46
| | | | | MFH: 2021Q2 Security: https://vuxml.freebsd.org/freebsd/9fba80e0-a771-11eb-97a0-e09467587c17.html
* www/chromium: mark BROKEN on 11/i386 for nowRene Ladan2021-04-271-0/+1
|
* www/chromium: update to 90.0.4430.85Matthias Wolf2021-04-27956-2322/+3265
| | | | | | Tested by: Matthias Wolf, rene MFH: 2021Q2 Security: http://vuxml.freebsd.org/freebsd/cb13a765-a277-11eb-97a0-e09467587c17.html
* www/chromium: update to 89.0.4389.128Matthias Wolf2021-04-152-7/+6
| | | | | MFH: 2021Q2 Security: http://vuxml.freebsd.org/freebsd/7c0d71a9-9d48-11eb-97a0-e09467587c17.html
* www/chromium: pet portclippyRene Ladan2021-04-121-22/+20
|
* devel/icu: update to 69.1Jan Beich2021-04-081-0/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-2/+0
|
* www/chromium: update to 89.0.4389.114Rene Ladan2021-04-06944-3410/+4635
| | | | | Submitted by: Matthias Wolf via github Security: https://www.vuxml.org/freebsd/bddadaa4-9227-11eb-99c5-e09467587c17.html
* www/chromium: some improvements for custom builds:Rene Ladan2021-03-071-4/+24
| | | | | | | | | | | | | - enable link-time optimization (only for 13.0+ for now) [1] - make Kerberos backend configurable (default unchanged) [2] PR: 253628 [1] PR: 254086 [2] Submitted by: iron.udjin@gmail.com [1] Submitted by: david@dcrosstech.com [2] Notes: svn path=/head/; revision=567568