Ticket #51343: R-Portfile.diff
File R-Portfile.diff, 1.6 KB (added by kjellpk (Kjell Konis), 9 years ago) |
---|
-
Portfile
old new 8 8 name R 9 9 10 10 set major 3 11 set minor 212 set point 411 set minor 3 12 set point 0 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 1bf1a6cd2974a543914d06e7914510fef9c5690d\37 sha256 bafd405fe9c2fe3bbe47a8a7730ad120f03b7df9fb0f61674fca19cf061dd35036 checksums rmd160 006ae5ae4899fa8adb4079f5f60163572d1e5e98 \ 37 sha256 9256b154b1a5993d844bee7b1955cd49c99ad72cef03cce3cd1bdca1310311e4 38 38 39 39 compilers.choose fc f77 40 40 compilers.setup require_fortran … … 53 53 54 54 post-patch { 55 55 reinplace "s|R_HOME|\"${resources}\"|" "${worksrcpath}/src/unix/Rscript.c" 56 57 ## Check to see if this is fixed post 3.3.0 58 reinplace "s|<libintl.h>|\"libintl.h\"|" "${worksrcpath}/src/include/Defn.h" 56 59 } 57 60 58 61 # Note: gcc cannot be used for the C compiler. It will give: … … 70 73 71 74 configure.pre_args --prefix=${frameworks_dir} 72 75 73 configure.args --enable-memory-profiling \ 76 configure.args --enable-R-framework \ 77 --enable-memory-profiling \ 74 78 --enable-R-shlib \ 75 79 --enable-BLAS-shlib \ 76 80 --without-tcltk \