Ticket #16538: Portfile-rrdtool.diff

File Portfile-rrdtool.diff, 1.4 KB (added by mlund (Mikael Lund), 16 years ago)

patch file

  • Portfile

    old new  
    33PortSystem          1.0
    44
    55name                uade2
    6 version             2.11
     6version             2.12
    77categories          audio
    88maintainers         mac.com:mlund
    99description         Unix Amiga Delitracker Emulator
     
    1515use_bzip2           yes
    1616master_sites        http://zakalwe.fi/uade/uade2/
    1717
    18 checksums           md5 8ede4c77d2bcdd54ef008c0d0016e6aa \
    19                     sha1 4a38210e64be762545d1f7852ccb5a1ec65970e7 \
    20                     rmd160 03695e1c18a7dc26884e888f7edcad81f5034ca0
     18checksums           md5 72342daf52b43ac0c51086cdc088f25c \
     19                    sha1 799eab82fa984c735bbed179c03190e5249a58ab \
     20                    rmd160 9a22225c21829d73ad2738c17872e6d31754ed14
    2121
    2222depends_lib         port:libao \
    2323                    port:pkgconfig
    2424
    2525configure.args      --without-uadefs --without-xmms --without-audacious --package-prefix=${destroot}
     26post-configure {
     27  reinplace "s|objcopy|echo|g" ${worksrcpath}/src/frontends/xmms/Makefile
     28}
    2629
    2730variant uadefs description {Build with Amiga to WAV filesystem (fuse)} {
    2831  depends_lib-append       port:macfuse
    2932  configure.args-delete    --without-uadefs
    3033}
     34
     35variant xmms description {Build with plugin for the xmms player} {
     36  depends_lib-append       port:xmms
     37  configure.args-delete    --without-xmms
     38}
     39