mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to 20131218.
This commit is contained in:
parent
c5143b3635
commit
a5644ae9ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336961
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= acpica
|
||||
PORTVERSION= 20131115
|
||||
PORTVERSION= 20131218
|
||||
CATEGORIES= sysutils devel
|
||||
MASTER_SITES= https://acpica.org/sites/acpica/files/ \
|
||||
LOCAL
|
||||
@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-unix2-${PORTVERSION}
|
||||
MAINTAINER= jkim@FreeBSD.org
|
||||
COMMENT= Tools from the ACPI Component Architecture (ACPICA) project
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= gmake
|
||||
|
||||
@ -22,11 +22,12 @@ YACC= ${LOCALBASE}/bin/bison
|
||||
|
||||
ACPICA_TOOLS= acpibin acpidump acpiexec acpihelp acpinames acpisrc
|
||||
ACPICA_TOOLS+= acpixtract iasl
|
||||
#ACPICA_TOOLS+= acpiexamples
|
||||
|
||||
PLIST_FILES= ${ACPICA_TOOLS:S,^,bin/,}
|
||||
WRKSRC_SUBDIR= generate/unix
|
||||
|
||||
MAKE_ARGS= HOST=_FreeBSD NOOPT=TRUE
|
||||
MAKE_ARGS= HOST=_FreeBSD NOOPT=TRUE PROGS="${ACPICA_TOOLS}"
|
||||
MAKE_ARGS+= CC="${CC}" LEX="${FLEX}" YACC="${YACC}"
|
||||
|
||||
do-install:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (acpica-unix2-20131115.tar.gz) = d699a880b84e04205eda2d5ad048c1c38a57289240caa5f0fb7ebdcd3aac83d2
|
||||
SIZE (acpica-unix2-20131115.tar.gz) = 1238312
|
||||
SHA256 (acpica-unix2-20131218.tar.gz) = 16b7b2db2b6433c503f0f62ec86e62df4b534f14c9bd8637a5ae8ea7a88c2e80
|
||||
SIZE (acpica-unix2-20131218.tar.gz) = 1250545
|
||||
|
Loading…
Reference in New Issue
Block a user