Ticket #12099: tcl-8.4.15.diff

File tcl-8.4.15.diff, 2.0 KB (added by pipping@…, 17 years ago)
  • Portfile

     
    11# $Id$
    22
    33PortSystem 1.0
    4 name                    tcl
    5 version                 8.4.14
     4name          tcl
     5version       8.4.15
    66# Tk (x11/tk) port depends on this version
    7 categories              lang
    8 maintainers             nomaintainer@macports.org
    9 description             Tool Command Language
    10 platforms               darwin freebsd
    11 master_sites            sourceforge
    12 dist_subdir             tcltk
    13 distname                ${name}${version}-src
    14 worksrcdir              ${name}${version}/unix
    15 checksums               md5 51c6bf74d3ffdb0bd866ecdac6ff6460 \
    16                                 sha1 d7af7e0c7ed563e2344dda04bbe49961589244dd \
    17                                 rmd160 392a4f4617ee77cfdae10b24e9ccbe84afed0a40
    18 destroot.destdir        INSTALL_ROOT=${destroot}
    19 configure.args          --mandir=${prefix}/share/man
     7categories    lang
     8maintainers   nomaintainer@macports.org
     9description   Tool Command Language
     10platforms     darwin freebsd
     11master_sites  sourceforge
    2012
    21 post-destroot {
    22         cd ${destroot}${prefix}/bin
    23         system "ln -s ${prefix}/bin/tclsh8.4 tclsh"
    24         cd ${destroot}${prefix}/lib
    25         system "ln -s ${prefix}/lib/libtcl8.4.dylib libtcl.dylib"
    26         file delete -force ${destroot}${prefix}/share/man/man3/Panic.3
    27         # Install *all* Tcl headers
    28         #eval xinstall -m 755 [glob ${workpath}/tcl${version}/generic/*.h] ${destroot}${prefix}/include
    29         #eval xinstall -m 755 [glob ${workpath}/tcl${version}/unix/*.h] ${destroot}${prefix}/include
    30         #reinplace "s|../unix/tclUnixPort.h|tclUnixPort.h|g" \
    31                 #${destroot}${prefix}/include/tclPort.h
     13checksums \
     14  md5 5e1b71eef1f75a294072aa3218f62b66 \
     15  sha1 fbfae3ca68633a10b3fe870018588ade0944caed \
     16  rmd160 b6b41cb5ae18744ba5aa7fdf3d64277d97d8546e
    3217
     18dist_subdir     tcltk
     19distname        ${name}${version}-src
     20worksrcdir      ${name}${version}/unix
     21configure.args  --mandir=${prefix}/share/man
     22
     23destroot.destdir  INSTALL_ROOT=${destroot}
     24post-destroot {
     25  cd ${destroot}${prefix}/bin
     26  ln -s ${prefix}/bin/tclsh8.4 tclsh
     27  cd ${destroot}${prefix}/lib
     28  ln -s ${prefix}/lib/libtcl8.4.dylib libtcl.dylib
    3329}
     30
     31# Files with failing tests: socket.test
     32test.run      yes