Ticket #15924: Portfile-rrdtool.diff

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

Portfile patch 2.09 -> 2.11

  • Portfile

    old new  
    33PortSystem          1.0
    44
    55name                uade2
    6 version             2.09
     6version             2.11
    77categories          audio
    88maintainers         mac.com:mlund
    99description         Unix Amiga Delitracker Emulator
    1010long_description    UADE plays old amiga music formats by emulating Amiga hardware.\
    11                     It re-uses Amiga Eagleplayer plugins to play different formats.\
    12                     Eagleplayer plugins require an implementation of the Eagleplayer API and AmigaOS APIs to run on.\
    13                     Therefore Eagleplayer API and parts of AmigaOS have been implemented in uade.
     11                    It re-uses Amiga Eagleplayer plugins to play different formats.
    1412homepage            http://zakalwe.fi/uade
    1513platforms           darwin
    1614distname            uade-${version}
    17 # extract.suffix      .tar.bz2
    18 # extract.cmd         bzip2
    1915use_bzip2           yes
    2016master_sites        http://zakalwe.fi/uade/uade2/
    21 patchfiles          patch-Makefile.in.diff
    2217
    23 checksums           md5 8f49cd3e99e91d58ace7bffde878f6fc \
    24                     sha1 ca68a42258442a4861e57fa88c082b09fc263cbb \
    25                     rmd160 231a6fbea46d4f84c09166c24f09c1b4c9c7f033
     18checksums           md5 8ede4c77d2bcdd54ef008c0d0016e6aa \
     19                    sha1 4a38210e64be762545d1f7852ccb5a1ec65970e7 \
     20                    rmd160 03695e1c18a7dc26884e888f7edcad81f5034ca0
    2621
    2722depends_lib         port:libao \
    2823                    port:pkgconfig
    2924
    30 configure.args      --without-xmms --without-audacious
     25configure.args      --without-uadefs --without-xmms --without-audacious --package-prefix=${destroot}
     26
     27variant uadefs description {Build with Amiga to WAV filesystem (fuse)} {
     28  depends_lib-append       port:macfuse
     29  configure.args-delete    --without-uadefs
     30}