Ticket #3790: Portfile.diff

File Portfile.diff, 1.6 KB (added by mark.duling@…, 19 years ago)

A unified diff of the proposed changes

  • Portfile.expect.

    old new  
    1313                                        Expect is also useful for testing these same applications. \
    1414                                        And by adding Tk, you can also wrap interactive \
    1515                                        applications in X11 GUIs.
    16 homepage                        http://expect.nist.gov/
    17 master_sites            http://expect.nist.gov/src/:exp \
    18                                         http://expect.nist.gov/old/:exp \
    19                                         sourceforge:tcl:tcl
    20 dist_subdir                     tcltk
    21 set tclv                        8.4.9
    22 distfiles                       ${distname}.tar.gz:exp \
    23                                         tcl${tclv}-src.tar.gz:tcl
    24 checksums                       ${distname}.tar.gz md5 230400129630335b3060a42f66fec11d \
    25                                         tcl${tclv}-src.tar.gz md5 7e01b409925e4eb59ad44a4c12b9c681
     16homepage                        http://expect.nist.gov/
     17master_sites            http://expect.nist.gov/src/ \
     18                                        http://expect.nist.gov/old/
    2619
    27 depends_build           lib:libtcl8.4:tcl
     20checksums                       md5 230400129630335b3060a42f66fec11d 
     21
     22depends_build            port:tcl       
    2823
    2924worksrcdir                      ${name}-5.43
    3025
    31 configure.args          --disable-shared \
    32                                         --mandir=${prefix}/share/man \
    33                                         --with-tcl="${prefix}/lib" \
    34                                         --with-tclinclude="${workpath}/tcl${tclv}/generic/"
     26configure.args          --disable-shared \
     27                                        --mandir=${prefix}/share/man \
     28                                        --with-tcl="${prefix}/lib" \
     29                                        --with-tclinclude="${prefix}/include"
     30
     31test.run                        yes
     32test.target                     test                         
    3533
    36 test.run                        yes
    37 test.target                     test
     34destroot.destdir        INSTALL_ROOT=${destroot}
    3835
    39 destroot.destdir        INSTALL_ROOT=${destroot}