[148653] trunk/dports/math/R/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri May 13 08:50:12 PDT 2016


Revision: 148653
          https://trac.macports.org/changeset/148653
Author:   khindenburg at macports.org
Date:     2016-05-13 08:50:12 -0700 (Fri, 13 May 2016)
Log Message:
-----------
R: update to 3.3.0 maintainer #51343

Modified Paths:
--------------
    trunk/dports/math/R/Portfile

Modified: trunk/dports/math/R/Portfile
===================================================================
--- trunk/dports/math/R/Portfile	2016-05-13 14:28:42 UTC (rev 148652)
+++ trunk/dports/math/R/Portfile	2016-05-13 15:50:12 UTC (rev 148653)
@@ -8,8 +8,8 @@
 name                        R
 
 set major 3
-set minor 2
-set point 4
+set minor 3
+set point 0
 
 #Remember to remove revision line when bumping version
 version                     ${major}.${minor}.${point}
@@ -33,8 +33,8 @@
 master_sites                http://cran.rstudio.com/src/base/R-3/ \
                             http://cran.r-project.org/src/base/R-3/
 
-checksums           rmd160  1bf1a6cd2974a543914d06e7914510fef9c5690d \
-                    sha256  bafd405fe9c2fe3bbe47a8a7730ad120f03b7df9fb0f61674fca19cf061dd350
+checksums           rmd160  006ae5ae4899fa8adb4079f5f60163572d1e5e98 \
+                    sha256  9256b154b1a5993d844bee7b1955cd49c99ad72cef03cce3cd1bdca1310311e4
 
 compilers.choose            fc f77
 compilers.setup             require_fortran
@@ -53,6 +53,9 @@
 
 post-patch {
     reinplace "s|R_HOME|\"${resources}\"|" "${worksrcpath}/src/unix/Rscript.c"
+
+    ## Check to see if this is fixed post 3.3.0
+    reinplace "s|<libintl.h>|\"libintl.h\"|" "${worksrcpath}/src/include/Defn.h"
 }
 
 # Note: gcc cannot be used for the C compiler. It will give:
@@ -70,7 +73,8 @@
 
 configure.pre_args          --prefix=${frameworks_dir}
 
-configure.args              --enable-memory-profiling \
+configure.args              --enable-R-framework \
+                            --enable-memory-profiling \
                             --enable-R-shlib \
                             --enable-BLAS-shlib \
                             --without-tcltk \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160513/45a331b5/attachment-0001.html>


More information about the macports-changes mailing list