Ticket #25565: acpica-update.diff

File acpica-update.diff, 1.1 KB (added by stepan@…, 14 years ago)

portfile update patch

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                acpica
    7 version             20100428
     7version             20100702
    88categories          devel
    99platforms           darwin
    1010maintainers         coresystems.de:stepan
     
    1717
    1818distname            acpica-unix-${version}
    1919
    20 checksums           md5     437ec7297966a507dbbf05ce0fd61cbc \
    21                     sha1    5ff8ec6b672ff71ae27e5ae700684c643d4dbdd6 \
    22                     rmd160  59a8eaea119510cfa7dc0b8de40fbc9e848a015c
     20checksums           md5     52fb0826e191f26eaec9e24efa025797 \
     21                    sha1    fbb2001872b188871a114b494a66da05302d149e \
     22                    rmd160  8a608ace98e2a6e2b550f48018391db4bce983ff
    2323
    2424depends_build       port:bison
    2525
    26 patchfiles          acpica-unix-${version}-sema.diff
     26patchfiles          acpica-unix-${version}-Makefile.diff
    2727
    2828post-patch {
    2929    reinplace "s,-lrt,,g" ${worksrcpath}/tools/acpiexec/Makefile
     30    reinplace "s,-lrt,,g" ${worksrcpath}/compiler/Makefile
    3031}
    3132
    3233use_configure       no