[110657] trunk/dports/science/htcondor/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 19:31:29 PDT 2013


Revision: 110657
          https://trac.macports.org/changeset/110657
Author:   jeremyhu at macports.org
Date:     2013-09-02 19:31:28 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
htcondor: Adjust blacklisting and UseTheRightCompiler

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

Modified: trunk/dports/science/htcondor/Portfile
===================================================================
--- trunk/dports/science/htcondor/Portfile	2013-09-03 02:14:17 UTC (rev 110656)
+++ trunk/dports/science/htcondor/Portfile	2013-09-03 02:31:28 UTC (rev 110657)
@@ -97,10 +97,23 @@
 
 post-patch {
     reinplace "s|@prefix@|${prefix}|g" ${worksrcpath}/src/condor_utils/condor_config.cpp
+    reinplace "s|g\+\+|${configure.cxx}|g" ${worksrcpath}/doc/makeman/Makefile
 }
 
-compiler.blacklist      clang
+# makeman.C:182:26: error: no member named '_Ios_Fmtflags' in namespace 'std'
+compiler.blacklist      *clang*
 
+platform darwin {
+    if {${os.major} >= 13} {
+        depends_lib
+        depends_run
+        pre-fetch {
+            ui_error "$name does not build on Mavericks or later."
+            error "unsupported platform"
+        }
+    }
+}
+
 # FIXME: Globus support is disabled because Globus is not available in MacPorts.
 configure.args-append   -DWITH_GLOBUS:BOOL="0" -DBUILD_TESTING:BOOL="0"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/d80625c9/attachment.html>


More information about the macports-changes mailing list