<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-legacy-support.

</pre>
<p><a href="https://github.com/macports/macports-legacy-support/commit/69d7737baaf67cd48bc9c5ab6fd292d6b6f370dd">https://github.com/macports/macports-legacy-support/commit/69d7737baaf67cd48bc9c5ab6fd292d6b6f370dd</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 69d7737  use consistent blocker names
</span>69d7737 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 69d7737baaf67cd48bc9c5ab6fd292d6b6f370dd
</span>Author: ken-cunningham-webuse <ken.cunningham.webuse@gmail.com>
AuthorDate: Mon Jan 28 15:54:49 2019 -0800

<span style='display:block; white-space:pre;color:#404040;'>    use consistent blocker names
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    call the block  __DISABLE_MP_LEGACY_SUPPORT_REALPATH_WRAP__ instead of
</span><span style='display:block; white-space:pre;color:#404040;'>    __BUILDING_MP_LEGACY_SUPPORT_REALPATH_WRAP__ for consistency
</span>---
 include/MacportsLegacySupport.h | 4 ++--
 src/macports_legacy_realpath.c  | 2 +-
 src/macports_legacy_sysconf.c   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/include/MacportsLegacySupport.h b/include/MacportsLegacySupport.h
</span><span style='display:block; white-space:pre;color:#808080;'>index 0a6273a..7766b66 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/include/MacportsLegacySupport.h
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/include/MacportsLegacySupport.h
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,14 +62,14 @@
</span> 
 /*  realpath() wrap */
 #define __MP_LEGACY_SUPPORT_REALPATH_WRAP__   (__APPLE__ && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1060      \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                                                         && !defined (__BUILDING_MP_LEGACY_SUPPORT_REALPATH_WRAP__)   \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                                         && !defined (__DISABLE_MP_LEGACY_SUPPORT_REALPATH_WRAP__)   \
</span>                                                          && !defined (__DISABLE_ALL_MACPORTS_FUNCTION_WRAPPING__) )
 /* lsmod */
 #define __MP_LEGACY_SUPPORT_LSMOD__           (__APPLE__ && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1050)
 
 /*  sysconf() wrap */
 #define __MP_LEGACY_SUPPORT_SYSCONF_WRAP__    (__APPLE__ && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1050      \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                                                         && !defined (__BUILDING_MP_LEGACY_SUPPORT_SYSCONF_WRAP__ )   \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                                                         && !defined (__DISABLE_MP_LEGACY_SUPPORT_SYSCONF_WRAP__ )   \
</span>                                                          && !defined (__DISABLE_ALL_MACPORTS_FUNCTION_WRAPPING__) )
 
 #endif /* _MACPORTS_LEGACYSUPPORTDEFS_H_ */
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/macports_legacy_realpath.c b/src/macports_legacy_realpath.c
</span><span style='display:block; white-space:pre;color:#808080;'>index 4ccc53a..d187fe9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/macports_legacy_realpath.c
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/macports_legacy_realpath.c
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,7 +21,7 @@
</span> #if __MP_LEGACY_SUPPORT_REALPATH_WRAP__
 
 /* we need this blocker so as to not get caught in our own wrap */
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#define __BUILDING_MP_LEGACY_SUPPORT_REALPATH_WRAP__
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#define __DISABLE_MP_LEGACY_SUPPORT_REALPATH_WRAP__
</span> 
 #include <limits.h>
 #include <stdlib.h>
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/macports_legacy_sysconf.c b/src/macports_legacy_sysconf.c
</span><span style='display:block; white-space:pre;color:#808080;'>index 2dca994..bf4c0c0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/macports_legacy_sysconf.c
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/macports_legacy_sysconf.c
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,7 +21,7 @@
</span> #if __MP_LEGACY_SUPPORT_SYSCONF_WRAP__
 
 /* we need this blocker so as to not get caught in our own wrap */
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#define __BUILDING_MP_LEGACY_SUPPORT_SYSCONF_WRAP__
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#define __DISABLE_MP_LEGACY_SUPPORT_SYSCONF_WRAP__
</span> 
 
 #include <sys/types.h>
</pre><pre style='margin:0'>

</pre>