Index: head/sysutils/acpica-tools/files/patch-source_compiler_aslsupport.l =================================================================== --- head/sysutils/acpica-tools/files/patch-source_compiler_aslsupport.l (revision 456375) +++ head/sysutils/acpica-tools/files/patch-source_compiler_aslsupport.l (nonexistent) @@ -1,23 +0,0 @@ ---- source/compiler/aslsupport.l.orig 2017-11-10 16:05:28 UTC -+++ source/compiler/aslsupport.l -@@ -525,7 +525,7 @@ static void - count ( - int Type) - { -- int i; -+ char *p; - - - switch (Type) -@@ -547,9 +547,9 @@ count ( - break; - } - -- for (i = 0; (yytext[i] != 0) && (yytext[i] != EOF); i++) -+ for (p = yytext; *p != '\0'; p++) - { -- AslInsertLineBuffer (yytext[i]); -+ AslInsertLineBuffer (*p); - *Gbl_LineBufPtr = 0; - } - } Property changes on: head/sysutils/acpica-tools/files/patch-source_compiler_aslsupport.l ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/acpica-tools/Makefile =================================================================== --- head/sysutils/acpica-tools/Makefile (revision 456375) +++ head/sysutils/acpica-tools/Makefile (revision 456376) @@ -1,35 +1,35 @@ # $FreeBSD$ PORTNAME= acpica -PORTVERSION= 20171110 +PORTVERSION= 20171214 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL/jkim PKGNAMESUFFIX= -tools DISTNAME= ${PORTNAME}-unix-${PORTVERSION} MAINTAINER= jkim@FreeBSD.org COMMENT= Tools from the ACPI Component Architecture (ACPICA) project LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual BROKEN_powerpc64= fails to compile: comparison is always true due to limited range of data type USES= gmake BUILD_WRKSRC= ${WRKSRC}/generate/unix ACPICA_TOOLS= acpibin acpidump acpiexec acpihelp acpinames acpisrc ACPICA_TOOLS+= acpixtract iasl PLIST_FILES= ${ACPICA_TOOLS:S,^,bin/,} MAKE_ARGS= HOST=_FreeBSD NOOPT=TRUE PROGS="${ACPICA_TOOLS}" MAKE_ARGS+= CC="${CC}" LEX="${FLEX}" YACC="${YACC}" do-install: ${INSTALL_PROGRAM} ${ACPICA_TOOLS:S,^,${BUILD_WRKSRC}/bin/,} \ ${STAGEDIR}${PREFIX}/bin .include Index: head/sysutils/acpica-tools/distinfo =================================================================== --- head/sysutils/acpica-tools/distinfo (revision 456375) +++ head/sysutils/acpica-tools/distinfo (revision 456376) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510335467 -SHA256 (acpica-unix-20171110.tar.gz) = 56ac1f870db698fc46f9be0698abe6f4b5bf189bfb12cf982302c0a8f920856a -SIZE (acpica-unix-20171110.tar.gz) = 1767952 +TIMESTAMP = 1513288988 +SHA256 (acpica-unix-20171214.tar.gz) = 8a0c06c2d0528ed192608e60faebbb287c1e78f840dc746b784190aa901ef755 +SIZE (acpica-unix-20171214.tar.gz) = 1769044