mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Update to 20140724.
This commit is contained in:
parent
ff1a992728
commit
64b1f9a3df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362933
@ -1,7 +1,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= acpica
|
PORTNAME= acpica
|
||||||
PORTVERSION= 20140627
|
PORTVERSION= 20140724
|
||||||
CATEGORIES= sysutils devel
|
CATEGORIES= sysutils devel
|
||||||
MASTER_SITES= https://acpica.org/sites/acpica/files/ \
|
MASTER_SITES= https://acpica.org/sites/acpica/files/ \
|
||||||
LOCAL
|
LOCAL
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (acpica-unix2-20140627.tar.gz) = 1f1054cbd5cb698ebe9b1ad9da26c41062024b6f7ad482db5be1325312b37ba1
|
SHA256 (acpica-unix2-20140724.tar.gz) = 4c0d22ec1b85a9125e7ab8446d2f080271364ced1a355fdeceb9eb76607e6d07
|
||||||
SIZE (acpica-unix2-20140627.tar.gz) = 1291585
|
SIZE (acpica-unix2-20140724.tar.gz) = 1297762
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
--- ../../source/components/utilities/utprint.c.orig 2014-06-27 11:36:15.000000000 -0400
|
|
||||||
+++ ../../source/components/utilities/utprint.c 2014-06-27 17:27:55.000000000 -0400
|
|
||||||
@@ -298,6 +298,7 @@
|
|
||||||
INT32 Precision,
|
|
||||||
UINT8 Type)
|
|
||||||
{
|
|
||||||
+ char *Pos;
|
|
||||||
char Sign;
|
|
||||||
char Zero;
|
|
||||||
BOOLEAN NeedPrefix;
|
|
||||||
@@ -354,9 +355,8 @@
|
|
||||||
|
|
||||||
/* Generate full string in reverse order */
|
|
||||||
|
|
||||||
- i = ACPI_PTR_DIFF (
|
|
||||||
- AcpiUtPutNumber (ReversedString, Number, Base, Upper),
|
|
||||||
- ReversedString);
|
|
||||||
+ Pos = AcpiUtPutNumber (ReversedString, Number, Base, Upper);
|
|
||||||
+ i = ACPI_PTR_DIFF (Pos, ReversedString);
|
|
||||||
|
|
||||||
/* Printing 100 using %2d gives "100", not "00" */
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user