Index: head/sysutils/acpica-tools/Makefile =================================================================== --- head/sysutils/acpica-tools/Makefile (revision 411362) +++ head/sysutils/acpica-tools/Makefile (revision 411363) @@ -1,42 +1,42 @@ # $FreeBSD$ PORTNAME= acpica -PORTVERSION= 20160212 +PORTVERSION= 20160318 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}" .include .if ${OSVERSION} < 1001506 BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison BUILD_DEPENDS+= gm4:${PORTSDIR}/devel/m4 MAKE_ARGS+= MACROPROC="${LOCALBASE}/bin/gm4" YACC= ${LOCALBASE}/bin/bison .endif 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 411362) +++ head/sysutils/acpica-tools/distinfo (revision 411363) @@ -1,2 +1,2 @@ -SHA256 (acpica-unix2-20160212.tar.gz) = c0c68c7a8e9b1f4f66895b5950023042cb8e619fd92dab288010c8bd023d3270 -SIZE (acpica-unix2-20160212.tar.gz) = 1408539 +SHA256 (acpica-unix2-20160318.tar.gz) = 4330f05a2fe64d0dd80ce37d30bad391e9e68f2637b9fbcb45c0d96c62a2d2c0 +SIZE (acpica-unix2-20160318.tar.gz) = 1412877 Index: head/sysutils/acpica-tools/files/patch-source_common_dmextern.c =================================================================== --- head/sysutils/acpica-tools/files/patch-source_common_dmextern.c (nonexistent) +++ head/sysutils/acpica-tools/files/patch-source_common_dmextern.c (revision 411363) @@ -0,0 +1,10 @@ +--- source/common/dmextern.c.orig 2016-03-18 16:25:41 UTC ++++ source/common/dmextern.c +@@ -1101,7 +1101,6 @@ AcpiDmEmitExternals ( + */ + while (AcpiGbl_ExternalList) + { +- AcpiGbl_ExternalList = AcpiGbl_ExternalList; + if (!(AcpiGbl_ExternalList->Flags & ACPI_EXT_EXTERNAL_EMITTED)) + { + AcpiOsPrintf (" External (%s%s)", Property changes on: head/sysutils/acpica-tools/files/patch-source_common_dmextern.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