[129494] trunk/dports/science/bali-phy/Portfile

jmr at macports.org jmr at macports.org
Sun Dec 14 03:28:45 PST 2014


Revision: 129494
          https://trac.macports.org/changeset/129494
Author:   jmr at macports.org
Date:     2014-12-14 03:28:44 -0800 (Sun, 14 Dec 2014)
Log Message:
-----------
bali-phy: fix clearing deps

Modified Paths:
--------------
    trunk/dports/science/bali-phy/Portfile

Modified: trunk/dports/science/bali-phy/Portfile
===================================================================
--- trunk/dports/science/bali-phy/Portfile	2014-12-14 03:38:21 UTC (rev 129493)
+++ trunk/dports/science/bali-phy/Portfile	2014-12-14 11:28:44 UTC (rev 129494)
@@ -39,32 +39,6 @@
     configure.args-append   --with-mpi
 }
 
-# The project doesn't even configure with clang.  Based on how long it's
-# been broken, I doubt this project is even used much, so it may not be
-# worh the effort to fix
-#
-# conftest.cpp:60:11: error: no type named 'default_name_check' in 'boost::filesystem::path'
-# fs::path::default_name_check(fs::portable_posix_name);
-# ~~~~~~~~~~^
-# conftest.cpp:60:34: error: definition or redeclaration of 'portable_posix_name' not allowed inside a function
-# fs::path::default_name_check(fs::portable_posix_name);
-#                              ~~~~^
-# 2 errors generated.
-compiler.blacklist *clang*
-
-platform darwin {
-    if {${os.major} >= 13} {
-        # TODO: Test Mavericks once the clang build failures are addressed
-
-        depends_lib
-        depends_run
-        pre-fetch {
-            ui_error "$name does not build on Mavericks or later."
-            error "unsupported platform"
-        }
-    }
-}
-
 set gcc_versions {4.3 4.4 4.5 4.6 4.7 4.8 4.9}
 set default_fortran_variant +gcc48
 
@@ -109,6 +83,32 @@
     }
 }
 
+# The project doesn't even configure with clang.  Based on how long it's
+# been broken, I doubt this project is even used much, so it may not be
+# worh the effort to fix
+#
+# conftest.cpp:60:11: error: no type named 'default_name_check' in 'boost::filesystem::path'
+# fs::path::default_name_check(fs::portable_posix_name);
+# ~~~~~~~~~~^
+# conftest.cpp:60:34: error: definition or redeclaration of 'portable_posix_name' not allowed inside a function
+# fs::path::default_name_check(fs::portable_posix_name);
+#                              ~~~~^
+# 2 errors generated.
+compiler.blacklist *clang*
+
+platform darwin {
+    if {${os.major} >= 13} {
+        # TODO: Test Mavericks once the clang build failures are addressed
+
+        depends_build
+        depends_lib
+        pre-fetch {
+            ui_error "$name does not build on Mavericks or later."
+            error "unsupported platform"
+        }
+    }
+}
+
 livecheck.type  regex
 livecheck.url   ${master_sites}
 livecheck.regex {BAli-Phy (\d+\.\d+\.\d+) released}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141214/51298fcb/attachment.html>


More information about the macports-changes mailing list