[113645] trunk/dports/devel/nodejs-devel

ciserlohn at macports.org ciserlohn at macports.org
Thu Nov 21 12:08:27 PST 2013


Revision: 113645
          https://trac.macports.org/changeset/113645
Author:   ciserlohn at macports.org
Date:     2013-11-21 12:08:26 -0800 (Thu, 21 Nov 2013)
Log Message:
-----------
nodejs-devel: fix build failure on Snow Leopard

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

Added Paths:
-----------
    trunk/dports/devel/nodejs-devel/files/
    trunk/dports/devel/nodejs-devel/files/patch-deps-uv-src-unix-internal.h.diff

Modified: trunk/dports/devel/nodejs-devel/Portfile
===================================================================
--- trunk/dports/devel/nodejs-devel/Portfile	2013-11-21 19:32:22 UTC (rev 113644)
+++ trunk/dports/devel/nodejs-devel/Portfile	2013-11-21 20:08:26 UTC (rev 113645)
@@ -190,6 +190,10 @@
     }
 }
 
+platform darwin 10 {
+    patchfiles-append   patch-deps-uv-src-unix-internal.h.diff
+}
+
 livecheck.url       ${homepage}dist/
 livecheck.type      regex
 livecheck.regex     {v(\d+\.\d*[13579]\.\d+)}

Added: trunk/dports/devel/nodejs-devel/files/patch-deps-uv-src-unix-internal.h.diff
===================================================================
--- trunk/dports/devel/nodejs-devel/files/patch-deps-uv-src-unix-internal.h.diff	                        (rev 0)
+++ trunk/dports/devel/nodejs-devel/files/patch-deps-uv-src-unix-internal.h.diff	2013-11-21 20:08:26 UTC (rev 113645)
@@ -0,0 +1,10 @@
+--- deps/uv/src/unix/internal.h.orig	2013-11-21 20:49:57.000000000 +0100
++++ deps/uv/src/unix/internal.h	2013-11-21 20:44:33.000000000 +0100
+@@ -243,7 +243,6 @@
+ /* OSX < 10.7 has no file events, polyfill them */
+ #ifndef MAC_OS_X_VERSION_10_7
+ 
+-static const int kFSEventStreamCreateFlagNoDefer = 0x00000002;
+ static const int kFSEventStreamCreateFlagFileEvents = 0x00000010;
+ static const int kFSEventStreamEventFlagItemCreated = 0x00000100;
+ static const int kFSEventStreamEventFlagItemRemoved = 0x00000200;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131121/85bf67d4/attachment.html>


More information about the macports-changes mailing list