Ticket #51343: R-Portfile.diff

File R-Portfile.diff, 1.6 KB (added by kjellpk (Kjell Konis), 8 years ago)
  • Portfile

    old new  
    88name                        R
    99
    1010set major 3
    11 set minor 2
    12 set point 4
     11set minor 3
     12set point 0
    1313
    1414#Remember to remove revision line when bumping version
    1515version                     ${major}.${minor}.${point}
     
    3333master_sites                http://cran.rstudio.com/src/base/R-3/ \
    3434                            http://cran.r-project.org/src/base/R-3/
    3535
    36 checksums           rmd160  1bf1a6cd2974a543914d06e7914510fef9c5690d \
    37                     sha256  bafd405fe9c2fe3bbe47a8a7730ad120f03b7df9fb0f61674fca19cf061dd350
     36checksums           rmd160  006ae5ae4899fa8adb4079f5f60163572d1e5e98 \
     37                    sha256  9256b154b1a5993d844bee7b1955cd49c99ad72cef03cce3cd1bdca1310311e4
    3838
    3939compilers.choose            fc f77
    4040compilers.setup             require_fortran
     
    5353
    5454post-patch {
    5555    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"
    5659}
    5760
    5861# Note: gcc cannot be used for the C compiler. It will give:
     
    7073
    7174configure.pre_args          --prefix=${frameworks_dir}
    7275
    73 configure.args              --enable-memory-profiling \
     76configure.args              --enable-R-framework \
     77                            --enable-memory-profiling \
    7478                            --enable-R-shlib \
    7579                            --enable-BLAS-shlib \
    7680                            --without-tcltk \