[105809] trunk/dports/math/R-app/Portfile
larryv at macports.org
larryv at macports.org
Sun May 5 21:56:28 PDT 2013
Revision: 105809
https://trac.macports.org/changeset/105809
Author: larryv at macports.org
Date: 2013-05-05 21:56:28 -0700 (Sun, 05 May 2013)
Log Message:
-----------
R-app: Update to 1.60 (maintainer, #38917).
Also:
- Depend on R instead of obsoleted R-framework.
- Explicitly restrict to x86_64.
Modified Paths:
--------------
trunk/dports/math/R-app/Portfile
Modified: trunk/dports/math/R-app/Portfile
===================================================================
--- trunk/dports/math/R-app/Portfile 2013-05-06 04:52:02 UTC (rev 105808)
+++ trunk/dports/math/R-app/Portfile 2013-05-06 04:56:28 UTC (rev 105809)
@@ -5,7 +5,7 @@
PortGroup xcode 1.0
name R-app
-version 1.53
+version 1.60
categories math science aqua
maintainers me.com:kjell.konis
license GPL-2+
@@ -15,11 +15,12 @@
homepage http://R.research.att.com/
platforms macosx
+supported_archs x86_64
fetch.type svn
svn.url https://svn.r-project.org/R-packages/trunk/Mac-GUI
svn.method checkout
-svn.revision 6335
+svn.revision 6476
post-patch {
reinplace "s|/Library/Frameworks/R.framework|${frameworks_dir}/R.framework|g" \
@@ -28,20 +29,23 @@
use_configure no
-depends_lib port:R-framework
+depends_lib port:R
universal_variant no
worksrcdir Mac-GUI
-# R-app does not yet build with clang
-if {${configure.compiler} == "clang"} {
- configure.compiler llvm-gcc-4.2
+xcode.project R.xcodeproj
+xcode.target R
+
+if {${os.major} == "11"} {
+ xcode.configuration Lion64
+} elseif {${os.major} == "12"} {
+ xcode.configuration MLion64
+} else {
+ xcode.configuration SnowLeopard64
}
-xcode.project R.xcodeproj
-xcode.target R
-xcode.configuration Deployment64
xcode.build.settings FRAMEWORK_SEARCH_PATHS=${frameworks_dir}
xcode.destroot.settings FRAMEWORK_SEARCH_PATHS=${frameworks_dir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130505/99e2cc7c/attachment.html>
More information about the macports-changes
mailing list