aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/Makefile.tests
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r478691Carlos J. Puga Medina2018-09-011-0/+9
| | | | | | | | | | | | | | - USE_GNOME also requires USES=gnome - 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 Approved by: ports-secteam (blanket) Notes: svn path=/branches/2018Q3/; revision=478693
* MFH: r477781Carlos J. Puga Medina2018-08-221-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Add more useful comments to make Makefile more readable - 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] Approved by: ports-secteam (blanket) Notes: svn path=/branches/2018Q3/; revision=477782
* 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