Ticket #45273: Portfile-tk.diff

File Portfile-tk.diff, 1.7 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    33PortSystem      1.0
    44
    55name            tk
    6 version         8.6.1
    7 revision        2
     6version         8.6.3
     7revision        0
    88categories      x11
    99license         Tcl/Tk
    1010maintainers     mww openmaintainer
     
    2525distfiles-append    tcl${version}-src${extract.suffix}
    2626
    2727checksums           tk${version}-src.tar.gz \
    28                     rmd160  9176fd2c5e7d36c84141333939e85614d3ba2e11 \
    29                     sha256  b691a2e84907392918665fe03a0deb913663a026bed2162185b4a9a14898162c \
     28                    rmd160  5d816981def3f81c2c99a243c6ce099db5e5c3ab \
     29                    sha256  ba15d56ac27d8c0a7b1a983915a47e0f635199b9473cf6e10fbce1fc73fd8333 \
    3030                    tcl${version}-src.tar.gz \
    31                     rmd160  fbb181d26bb28fe9413bc2e07f333571b8e7e190 \
    32                     sha256  16ee769248e64ba1cae6b4834fcc4e4edd7470d881410e8d58f7dd1434343514
     31                    rmd160  7d798ddba4e0b2fce9228f2d654e2cfeef015aca \
     32                    sha256  6ce0778de0d50daaa9c345d7c1fd1288fb658f674028812e7eeee992e3051005
    3333
    3434depends_build   port:pkgconfig
    3535
     
    4242
    4343worksrcdir      ${name}${version}/unix
    4444
    45 patch.dir           ${workpath}/${name}${version}
    46 patchfiles          patch-macosx-tkMacOSXDraw.c.diff \
    47                     patch-unix-Makefile.in.diff
    48 
    49 if {[vercmp $xcodeversion 5.1] >= 0} {
    50     patchfiles-append patch-macosx_configure.diff \
    51                       patch-unix_configure.diff
    52 }
    53 
    54 # Remove when updated to 8.6.3 (#45444).
    55 patchfiles-append   fix-yosemite-version-checking.patch
    56 
    5745post-patch {
    5846    reinplace s|@TCL_SRC_DIR@|${workpath}/tcl${version}/|g ${worksrcpath}/Makefile.in
    5947}