Ticket #18148: Portfile.diff

File Portfile.diff, 764 bytes (added by vinc17@…, 15 years ago)

Portfile diff for bugs 18147 and 18148

  • Portfile

     
    88maintainers             markd
    99description             Round Robin Database
    1010long_description        RRDtool is a system to store and display time-series data
    11 homepage                http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
     11homepage                http://oss.oetiker.ch/rrdtool/
    1212platforms               darwin
    1313master_sites            http://oss.oetiker.ch/rrdtool/pub/
    1414checksums               md5 afaabd5a60115581e866efbac796d307
     
    2424                        port:libpng \
    2525                        port:libxml2
    2626
     27# Fix for http://oss.oetiker.ch/rrdtool-trac/ticket/207
     28patchfiles              patch-rrd_open.c.diff
     29
    2730configure.args          --enable-perl-site-install \
    2831                        --with-tcllib=${prefix}/lib \
    2932                        --disable-python \