Ticket #3928: Portfile.update.diff

File Portfile.update.diff, 2.0 KB (added by dports@…, 19 years ago)

Diff of Portfile changes

  • Portfile.rrdtool1.

    old new  
    22PortSystem      1.0
    33
    44name                    rrdtool
    5 version                 1.0.49
    6 revision                2
     5version                 1.2.10
    76categories              net
    87maintainers             rshaw@opendarwin.org
    98description             Round Robin Database
    109long_description        RRDtool is a system to store and display time-series data
    1110homepage                http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
    1211platforms               darwin openbsd
    13 master_sites    ${homepage}/pub/rrdtool-1.0.x/ \
    14                                 http://www.fastmirrors.org/rrdtool/
    15 checksums               md5 fbe492dbf3d68abb1d86c2322e7ed44a
     12master_sites            http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/
     13checksums               md5 ebf90d351126a225e87dbb88da7635f9
    1614
    1715depends_lib             path:${prefix}/bin/perl:perl5.8 \
     16                        path:${prefix}/lib/libtcl.dylib:tcl \
    1817                                lib:libz.1:zlib \
    1918                                lib:libpng.3:libpng \
    20                                 path:${prefix}/lib/libtcl.dylib:tcl
     19                                lib:libfreetype:freetype \
     20                                lib:libart_lgpl:libart_lgpl
     21                                lib:libcgi:cgilib \
    2122
    2223patchfiles              patch-configure \
    23                                 patch-Makefile.in \
    24                                 patch-contrib-Makefile.in \
    25                                 patch-contrib-trytime-Makefile.in \
    26                                 patch-doc-Makefile.in \
    27                                 patch-examples-Makefile.in \
    28                                 patch-src-Makefile.in \
    29                                 patch-tcl-Makefile.in
    30 
    31 configure.args  --prefix=${prefix} \
    32                                 --mandir=${prefix}/share/man \
    33                                 --with-tcllib=${prefix}/lib \
    34                         --enable-shared=yes \
    35                                 --enable-local-zlib \
    36                                 --enable-local-libpng
     24                                patch-tcl-Makefile.in \
     25                                patch-examples-Makefile.in
     26
     27configure.args  --prefix=${prefix} \
     28                CPPFLAGS="-I/opt/local/include \
     29                -I${prefix}/include/libart-2.0 \
     30                -I${prefix}/include/freetype2 \
     31                -I${prefix}/include/libpng" \
     32                CFLAGS="-I${prefix}/include" \
     33                LDFLAGS="-L${prefix}/lib" \
     34                --enable-perl-site-install \
     35                --with-tcllib=${prefix}/lib \
     36                --disable-python
    3737
    3838build.type              gnu
    3939
    40 destroot.target install site-tcl-install
     40post-install {
     41                ui_msg "\nSee ${prefix}/share/examples/rrdtool for example code\n"
     42}
     43
    4144