[137010] trunk/dports/science/root6
larryv at macports.org
larryv at macports.org
Tue Jun 2 10:06:10 PDT 2015
Revision: 137010
https://trac.macports.org/changeset/137010
Author: larryv at macports.org
Date: 2015-06-02 10:06:10 -0700 (Tue, 02 Jun 2015)
Log Message:
-----------
root6: Update to 6.04.00 (#47933)
Modified Paths:
--------------
trunk/dports/science/root6/Portfile
Removed Paths:
-------------
trunk/dports/science/root6/files/patch-interpreter-llvm-src-lib-Support-Unix-Program.inc.diff
Modified: trunk/dports/science/root6/Portfile
===================================================================
--- trunk/dports/science/root6/Portfile 2015-06-02 17:01:10 UTC (rev 137009)
+++ trunk/dports/science/root6/Portfile 2015-06-02 17:06:10 UTC (rev 137010)
@@ -11,15 +11,15 @@
# don't forget to update both the git tag and the version
#github.setup root-mirror root 9ab0642adeca5d3703783bdbfeebfca86ea22af9
-github.setup root-mirror root 6-03-04 v
-version 6.03.04
+github.setup root-mirror root 6-04-00 v
+version 6.04.00
# this could be a better way to set the version (unless we use a sha sum for the git tag ;)
# version [string map {- .} $version]
set version_major [lindex [split ${version} .] 0]
-checksums rmd160 f00aa3a334790c9b7da7871c33015cd1d72d2c43 \
- sha256 ea3d11119cb7ff606178c777fdd4276ef6ee0424a99d196f41fbeb92c3c36bfd
+checksums rmd160 41daa7cd2b04fd6a78bd60e626ad550383a87b05 \
+ sha256 1fae9b33e18a613a90619b5c0a5c950e0897319db2f045d1414bd76628547a37
name root${version_major}
categories science
@@ -65,8 +65,6 @@
# port specific location
set install_prefix ${prefix}/libexec/root${version_major}
-patchfiles patch-interpreter-llvm-src-lib-Support-Unix-Program.inc.diff
-
configure.args-append \
-Dgnuinstall=ON \
-DCMAKE_INSTALL_PREFIX="${install_prefix}" \
@@ -302,11 +300,6 @@
variant tmva description {Build the TMVA package} {
configure.args-replace -Dtmva=OFF -Dtmva=ON
- post-destroot {
- set tmvaTuts ${destroot}${install_prefix}/share/root/tutorial/tmva
- file mkdir ${tmvaTuts}
- foreach f [glob ${worksrcpath}/tmva/test/*] { file copy $f ${tmvaTuts}/ }
- }
}
variant minuit2 description {Build with minuit2 support} {
Deleted: trunk/dports/science/root6/files/patch-interpreter-llvm-src-lib-Support-Unix-Program.inc.diff
===================================================================
--- trunk/dports/science/root6/files/patch-interpreter-llvm-src-lib-Support-Unix-Program.inc.diff 2015-06-02 17:01:10 UTC (rev 137009)
+++ trunk/dports/science/root6/files/patch-interpreter-llvm-src-lib-Support-Unix-Program.inc.diff 2015-06-02 17:06:10 UTC (rev 137010)
@@ -1,23 +0,0 @@
-https://sft.its.cern.ch/jira/browse/ROOT-7271
-http://trac.macports.org/ticket/47494
-
---- interpreter/llvm/src/lib/Support/Unix/Program.inc.orig
-+++ interpreter/llvm/src/lib/Support/Unix/Program.inc
-@@ -45,7 +45,7 @@
- #if defined(__APPLE__)
- #include <TargetConditionals.h>
- #endif
--#if !defined(__APPLE__) || defined(TARGET_OS_IPHONE)
-+#if !defined(__APPLE__) || TARGET_OS_IPHONE
- extern char **environ;
- #else
- #include <crt_externs.h> // _NSGetEnviron
-@@ -220,7 +220,7 @@ static bool Execute(ProcessInfo &PI, StringRef Program, const char **args,
- }
-
- if (!envp)
--#if !defined(__APPLE__) || defined(TARGET_OS_IPHONE)
-+#if !defined(__APPLE__) || TARGET_OS_IPHONE
- envp = const_cast<const char **>(environ);
- #else
- // environ is missing in dylibs.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150602/bda088ae/attachment.html>
More information about the macports-changes
mailing list