<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/bd023c7f0a4ccec2aa9d47386bf4ff4cbc70b19d">https://github.com/macports/macports-legacy-support/commit/bd023c7f0a4ccec2aa9d47386bf4ff4cbc70b19d</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 bd023c7  Update BUILDING.txt
</span>bd023c7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bd023c7f0a4ccec2aa9d47386bf4ff4cbc70b19d
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Thu Jul 9 12:30:14 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    Update BUILDING.txt
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Now that macOS 11 exists, the darwin version is no longer the decimal part of the macOS version +4.
</span>---
 BUILDING.txt | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/BUILDING.txt b/BUILDING.txt
</span><span style='display:block; white-space:pre;color:#808080;'>index a09479b..237e764 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/BUILDING.txt
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/BUILDING.txt
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,15 +6,13 @@ Usual Makefile project. This project does not require a configure phase.
</span> 
 # `PLATFORM`
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-Darwin version to target against. Detected automatically, 
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-but can also be overridden manually to test builds for other OS versions.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-The Darwin version is equal to the macOS version +4, eg macOS 10.12 is darwin 16.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-This is for historical reasons, based on Darwin's evolution.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Darwin version to target against. Detected automatically, but can also 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+be overridden manually to test builds for other OS versions.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+(This is not the macOS version.)
</span> 
 # `FORCE_ARCH`
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-Architecture to build for. Accepts a single value only, not a list.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Architecture to build for. Accepts a single value, not a list.
</span> 
 If your `lipo` binary is new enough and supports the `-archs` flag, you will
 not need to use this variable. Instead, directly build the software
</pre><pre style='margin:0'>

</pre>