<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e917c67e87a9ef657dc2723868e13e26304dd2b9">https://github.com/macports/macports-ports/commit/e917c67e87a9ef657dc2723868e13e26304dd2b9</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e917c67e87a9ef657dc2723868e13e26304dd2b9
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Tue May 7 14:24:07 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> freeradius: Remove mysql & mysql5 variants
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/43431
</span>---
sysutils/freeradius/Portfile | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/freeradius/Portfile b/sysutils/freeradius/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 32325f1cf38..434b9a260cb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/freeradius/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/freeradius/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,15 +57,7 @@ variant kerberos description { Use Kerberos } {
</span> configure.args-delete --without-rlm_krb5
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant mysql5 conflicts mysql51 mysql55 mysql56 mariadb percona description {Build with MySQL support using mysql5} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-append port:mysql5
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- --with-modules=rlm_sql \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- --with-mysql-lib-dir=${prefix}/lib/mysql5/mysql \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- --with-mysql-include-dir=${prefix}/include/mysql5
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant mysql51 conflicts mysql5 mysql55 mysql56 mariadb percona description {Build with MySQL support using mysql51} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant mysql51 conflicts mysql55 mysql56 mariadb percona description {Build with MySQL support using mysql51} {
</span> depends_lib-append port:mysql51
configure.args-append \
--with-modules=rlm_sql \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,7 +65,7 @@ variant mysql51 conflicts mysql5 mysql55 mysql56 mariadb percona description {Bu
</span> --with-mysql-include-dir=${prefix}/include/mysql51
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant mysql55 conflicts mysql5 mysql51 mysql56 mariadb percona description {Build with MySQL support using mysql55} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant mysql55 conflicts mysql51 mysql56 mariadb percona description {Build with MySQL support using mysql55} {
</span> depends_lib-append port:mysql55
configure.args-append \
--with-modules=rlm_sql \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -81,7 +73,7 @@ variant mysql55 conflicts mysql5 mysql51 mysql56 mariadb percona description {Bu
</span> --with-mysql-include-dir=${prefix}/include/mysql55
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant mysql56 conflicts mysql5 mysql51 mysql55 mariadb percona description {Build with MySQL support using mysql56} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant mysql56 conflicts mysql51 mysql55 mariadb percona description {Build with MySQL support using mysql56} {
</span> depends_lib-append port:mysql56
configure.args-append \
--with-modules=rlm_sql \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -89,7 +81,7 @@ variant mysql56 conflicts mysql5 mysql51 mysql55 mariadb percona description {Bu
</span> --with-mysql-include-dir=${prefix}/include/mysql56
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant mariadb conflicts mysql5 mysql51 mysql55 mysql56 percona description {Build with MySQL support using mariadb} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant mariadb conflicts mysql51 mysql55 mysql56 percona description {Build with MySQL support using mariadb} {
</span> depends_lib-append port:mariadb
configure.args-append \
--with-modules=rlm_sql \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -97,7 +89,7 @@ variant mariadb conflicts mysql5 mysql51 mysql55 mysql56 percona description {Bu
</span> --with-mysql-include-dir=${prefix}/include/mysql5
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant percona conflicts mysql5 mysql51 mysql55 mysql56 mariadb description {Build with MySQL support using percona} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant percona conflicts mysql51 mysql55 mysql56 mariadb description {Build with MySQL support using percona} {
</span> depends_lib-append port:percona
configure.args-append \
--with-modules=rlm_sql \
</pre><pre style='margin:0'>
</pre>