[117827] trunk/dports/science/clhep/Portfile

mojca at macports.org mojca at macports.org
Fri Mar 14 01:42:20 PDT 2014


Revision: 117827
          https://trac.macports.org/changeset/117827
Author:   mojca at macports.org
Date:     2014-03-14 01:42:20 -0700 (Fri, 14 Mar 2014)
Log Message:
-----------
clhep: upgrade to 2.1.4.1

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

Modified: trunk/dports/science/clhep/Portfile
===================================================================
--- trunk/dports/science/clhep/Portfile	2014-03-14 06:50:39 UTC (rev 117826)
+++ trunk/dports/science/clhep/Portfile	2014-03-14 08:42:20 UTC (rev 117827)
@@ -5,7 +5,7 @@
 PortGroup           cmake 1.0
 
 name                clhep
-version             2.1.3.1
+version             2.1.4.1
 categories          science
 maintainers         mojca openmaintainer
 license             LGPL-3
@@ -16,9 +16,10 @@
 platforms           darwin
 extract.suffix      .tgz
 master_sites        http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/
+#                   http://git.cern.ch/pubweb/CLHEP.git
 
-checksums           rmd160  c7302b5deb84684c04eb3c2990733874d3fb85a2 \
-                    sha256  5d3e45b39a861731fe3a532bb1426353bf62b54c7b90ecf268827e50f925642b
+checksums           rmd160  cb8a46100b63b857ca8e3e8f275304edb42b3da8 \
+                    sha256  adeb7ad87b810f772b609e77eacc60fd3e1f949e694a434705e6759cdac41fe4
 
 worksrcdir          ${version}/CLHEP
 
@@ -31,6 +32,14 @@
 
 configure.post_args ${worksrcpath}
 
+# TODO
+# the flag could theoretically be replaced by -isystem${prefix}/include,
+# but it's not even needed, so let's simply delete it
+# (the build fails because it finds headers in ${prefix} before those in the build dir)
+# the best way to fix these type of problems would probably be
+# to handle this specific flag differently in the cmake PortGroup
+configure.cppflags-delete -I${prefix}/include
+
 post-build {
     fs-traverse file ${build.dir} {
         if {[string match {*-config} ${file}]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140314/e36bfecb/attachment.html>


More information about the macports-changes mailing list