Opened 14 years ago

Closed 14 years ago

#24884 closed submission (fixed)

acpica: new port

Reported by: stepan@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: acpica

Description

Intel's acpica suite, for working on asl / aml files. This is required to compile coreboot (http://www.coreboot.org/) on Mac OS X.

Attachments (3)

Portfile (1.4 KB) - added by stepan@… 14 years ago.
acpica port file
Portfile.2 (1.6 KB) - added by stepan@… 14 years ago.
acpica port file (version 2)
acpica-unix-20100428-sema.diff (792 bytes) - added by stepan@… 14 years ago.
and the patch required to get a functional iasl

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by stepan@…

Attachment: Portfile added

acpica port file

Changed 14 years ago by stepan@…

Attachment: Portfile.2 added

acpica port file (version 2)

Changed 14 years ago by stepan@…

and the patch required to get a functional iasl

comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Summary: new port: acpicaacpica: new port

comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Thanks, committed in r67676 with several changes:

  • removed the revision line (the first revision of any given version of a port should be 0 not 1)
  • simplified distfiles, worksrcdir and checksums to just use distname
  • used "use_configure no" instead of "configure {}"; this also automatically disables the universal variant, which doesn't work for this port because you're overriding the build phase
  • removed the duplicate checksums line
  • simplified the build and destroot phases using the worksrcpath variable
  • changed the perl -pi command into a reinplace in the post-patch phase
  • ensured we're UsingTheRightCompiler
  • simplified the destroot phase using the -W flag to xinstall
  • obfuscated your email address in the maintainers line to reduce spam
  • used spaces, aligned in columns of multiples of 4, for indentation throughout the portfile, instead of a mixture of tabs and spaces
Note: See TracTickets for help on using tickets.