Index: head/sysutils/acpica-tools/Makefile =================================================================== --- head/sysutils/acpica-tools/Makefile (revision 383741) +++ head/sysutils/acpica-tools/Makefile (revision 383742) @@ -1,37 +1,36 @@ # $FreeBSD$ PORTNAME= acpica -PORTVERSION= 20150408 -PORTREVISION= 1 +PORTVERSION= 20150410 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL MASTER_SITE_SUBDIR= 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 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USES= bison gmake ACPICA_TOOLS= acpibin acpidump acpiexec acpihelp acpinames acpisrc ACPICA_TOOLS+= acpixtract iasl PLIST_FILES= ${ACPICA_TOOLS:S,^,bin/,} WRKSRC_SUBDIR= generate/unix MAKE_ARGS= HOST=_FreeBSD NOOPT=TRUE PROGS="${ACPICA_TOOLS}" MAKE_ARGS+= CC="${CC}" LEX="${FLEX}" MACROPROC="${LOCALBASE}/bin/gm4" MAKE_ARGS+= YACC="${LOCALBASE}/bin/bison" do-install: @${INSTALL_PROGRAM} ${ACPICA_TOOLS:S,^,${WRKSRC}/bin/,} \ ${STAGEDIR}${PREFIX}/bin .include Index: head/sysutils/acpica-tools/distinfo =================================================================== --- head/sysutils/acpica-tools/distinfo (revision 383741) +++ head/sysutils/acpica-tools/distinfo (revision 383742) @@ -1,2 +1,2 @@ -SHA256 (acpica-unix2-20150408.tar.gz) = ee0f099fbcb83f3b636640b5d3e6f65ece9c568f279dd09c0aa54f60b6a5ad09 -SIZE (acpica-unix2-20150408.tar.gz) = 1337153 +SHA256 (acpica-unix2-20150410.tar.gz) = 9cd298a370335d6b0271a320a220e88e787aecfaa039a3b67ea627ee27972e60 +SIZE (acpica-unix2-20150410.tar.gz) = 1337136 Index: head/sysutils/acpica-tools/files/patch-source__components__disassembler__dmcstyle.c =================================================================== --- head/sysutils/acpica-tools/files/patch-source__components__disassembler__dmcstyle.c (revision 383741) +++ head/sysutils/acpica-tools/files/patch-source__components__disassembler__dmcstyle.c (nonexistent) @@ -1,68 +0,0 @@ ---- ../../source/components/disassembler/dmcstyle.c.orig 2015-04-08 13:17:53.000000000 -0400 -+++ ../../source/components/disassembler/dmcstyle.c 2015-04-10 00:55:46.808791000 -0400 -@@ -114,20 +114,12 @@ - Child1 = AcpiPsGetArg (Op, 0); - if (!Child1) - { -- /* Parse tree may be confused or corrupted */ -- - return (FALSE); - } - - /* Get the second operand */ - - Child2 = Child1->Common.Next; -- if (!Child2) -- { -- /* Parse tree may be confused or corrupted */ -- -- return (FALSE); -- } - - /* Setup the operator string for this opcode */ - -@@ -307,16 +299,8 @@ - /* Target is 3rd operand */ - - Target = Child2->Common.Next; -- - if (Op->Common.AmlOpcode == AML_DIVIDE_OP) - { -- if (!Target) -- { -- /* Parse tree may be confused or corrupted */ -- -- return (FALSE); -- } -- - /* - * Divide has an extra target operand (Remainder). - * If this extra target is specified, it cannot be converted -@@ -419,13 +403,6 @@ - /* Target is optional, 3rd operand */ - - Target = Child2->Common.Next; -- if (!Target) -- { -- /* Parse tree may be confused or corrupted */ -- -- return (FALSE); -- } -- - if (AcpiDmIsValidTarget (Target)) - { - AcpiDmPromoteTarget (Op, Target); -@@ -446,13 +423,6 @@ - * source so that the target is processed first. - */ - Target = Child1->Common.Next; -- if (!Target) -- { -- /* Parse tree may be confused or corrupted */ -- -- return (FALSE); -- } -- - AcpiDmPromoteTarget (Op, Target); - - if (!Target->Common.OperatorSymbol) Property changes on: head/sysutils/acpica-tools/files/patch-source__components__disassembler__dmcstyle.c ___________________________________________________________________ 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