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

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Jul 5 10:32:25 PDT 2011


Revision: 80163
          http://trac.macports.org/changeset/80163
Author:   macsforever2000 at macports.org
Date:     2011-07-05 10:32:24 -0700 (Tue, 05 Jul 2011)
Log Message:
-----------
root: maintainer update to version 5.30.00. Added gcc44 and gcc45 variants to replace gfortran. (#30013)

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

Modified: trunk/dports/science/root/Portfile
===================================================================
--- trunk/dports/science/root/Portfile	2011-07-05 17:30:07 UTC (rev 80162)
+++ trunk/dports/science/root/Portfile	2011-07-05 17:32:24 UTC (rev 80163)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                root
-version             5.28.00d
+version             5.30.00
 categories          science
 maintainers         gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc
 license             LGPLv2.1
@@ -17,8 +17,8 @@
 distname            ${name}_v${version}.source
 master_sites        ftp://root.cern.ch/root/
 
-checksums           sha1    b932d9b2ebfe66a28333b5b9ef90ab0e877173d8 \
-                    rmd160  f3a25f9c6ae5cd4d4ad511d6707adf0845bbfac5
+checksums           sha1    9549bd357e85bb3855abd78c7183c26dbd247fbb \
+                    rmd160  027558ac9b0d294fd26437ff31cb4e149f4dd7e7
 
 worksrcdir          root
 
@@ -245,11 +245,33 @@
     depends_lib-append      port:pythia
 }
 
-variant gfortran description {Adds support for fortran compilation} {
-    configure.args-append --with-f77=gfortran-mp-4.4
+variant gcc44 conflicts gcc45 description {Enables compilation using MacPorts gcc 4.4 compiler} {
+    configure.args-append   --with-cc=gcc-mp-4.4
+    configure.args-append   --with-cxx=cpp-mp-4.4
+    configure.args-append   --with-f77=gfortran-mp-4.4
+    configure.args-append   --with-ld=g++-mp-4.4
+    configure.compiler      macports-gcc-4.4
     depends_lib-append      port:gcc44
 }
 
+variant gcc45 conflicts gcc44 description {Enables compilation using MacPorts gcc 4.5 compiler} {
+    configure.args-append   --with-cc=gcc-mp-4.5
+    configure.args-append   --with-cxx=cpp-mp-4.5
+    configure.args-append   --with-f77=gfortran-mp-4.5
+    configure.args-append   --with-ld=g++-mp-4.5
+    configure.compiler      macports-gcc-4.5
+    depends_lib-append      port:gcc45
+}
+
+#variant gcc46 conflicts gcc44 gcc45 description {Enables compilation using MacPorts gcc 4.6 compiler} {
+#    configure.args-append   --with-cc=gcc-mp-4.6
+#    configure.args-append   --with-cxx=cpp-mp-4.6
+#    configure.args-append   --with-f77=gfortran-mp-4.6
+#    configure.args-append   --with-ld=g++-mp-4.6
+#    configure.compiler      macports-gcc-4.6
+#    depends_lib-append      port:gcc46
+#}
+
 livecheck.type              regex
 livecheck.url               [lindex ${master_sites} 0]
 livecheck.regex             ${name}_v(\[0-9a-z.\]+)\\.source
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110705/ad48c37a/attachment.html>


More information about the macports-changes mailing list