Opened 15 years ago
Closed 15 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)
Change History (5)
Changed 15 years ago by stepan@…
Changed 15 years ago by stepan@…
Attachment: | acpica-unix-20100428-sema.diff added |
---|
and the patch required to get a functional iasl
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Summary: | new port: acpica → acpica: new port |
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.
acpica port file