sysutils/acpica-tools: Update to 20221020

https://acpica.org/node/201
This commit is contained in:
Jung-uk Kim 2022-10-27 16:20:21 -04:00
parent 5fcdf3613d
commit c2495c5e0c
3 changed files with 4 additions and 14 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= acpica
PORTVERSION= 20220331
PORTVERSION= 20221020
CATEGORIES= sysutils devel
MASTER_SITES= https://acpica.org/sites/acpica/files/ \
LOCAL/jkim

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1648758845
SHA256 (acpica-unix-20220331.tar.gz) = acaff68b14f1e0804ebbfc4b97268a4ccbefcfa053b02ed9924f2b14d8a98e21
SIZE (acpica-unix-20220331.tar.gz) = 1911044
TIMESTAMP = 1666901847
SHA256 (acpica-unix-20221020.tar.gz) = 33a2e394aca0ca57d4018afe3da340dfad5eb45b1b9300e81dd595fda07cf1c5
SIZE (acpica-unix-20221020.tar.gz) = 1920483

View File

@ -1,10 +0,0 @@
--- source/include/platform/acfreebsd.h.orig 2022-03-31 16:38:39 UTC
+++ source/include/platform/acfreebsd.h
@@ -211,6 +211,7 @@
#if __STDC_HOSTED__
#include <ctype.h>
+#include <unistd.h>
#endif
#define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread))