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

g5pw at macports.org g5pw at macports.org
Thu Jan 17 06:09:59 PST 2013


Revision: 101697
          https://trac.macports.org/changeset/101697
Author:   g5pw at macports.org
Date:     2013-01-17 06:09:59 -0800 (Thu, 17 Jan 2013)
Log Message:
-----------
science/root:
  update to version 5.34.04
  Add --disable-cocoa to the default configure argument list, to make sure it is disabled unless the cocoa variant is explicitly enabled.
  Minor comment change...
  maintainer patch (#37643)

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

Modified: trunk/dports/science/root/Portfile
===================================================================
--- trunk/dports/science/root/Portfile	2013-01-17 11:53:59 UTC (rev 101696)
+++ trunk/dports/science/root/Portfile	2013-01-17 14:09:59 UTC (rev 101697)
@@ -4,8 +4,8 @@
 PortSystem          1.0
 
 name                root
-version             5.34.03
-revision            1
+version             5.34.04
+revision            0
 categories          science
 maintainers         gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc
 license             LGPL-2.1+
@@ -19,8 +19,8 @@
 master_sites        http://root.cern.ch/download/ \
                     ftp://root.cern.ch/root/
 
-checksums           rmd160  966ff58f3747b0f49e70971b094c91ab009304f1 \
-                    sha256  4ce18154f507fcdd8d580b776568d4b87004756d7d17f86796fcba0b2499a1a1
+checksums           rmd160  d94cca3c72aa6e67a6ffe986571ee5b6737d1681 \
+                    sha256  39e583eee5639e158b753e6bb909fe90f4604d13394004d7047418797647474c
 
 worksrcdir          root
 
@@ -104,6 +104,7 @@
                     --disable-gviz \
                     --disable-soversion \
                     --disable-c++11 \
+                    --disable-cocoa \
                     --enable-builtin-ftgl \
                     --enable-mathmore \
                     --enable-genvector \
@@ -342,7 +343,7 @@
     depends_lib-append      port:pythia
 }
 
-variant cocoa description {Enables (experimental) native OSX graphical backend instead of X11} {
+variant cocoa description {Enables native OSX graphical backend instead of X11} {
     # Check we are using a clang compiler
     pre-fetch {
         if { ![string match "*clang*" ${configure.compiler}] } {
@@ -354,6 +355,7 @@
         }
     }
     # Enable cocoa support in configure
+    configure.args-delete --disable-cocoa
     configure.args-append --enable-cocoa
     # patch afterimage build to make sure TIFF suport is disabled. Causes problems with cocoa...
     patchfiles-append patch-builtin-afterimage-disabletiff.diff
@@ -425,7 +427,7 @@
 livecheck.regex             ${name}_v(\[0-9a-z.\]+)\\.source
 
 # ========================================================================================
-# The following have build issues or are obsolete. Keep just for reference for the moment
+# The following have build issues, are obsolete or experimental.
 # ========================================================================================
 
 # Intefers with builtin freetype build (enforced by cocoa variant)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130117/5857b308/attachment.html>


More information about the macports-changes mailing list