Index: head/sysutils/acpica-tools/Makefile =================================================================== --- head/sysutils/acpica-tools/Makefile (revision 435080) +++ head/sysutils/acpica-tools/Makefile (revision 435081) @@ -1,36 +1,37 @@ # $FreeBSD$ PORTNAME= acpica PORTVERSION= 20170224 +PORTREVISION= 1 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL/jkim PKGNAMESUFFIX= -tools DISTNAME= ${PORTNAME}-unix2-${PORTVERSION} MAINTAINER= jkim@FreeBSD.org COMMENT= Tools from the ACPI Component Architecture (ACPICA) project LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual 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}" BROKEN_aarch64= Fails to compile: error: comparison of constant -1 with expression of type char is always true BROKEN_powerpc64= Does not build do-install: ${INSTALL_PROGRAM} ${ACPICA_TOOLS:S,^,${BUILD_WRKSRC}/bin/,} \ ${STAGEDIR}${PREFIX}/bin .include Index: head/sysutils/acpica-tools/files/patch-source_components_disassembler_dmopcode.c =================================================================== --- head/sysutils/acpica-tools/files/patch-source_components_disassembler_dmopcode.c (nonexistent) +++ head/sysutils/acpica-tools/files/patch-source_components_disassembler_dmopcode.c (revision 435081) @@ -0,0 +1,14 @@ +--- source/components/disassembler/dmopcode.c.orig 2017-02-25 00:43:55 UTC ++++ source/components/disassembler/dmopcode.c +@@ -443,7 +443,10 @@ AcpiDmFieldPredefinedDescription ( + ACPI_CAST_PTR (char, Info->Description)); + } + +- ACPI_FREE (Tag); /* Tag was allocated in AcpiGetTagPathname */ ++ /* AML buffer (String) was allocated in AcpiGetTagPathname */ ++ ++ ACPI_FREE (IndexOp->Common.Value.String); ++ + #endif + return; + } Property changes on: head/sysutils/acpica-tools/files/patch-source_components_disassembler_dmopcode.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property