[rkward-cvs] SF.net SVN: rkward-code:[4790] trunk/rkward/macports/kde/rkward/Portfile

m-eik at users.sf.net m-eik at users.sf.net
Wed Apr 30 16:19:42 UTC 2014


Revision: 4790
          http://sourceforge.net/p/rkward/code/4790
Author:   m-eik
Date:     2014-04-30 16:19:41 +0000 (Wed, 30 Apr 2014)
Log Message:
-----------
MacPorts: make clear the binary subports are not meant for MacPorts in the first place

Modified Paths:
--------------
    trunk/rkward/macports/kde/rkward/Portfile

Modified: trunk/rkward/macports/kde/rkward/Portfile
===================================================================
--- trunk/rkward/macports/kde/rkward/Portfile	2014-04-30 14:14:06 UTC (rev 4789)
+++ trunk/rkward/macports/kde/rkward/Portfile	2014-04-30 16:19:41 UTC (rev 4790)
@@ -43,11 +43,18 @@
         -DBUNDLE_INSTALL_DIR=${applications_dir} \
         -DR_EXECUTABLE=${frameworks_dir}/R.framework/Resources/R
 
-# configure R to use Mac binaries by default
-# you must first install the OS X packages of CRAN R, as we'll link against them
+##############################################################################
+##  remove subport rkward-binary before committing this file to MacPorts!   ##
+## ---- %< ---------------------------------------------------------------- ##
+##  it is included here for the RKWard maintainers to ease the creation of  ##
+##  binary bundles                                                          ##
+##                                                                          ##
+# configure R to use Mac binaries by default                                 #
+# you must first install the OS X packages of CRAN R, as we'll link against  #
+# them                                                                       #
 subport rkward-binary {
         conflicts-append rkward rkward-devel-binary
-        depends_lib-delete   port:gcc48 port:R
+        depends_lib-delete   port:R
         configure.compiler   llvm-gcc-4.2
         configure.args-delete \
                -DR_EXECUTABLE=${frameworks_dir}/R.framework/Resources/R
@@ -58,9 +65,10 @@
         # create libdir if it doesn't exist
         file mkdir ${frameworks_dir}/R.framework/Resources/library
 }
+## -------------------------------------------------------------- >% ------ ##
+##############################################################################
 
-# compile with full debugging support
-variant rkward-debug {
+variant rkward-debug description {Add full debugging support} {
         depends_lib-append port:valgrind
 }
 





More information about the rkward-tracker mailing list