<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f758761f96b467a22d33fec462889dcb4ca09bd3">https://github.com/macports/macports-ports/commit/f758761f96b467a22d33fec462889dcb4ca09bd3</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 f758761f96b ffmpeg/ffmpeg-devel: add variant samba3 - Since 'samba3' and 'samba4' can't co-exist yet, allow users to override default Fixes: https://trac.macports.org/ticket/64890
</span>f758761f96b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f758761f96b467a22d33fec462889dcb4ca09bd3
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Mar 27 08:41:42 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    ffmpeg/ffmpeg-devel: add variant samba3
</span><span style='display:block; white-space:pre;color:#404040;'>    - Since 'samba3' and 'samba4' can't co-exist yet, allow users to override default
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/64890
</span>---
 multimedia/ffmpeg-devel/Portfile | 5 +++++
 multimedia/ffmpeg/Portfile       | 5 +++++
 2 files changed, 10 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/ffmpeg-devel/Portfile b/multimedia/ffmpeg-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ca74eb416c7..d812b144fbe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/ffmpeg-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/ffmpeg-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -374,6 +374,11 @@ variant gpl3 requires gpl2 description {Enable GPL code, license will be GPL-3+}
</span>     license                 GPL-3+
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant samba3 requires gpl3 description {Use Samba 3, rather than Samba 4, for gpl3 variant} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-replace     port:samba4 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:samba3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # the build server uses the default variants, and we want distributable binaries
 # nonfree code is disabled by default but can be enabled using the +nonfree variant
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/ffmpeg/Portfile b/multimedia/ffmpeg/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3a3f60aa8b0..fb9cb04fc0d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/ffmpeg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/ffmpeg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -382,6 +382,11 @@ variant gpl3 requires gpl2 description {Enable GPL code, license will be GPL-3+}
</span>     license                 GPL-3+
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant samba3 requires gpl3 description {Use Samba 3, rather than Samba 4, for gpl3 variant} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-replace     port:samba4 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:samba3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # the build server uses the default variants, and we want distributable binaries
 # nonfree code is disabled by default but can be enabled using the +nonfree variant
 
</pre><pre style='margin:0'>

</pre>