summaryrefslogtreecommitdiff
path: root/java/openjdk14 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Multiple ports: improve regex compliance (part 2)Kyle Evans2020-07-241-2/+4
| | | | | | | | | | | | | | | | | This is again a part of the project to stop extraneous escaping of ordinary characters and redefine some ordinary escapes as special behavior. Most of these ports are pushed over to use textproc/gsed because they want to use GNU extensions. Others are fixed to either escape appropriately (e.g. $$ rather than \$ in Makefiles!) or just remove redundant escapes (e.g. backtick in single quotes doesn't need escaped). PR: 229925 MFH: no (invasive risk) Notes: svn path=/head/; revision=543267
* Update to 14.0.2Greg Lewis2020-07-162-6/+5
| | | | Notes: svn path=/head/; revision=542331
* More accurate vendor informationGreg Lewis2020-07-121-1/+7
| | | | | | | PR: 244634 Notes: svn path=/head/; revision=542063
* java/openjdk14: Add fontconfig supportDmitri Goutnik2020-07-113-1/+223
| | | | | | | | PR: 247901 Approved by: java (glewis) Notes: svn path=/head/; revision=542040
* Update to 14.0.1 GAGreg Lewis2020-04-174-111/+6
| | | | Notes: svn path=/head/; revision=531985
* Fix build for aarch64Greg Lewis2020-03-222-0/+105
| | | | | | | Submitted by: Klaus Küchemann <maciphone2@googlemail.com> Notes: svn path=/head/; revision=528938
* Add a port of OpenJDK 14Greg Lewis2020-03-1810-0/+262
Notes: svn path=/head/; revision=528626