Ticket #45273: Portfile-tk.diff
File Portfile-tk.diff, 1.7 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name tk 6 version 8.6. 17 revision 26 version 8.6.3 7 revision 0 8 8 categories x11 9 9 license Tcl/Tk 10 10 maintainers mww openmaintainer … … 25 25 distfiles-append tcl${version}-src${extract.suffix} 26 26 27 27 checksums tk${version}-src.tar.gz \ 28 rmd160 9176fd2c5e7d36c84141333939e85614d3ba2e11\29 sha256 b 691a2e84907392918665fe03a0deb913663a026bed2162185b4a9a14898162c\28 rmd160 5d816981def3f81c2c99a243c6ce099db5e5c3ab \ 29 sha256 ba15d56ac27d8c0a7b1a983915a47e0f635199b9473cf6e10fbce1fc73fd8333 \ 30 30 tcl${version}-src.tar.gz \ 31 rmd160 fbb181d26bb28fe9413bc2e07f333571b8e7e190\32 sha256 16ee769248e64ba1cae6b4834fcc4e4edd7470d881410e8d58f7dd143434351431 rmd160 7d798ddba4e0b2fce9228f2d654e2cfeef015aca \ 32 sha256 6ce0778de0d50daaa9c345d7c1fd1288fb658f674028812e7eeee992e3051005 33 33 34 34 depends_build port:pkgconfig 35 35 … … 42 42 43 43 worksrcdir ${name}${version}/unix 44 44 45 patch.dir ${workpath}/${name}${version}46 patchfiles patch-macosx-tkMacOSXDraw.c.diff \47 patch-unix-Makefile.in.diff48 49 if {[vercmp $xcodeversion 5.1] >= 0} {50 patchfiles-append patch-macosx_configure.diff \51 patch-unix_configure.diff52 }53 54 # Remove when updated to 8.6.3 (#45444).55 patchfiles-append fix-yosemite-version-checking.patch56 57 45 post-patch { 58 46 reinplace s|@TCL_SRC_DIR@|${workpath}/tcl${version}/|g ${worksrcpath}/Makefile.in 59 47 }