aboutsummaryrefslogtreecommitdiff
path: root/sysutils/acpica-tools
Commit message (Collapse)AuthorAgeFilesLines
* Update to 20180531.Jung-uk Kim2018-05-312-4/+4
| | | | | | | https://acpica.org/node/157 Notes: svn path=/head/; revision=471242
* Update to 20180508.Jung-uk Kim2018-05-082-4/+4
| | | | | | | https://acpica.org/node/156 Notes: svn path=/head/; revision=469386
* Update to 20180427.Jung-uk Kim2018-04-272-4/+4
| | | | | | | https://acpica.org/node/155 Notes: svn path=/head/; revision=468496
* Update to 20180313.Jung-uk Kim2018-03-142-4/+4
| | | | | | | https://acpica.org/node/154 Notes: svn path=/head/; revision=464464
* Update to 20180209.Jung-uk Kim2018-02-092-4/+4
| | | | | | | https://acpica.org/node/153 Notes: svn path=/head/; revision=461323
* Update to 20180105.Jung-uk Kim2018-01-052-4/+4
| | | | | | | https://acpica.org/node/152 Notes: svn path=/head/; revision=458176
* Update to 20171215.Jung-uk Kim2018-01-022-4/+4
| | | | | | | https://acpica.org/node/151 Notes: svn path=/head/; revision=457923
* Update to 20171214.Jung-uk Kim2017-12-143-27/+4
| | | | | | | https://acpica.org/node/150 Notes: svn path=/head/; revision=456376
* Update the previous build fix for arm.Jung-uk Kim2017-11-131-8/+5
| | | | | | | This patch is more correct and simpler. Notes: svn path=/head/; revision=454157
* Fix build on arm.Jung-uk Kim2017-11-102-2/+26
| | | | Notes: svn path=/head/; revision=453935
* Update to 20171110.Jung-uk Kim2017-11-102-4/+4
| | | | | | | https://acpica.org/node/147 Notes: svn path=/head/; revision=453907
* Update to 20170929.Jung-uk Kim2017-09-292-4/+4
| | | | Notes: svn path=/head/; revision=450913
* Update to 20170831.Jung-uk Kim2017-08-312-4/+4
| | | | Notes: svn path=/head/; revision=449047
* Update to 20170728.Jung-uk Kim2017-07-282-4/+4
| | | | Notes: svn path=/head/; revision=446842
* Update to 20170629.Jung-uk Kim2017-06-292-4/+4
| | | | Notes: svn path=/head/; revision=444661
* Update to 20170531.Jung-uk Kim2017-05-313-31/+4
| | | | Notes: svn path=/head/; revision=442268
* Mark some ports failing on armv6, for errors classified as "???",Mark Linimon2017-05-271-3/+4
| | | | | | | | | | | part 2. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441819
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-301-1/+1
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439789
* Update to 20170303.Jung-uk Kim2017-03-035-42/+27
| | | | Notes: svn path=/head/; revision=435356
* Fix a disassembler regression.Jung-uk Kim2017-02-282-0/+15
| | | | | | | | https://github.com/acpica/acpica/commit/abf1d02 https://github.com/acpica/acpica/commit/ae2a65b Notes: svn path=/head/; revision=435081
* Remove the redefinition to fix build on FreeBSD 10.Jung-uk Kim2017-02-281-0/+16
| | | | Notes: svn path=/head/; revision=435077
* Update to 20170224.Jung-uk Kim2017-02-273-4/+15
| | | | Notes: svn path=/head/; revision=434994
* Update to 20170119.Jung-uk Kim2017-01-192-4/+4
| | | | Notes: svn path=/head/; revision=431908
* Remove always-true/false conditions after 9.x, 10.[12] EOLDmitry Marakasov2017-01-051-8/+1
| | | | | | | | | While here, couple minor fixes portmgr blanket Notes: svn path=/head/; revision=430631
* Update to 20161222.Jung-uk Kim2016-12-222-4/+4
| | | | Notes: svn path=/head/; revision=429184
* Update to 20161117.Jung-uk Kim2016-11-172-4/+4
| | | | Notes: svn path=/head/; revision=426293
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-161-2/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426201
* Update to 20160930.Jung-uk Kim2016-09-302-4/+4
| | | | Notes: svn path=/head/; revision=423009
* Update to 20160831.Jung-uk Kim2016-08-312-4/+4
| | | | Notes: svn path=/head/; revision=421192
* Update to 20160729.Jung-uk Kim2016-07-302-4/+4
| | | | Notes: svn path=/head/; revision=419294
* Update to 20160527.Jung-uk Kim2016-05-272-3/+4
| | | | Notes: svn path=/head/; revision=415966
* Update to 20160422.Jung-uk Kim2016-04-254-36/+3
| | | | Notes: svn path=/head/; revision=414030
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* - Prefer devel/byacc over devel/bison to reduce build dependencies betweenJung-uk Kim2016-03-292-10/+11
| | | | | | | | releases. It builds fine after r411933. - Replace the previous patch with the upstream submitted version. Notes: svn path=/head/; revision=412125
* Really fix spurious build failures and make it more safer. Header file isJung-uk Kim2016-03-221-7/+7
| | | | | | | generated on the current working directory regardless of -o option. Notes: svn path=/head/; revision=411670
* Update to 20160318.Jung-uk Kim2016-03-183-3/+13
| | | | Notes: svn path=/head/; revision=411363
* Simplify the previous patch.Jung-uk Kim2016-02-181-4/+5
| | | | Notes: svn path=/head/; revision=409080
* Attempt to fix sporadic build failures.Jung-uk Kim2016-02-181-0/+19
| | | | Notes: svn path=/head/; revision=409079
* Update to 20160212.Jung-uk Kim2016-02-122-3/+3
| | | | Notes: svn path=/head/; revision=408746
* Update to 20160108.Jung-uk Kim2016-01-083-19/+3
| | | | Notes: svn path=/head/; revision=405573
* Update to ACPICA 20151218.Jung-uk Kim2015-12-182-7/+3
| | | | Notes: svn path=/head/; revision=403983
* Fix build with GCC 4.2 on amd64.Jung-uk Kim2015-11-301-0/+16
| | | | Notes: svn path=/head/; revision=402694
* Update to 20151124.Jung-uk Kim2015-11-252-3/+7
| | | | Notes: svn path=/head/; revision=402413
* Update to 20150930.Jung-uk Kim2015-09-303-25/+3
| | | | Notes: svn path=/head/; revision=398235
* Update to 20150818.Jung-uk Kim2015-08-233-65/+7
| | | | Notes: svn path=/head/; revision=395072
* Tidy up a patch. No functional change.Jung-uk Kim2015-08-061-1/+1
| | | | Notes: svn path=/head/; revision=393671
* Update to 20150717.Jung-uk Kim2015-07-203-10/+77
| | | | Notes: svn path=/head/; revision=392594
* Update to 20150619.Jung-uk Kim2015-06-183-9/+11
| | | | Notes: svn path=/head/; revision=390064
* Update to 20150616.Jung-uk Kim2015-06-165-193/+3
| | | | Notes: svn path=/head/; revision=389859
* Add few upstream patches:Jung-uk Kim2015-06-034-1/+191
| | | | | | | | | | | | | - Update GUIDs for new NFIT tables. - Fix ill-formed GUID strings for NFIT tables. - Fix a possible fault when performing a UUID search. https://github.com/acpica/acpica/commit/83727be https://github.com/acpica/acpica/commit/6005294 https://github.com/acpica/acpica/commit/4a1cca9 Notes: svn path=/head/; revision=388489