aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/Makefile.tests
Commit message (Collapse)AuthorAgeFilesLines
* www/chromium: update to 100.0.4896.60Robert Nagy2022-03-291-1/+5
| | | | | Enable some more unit tests. Security: ab2d7f62-af9d-11ec-a0b8-3065ec8fd3ec
* www/chromium: update to 99.0.4844.51Rene Ladan2022-03-021-1/+6
| | | | | | | | 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
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* www/chromium: update to 89.0.4389.114Rene Ladan2021-04-061-1/+1
| | | | | Submitted by: Matthias Wolf via github Security: https://www.vuxml.org/freebsd/bddadaa4-9227-11eb-99c5-e09467587c17.html
* www/chromium: Update to 71.0.3578.98Carlos J. Puga Medina2019-01-071-1/+0
| | | | | | | | | | | | | | | | Changelog: https://chromium.googlesource.com/chromium/src/+log/68.0.3440.106..71.0.3578.98?pretty=fuller&n=10000 PR: 233990 Submitted by: Matthias Wolf <freebsd@rheinwolf.de> Reported by: nikolaibitinit@gmail.com Reviewed by: rene, cpm Approved by: rene, cpm MFH: 2019Q1 Security: http://vuxml.freebsd.org/freebsd/546d4dd4-10ea-11e9-b407-080027ef1a23.html Security: http://vuxml.freebsd.org/freebsd/720590df-10eb-11e9-b407-080027ef1a23.html Notes: svn path=/head/; revision=489612
* - USE_GNOME also requires USES=gnomeCarlos J. Puga Medina2018-09-011-0/+9
| | | | | | | | | | | - Switch to USES=localbase:ldflags - Revert Makefile.tests and include more *_unittests - Update patch file with missing WEBRTC_BSD macro - Apply several patches from devel/googletest (thanks to jbeich@) - Bump PORTREVISION Notes: svn path=/head/; revision=478691
* - Add more useful comments to make Makefile more readableCarlos J. Puga Medina2018-08-221-20/+0
| | | | | | | | | | | | | | | | | | | | | - Fix TEST option allow running basic tests and skip tests that must be verified if they are supported before being added back to TEST_TARGETS - Add patches that fixes crash with non-MESA drivers fall back to scanning PCI devices. Ideally, we'd like to use libpci but the current version calculates device class wrong for non-root users (patch submitted to libpci author), so a workaround would be messy. Instead, use direct access to /dev/pci. Once the upstream fixes the bug generic libpci code can be used [1] Tested by: Oleh Hushchenkov <gor@clogic.com.ua>, Jonathan Chen <jonc@chen.org.nz> - Bump PORTREVISION PR: 230450 [1] Submitted by: gonzo [1] Reported by: Oleh Hushchenkov, Jonathan Chen [1] Notes: svn path=/head/; revision=477781
* www/chromium: update to 59.0.3071.109Carlos J. Puga Medina2017-06-231-1/+1
| | | | | | | | | | | - Fix TEST option Changelog: https://chromium.googlesource.com/chromium/src/+log/59.0.3071.104..59.0.3071.109?pretty=fuller&n=10000 MFH: 2017Q2 Notes: svn path=/head/; revision=444185
* www/chromium: update to 59.0.3071.104Carlos J. Puga Medina2017-06-201-1/+0
| | | | | | | | | | | | | | | | | | | - Use https in WWW and MASTER_SITES - Sort ONLY_FOR_ARCHS, USES, USE_GNOME and GN_ARGS - Put in correct place MAKE_ENV+= V=1 variable - Use LLD linker by default for supported archs - Fix DEBUG option - Fix gpu_info_collector.cc warning: control may reach end of non-void function [-Wreturn-type] - Get rid of multiple definition errors Changelog: https://chromium.googlesource.com/chromium/src/+log/58.0.3029.110..59.0.3071.104?pretty=fuller&n=10000 MFH: 2017Q2 Security: https://www.vuxml.org/freebsd/52f4b48b-4ac3-11e7-99aa-e8e0b747a45a.html Security: https://www.vuxml.org/freebsd/f53dd5cc-527f-11e7-a772-e8e0b747a45a.html Notes: svn path=/head/; revision=443998
* www/chromium: bring back the desktop icon, bump PORTREVISIONRene Ladan2014-09-141-1/+0
| | | | | | | | | While here remove a test which is no longer present. Submitted by: riggs Notes: svn path=/head/; revision=368166
* Update to 35.0.1916.114Rene Ladan2014-05-201-7/+6
| | | | | | | | | | | | | | | Changes include: - More developer control over touch input - New JavaScript features - Unprefixed Shadow DOM - A number of new apps/extension APIs - Lots of under the hood changes for stability and performance MFH: 2014Q2 Security: http://vuxml.org/freebsd/64f3872b-e05d-11e3-9dd4-00262d5ed8ee.html Notes: svn path=/head/; revision=354687
* www/chromium: Update to 33.0.1750.117 [0]Rene Ladan2014-02-251-1/+1
| | | | | | | | | | Fix the crash when closing the history/settings tab [1] Submitted by: John Carr <jfc@mit.edu> via freebsd-chromium [1] Security: http://vuxml.org/freebsd/9dd47fa3-9d53-11e3-b20f-00262d5ed8ee.html [0] Notes: svn path=/head/; revision=346060
* - Move test-related targets to their own file, Makefile.testsRene Ladan2014-02-161-0/+23
- Remove a post-patch target already handled by files/ Notes: svn path=/head/; revision=344585