Ticket #50940: R-Portfile.diff
File R-Portfile.diff, 1.7 KB (added by kjellpk (Kjell Konis), 9 years ago) |
---|
-
Portfile
old new 9 9 10 10 set major 3 11 11 set minor 2 12 set point 312 set point 4 13 13 14 14 #Remember to remove revision line when bumping version 15 15 version ${major}.${minor}.${point} … … 33 33 master_sites http://cran.rstudio.com/src/base/R-3/ \ 34 34 http://cran.r-project.org/src/base/R-3/ 35 35 36 checksums rmd160 db874aaea405434ca105332164cbe58a92fe2481\37 sha256 b93b7d878138279234160f007cb9b7f81b8a72c012a15566e9ec5395cfd9b6c136 checksums rmd160 1bf1a6cd2974a543914d06e7914510fef9c5690d \ 37 sha256 bafd405fe9c2fe3bbe47a8a7730ad120f03b7df9fb0f61674fca19cf061dd350 38 38 39 39 compilers.choose fc f77 40 40 compilers.setup require_fortran … … 44 44 depends_lib port:readline \ 45 45 port:icu \ 46 46 port:libiconv \ 47 port:zlib 47 port:zlib \ 48 port:xz 48 49 49 50 universal_variant no 50 51 … … 78 79 --without-internal-tzcode \ 79 80 --without-recommended-packages \ 80 81 --without-x \ 81 --with-included-gettext \ 82 --without-system-xz 83 #bug introduced in R-3.2.0, doesn't link to system copy, put port:xz back too 82 --with-included-gettext 84 83 85 84 if {${os.major} < 13} { 86 85 configure.args-append --disable-openmp