Ticket #35400: Portfile.diff
File Portfile.diff, 1.4 KB (added by howarth@…, 12 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name tcl 6 version 8.5.1 16 version 8.5.12 7 7 # Tk (x11/tk) port depends on this version 8 8 categories lang 9 9 license Tcl/Tk … … 20 20 homepage http://www.tcl.tk/ 21 21 master_sites sourceforge:project/tcl/Tcl/${version} 22 22 23 checksums md5 b01a9691c83990b3db0ce62d1012ca67\24 sha1 cb70dcfb7625389afd774e0438a7ade3e7aa13c8\25 rmd160 36140b5e8365c190202132dd6f0dfeb831ea9bc823 checksums md5 174b2b4c619ba8f96875d8a051917703 \ 24 sha1 0ea293d27b1368cb5865e552ece348d02ff55adc \ 25 rmd160 ada42e22f7b12413c88d9ec7dbd3789926f362d2 26 26 27 27 dist_subdir tcltk 28 28 distname ${name}${version}-src 29 29 worksrcdir ${name}${version}/unix 30 configure.args --mandir=${prefix}/share/man 30 configure.args --mandir=${prefix}/share/man --disable-corefoundation 31 31 configure.cppflags-delete -I${prefix}/include 32 32 configure.ldflags-delete -L${prefix}/lib 33 33 … … 40 40 # dont enable threads by default as Tcl uses thread-local storage which makes 41 41 # passing Tcl_Obj* around between threads fatal 42 42 variant threads description {add multithreading support} { 43 configure.args-delete --disable-corefoundation 43 44 configure.args-append --enable-threads 44 45 } 45 46