[99187] trunk/dports/science/root/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 28 23:25:59 PDT 2012


Revision: 99187
          http://trac.macports.org//changeset/99187
Author:   ryandesign at macports.org
Date:     2012-10-28 23:25:59 -0700 (Sun, 28 Oct 2012)
Log Message:
-----------
root: adjust whitespace (#36777)

Modified Paths:
--------------
    trunk/dports/science/root/Portfile

Modified: trunk/dports/science/root/Portfile
===================================================================
--- trunk/dports/science/root/Portfile	2012-10-29 06:17:44 UTC (rev 99186)
+++ trunk/dports/science/root/Portfile	2012-10-29 06:25:59 UTC (rev 99187)
@@ -50,9 +50,9 @@
 
 pre-configure {
     configure.args-append \
-          --with-cc=${configure.cc} \
-          --with-cxx=${configure.cxx} \
-          --with-ld=${configure.cxx}
+        --with-cc=${configure.cc} \
+        --with-cxx=${configure.cxx} \
+        --with-ld=${configure.cxx}
     if { [string match "*clang*" ${configure.compiler}] } {
         configure.args-append --with-clang
     }
@@ -61,9 +61,9 @@
     }
     # the build type (32 or 64 bit) -must- be for first argument
     if {${build_arch} == "i386" || ${build_arch} == "ppc"} {
-       configure.pre_args macosx --prefix=${prefix}
+        configure.pre_args macosx --prefix=${prefix}
     } else {
-       configure.pre_args macosx64 --prefix=${prefix}
+        configure.pre_args macosx64 --prefix=${prefix}
     }
 }
 
@@ -113,9 +113,9 @@
                     --enable-table \
                     --enable-fink
 
-universal_variant no
+universal_variant   no
 
-default_variants  +ssl +xml +gsl +minuit2 +tmva +roofit +graphviz +opengl +soversion
+default_variants    +ssl +xml +gsl +minuit2 +tmva +roofit +graphviz +opengl +soversion
 
 variant soversion description {Build with soversion support} {
     configure.args-delete   --disable-soversion
@@ -383,9 +383,9 @@
 }
 
 variant clang31 conflicts gcc45 gcc46 gcc47 gcc48 description {Compile using MacPorts clang 3.1} {
-     configure.compiler      macports-clang-3.1
-     depends_lib-append      port:clang-3.1
-     configure.args-append   --with-llvm-config="${prefix}/bin/llvm-config-mp-3.1"
+    configure.compiler      macports-clang-3.1
+    depends_lib-append      port:clang-3.1
+    configure.args-append   --with-llvm-config="${prefix}/bin/llvm-config-mp-3.1"
 }
 
 if {[variant_isset qt_mac]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121028/1809e9fb/attachment.html>


More information about the macports-changes mailing list