[78171] trunk/dports/devel/nodejs/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 27 05:43:19 PDT 2011


Revision: 78171
          http://trac.macports.org/changeset/78171
Author:   ryandesign at macports.org
Date:     2011-04-27 05:43:19 -0700 (Wed, 27 Apr 2011)
Log Message:
-----------
nodejs: also prevent installation if c-ares is active, as it might fail if c-ares is updated; see #28066

Modified Paths:
--------------
    trunk/dports/devel/nodejs/Portfile

Modified: trunk/dports/devel/nodejs/Portfile
===================================================================
--- trunk/dports/devel/nodejs/Portfile	2011-04-27 12:40:19 UTC (rev 78170)
+++ trunk/dports/devel/nodejs/Portfile	2011-04-27 12:43:19 UTC (rev 78171)
@@ -30,7 +30,7 @@
                         patch-platform.diff
 
 pre-configure {
-    foreach {badport badfile} "libev ${prefix}/include/ev.h" {
+    foreach {badport badfile} "libev ${prefix}/include/ev.h c-ares ${prefix}/include/ares.h" {
         if {[file exists ${badfile}]} {
             ui_error "${name} cannot be built while ${badport} is active."
             ui_error "Please deactivate ${badport} and try again."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110427/cda07a93/attachment.html>


More information about the macports-changes mailing list