From 611d38016dcbf273a328ee0c5a4c10e03ab40d47 Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Mon, 4 Aug 2025 09:40:34 +1000 Subject: [PATCH] openmaintainer databases/*: remove compiler_blacklist_versions --- databases/foundationdb/Portfile | 1 - databases/iowow/Portfile | 1 - databases/mariadb-10.10/Portfile | 1 - databases/mariadb-10.11/Portfile | 1 - databases/mariadb-10.3/Portfile | 1 - databases/mariadb-10.4/Portfile | 1 - databases/mariadb-10.5/Portfile | 1 - databases/mariadb-10.6/Portfile | 1 - databases/mariadb-10.7/Portfile | 1 - databases/mariadb-10.8/Portfile | 1 - databases/mariadb-10.9/Portfile | 1 - databases/mysql8/Portfile | 1 - databases/pgmodeler/Portfile | 1 - databases/postgresql13/Portfile | 1 - databases/postgresql14/Portfile | 1 - databases/postgresql15/Portfile | 1 - databases/postgresql16/Portfile | 1 - databases/postgresql17/Portfile | 1 - databases/soci/Portfile | 1 - databases/tiledb/Portfile | 1 - databases/timescaledb/Portfile | 1 - databases/timescaledb1/Portfile | 1 - 22 files changed, 22 deletions(-) diff --git a/databases/foundationdb/Portfile b/databases/foundationdb/Portfile index 0714f5a9ca4..abbfa33d7eb 100644 --- a/databases/foundationdb/Portfile +++ b/databases/foundationdb/Portfile @@ -3,7 +3,6 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 -PortGroup compiler_blacklist_versions 1.0 github.setup apple foundationdb 6.3.24 # Change github.tarball_from to 'releases' or 'archive' next update diff --git a/databases/iowow/Portfile b/databases/iowow/Portfile index 23ee072303c..962c76b59ae 100644 --- a/databases/iowow/Portfile +++ b/databases/iowow/Portfile @@ -2,7 +2,6 @@ PortSystem 1.0 PortGroup cmake 1.1 -PortGroup compiler_blacklist_versions 1.0 PortGroup github 1.0 PortGroup legacysupport 1.1 diff --git a/databases/mariadb-10.10/Portfile b/databases/mariadb-10.10/Portfile index 2e3cccda4df..61219a2b813 100644 --- a/databases/mariadb-10.10/Portfile +++ b/databases/mariadb-10.10/Portfile @@ -26,7 +26,6 @@ if {$subport eq $name} { PortGroup cmake 1.0 PortGroup select 1.0 - PortGroup compiler_blacklist_versions 1.0 PortGroup boost 1.0 PortGroup openssl 1.0 diff --git a/databases/mariadb-10.11/Portfile b/databases/mariadb-10.11/Portfile index e84e6dadcf4..92d474afec8 100644 --- a/databases/mariadb-10.11/Portfile +++ b/databases/mariadb-10.11/Portfile @@ -22,7 +22,6 @@ if {$subport eq $name} { PortGroup cmake 1.0 PortGroup select 1.0 - PortGroup compiler_blacklist_versions 1.0 PortGroup boost 1.0 PortGroup openssl 1.0 diff --git a/databases/mariadb-10.3/Portfile b/databases/mariadb-10.3/Portfile index aedd03a381d..9c937c35e74 100644 --- a/databases/mariadb-10.3/Portfile +++ b/databases/mariadb-10.3/Portfile @@ -25,7 +25,6 @@ if {$subport eq $name} { PortGroup cmake 1.0 PortGroup select 1.0 - PortGroup compiler_blacklist_versions 1.0 compiler.cxx_standard 2011 diff --git a/databases/mariadb-10.4/Portfile b/databases/mariadb-10.4/Portfile index 9cbf5cbff6c..8287d3c4cd8 100644 --- a/databases/mariadb-10.4/Portfile +++ b/databases/mariadb-10.4/Portfile @@ -26,7 +26,6 @@ if {$subport eq $name} { PortGroup cmake 1.0 PortGroup select 1.0 - PortGroup compiler_blacklist_versions 1.0 PortGroup boost 1.0 boost.version 1.78 diff --git a/databases/mariadb-10.5/Portfile b/databases/mariadb-10.5/Portfile index bc592557525..585e940638b 100644 --- a/databases/mariadb-10.5/Portfile +++ b/databases/mariadb-10.5/Portfile @@ -22,7 +22,6 @@ if {$subport eq $name} { PortGroup cmake 1.0 PortGroup select 1.0 - PortGroup compiler_blacklist_versions 1.0 PortGroup boost 1.0 PortGroup openssl 1.0 diff --git a/databases/mariadb-10.6/Portfile b/databases/mariadb-10.6/Portfile index 2ea0957212f..fc718a427fd 100644 --- a/databases/mariadb-10.6/Portfile +++ b/databases/mariadb-10.6/Portfile @@ -22,7 +22,6 @@ if {$subport eq $name} { PortGroup cmake 1.0 PortGroup select 1.0 - PortGroup compiler_blacklist_versions 1.0 PortGroup boost 1.0 PortGroup openssl 1.0 diff --git a/databases/mariadb-10.7/Portfile b/databases/mariadb-10.7/Portfile index f583b1d0e81..c8a6b9cecd6 100644 --- a/databases/mariadb-10.7/Portfile +++ b/databases/mariadb-10.7/Portfile @@ -26,7 +26,6 @@ if {$subport eq $name} { PortGroup cmake 1.0 PortGroup select 1.0 - PortGroup compiler_blacklist_versions 1.0 PortGroup boost 1.0 PortGroup openssl 1.0 diff --git a/databases/mariadb-10.8/Portfile b/databases/mariadb-10.8/Portfile index 9644b962382..6260783e5a5 100644 --- a/databases/mariadb-10.8/Portfile +++ b/databases/mariadb-10.8/Portfile @@ -26,7 +26,6 @@ if {$subport eq $name} { PortGroup cmake 1.0 PortGroup select 1.0 - PortGroup compiler_blacklist_versions 1.0 PortGroup boost 1.0 PortGroup openssl 1.0 diff --git a/databases/mariadb-10.9/Portfile b/databases/mariadb-10.9/Portfile index f5933f6258f..4f5311e2081 100644 --- a/databases/mariadb-10.9/Portfile +++ b/databases/mariadb-10.9/Portfile @@ -26,7 +26,6 @@ if {$subport eq $name} { PortGroup cmake 1.0 PortGroup select 1.0 - PortGroup compiler_blacklist_versions 1.0 PortGroup boost 1.0 PortGroup openssl 1.0 diff --git a/databases/mysql8/Portfile b/databases/mysql8/Portfile index 305be662cfd..02d2f0fc08e 100644 --- a/databases/mysql8/Portfile +++ b/databases/mysql8/Portfile @@ -35,7 +35,6 @@ if {$subport eq $name} { PortGroup muniversal 1.0 PortGroup cmake 1.1 PortGroup select 1.0 - PortGroup compiler_blacklist_versions 1.0 PortGroup openssl 1.0 description Multithreaded SQL database server diff --git a/databases/pgmodeler/Portfile b/databases/pgmodeler/Portfile index d2612e81287..e93b65336ec 100644 --- a/databases/pgmodeler/Portfile +++ b/databases/pgmodeler/Portfile @@ -3,7 +3,6 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup qt6 1.0 -PortGroup compiler_blacklist_versions 1.0 github.setup pgmodeler pgmodeler 1.1.6 v github.tarball_from archive diff --git a/databases/postgresql13/Portfile b/databases/postgresql13/Portfile index 5f3fdb7bfb1..52069eaaaf1 100644 --- a/databases/postgresql13/Portfile +++ b/databases/postgresql13/Portfile @@ -2,7 +2,6 @@ PortSystem 1.0 PortGroup compilers 1.0 -PortGroup compiler_blacklist_versions 1.0 PortGroup muniversal 1.0 name postgresql13 diff --git a/databases/postgresql14/Portfile b/databases/postgresql14/Portfile index c0dd8e20587..4fabeb4c4a0 100644 --- a/databases/postgresql14/Portfile +++ b/databases/postgresql14/Portfile @@ -2,7 +2,6 @@ PortSystem 1.0 PortGroup compilers 1.0 -PortGroup compiler_blacklist_versions 1.0 PortGroup muniversal 1.0 #remember to update the -doc and -server as well diff --git a/databases/postgresql15/Portfile b/databases/postgresql15/Portfile index 71738b4c5d0..29d06350e16 100644 --- a/databases/postgresql15/Portfile +++ b/databases/postgresql15/Portfile @@ -2,7 +2,6 @@ PortSystem 1.0 PortGroup compilers 1.0 -PortGroup compiler_blacklist_versions 1.0 PortGroup muniversal 1.0 #remember to update the -doc and -server as well diff --git a/databases/postgresql16/Portfile b/databases/postgresql16/Portfile index 14818e58362..d6e375c49fe 100644 --- a/databases/postgresql16/Portfile +++ b/databases/postgresql16/Portfile @@ -2,7 +2,6 @@ PortSystem 1.0 PortGroup compilers 1.0 -PortGroup compiler_blacklist_versions 1.0 PortGroup muniversal 1.0 PortGroup legacysupport 1.1 diff --git a/databases/postgresql17/Portfile b/databases/postgresql17/Portfile index 21ea5a25b42..f190545db23 100644 --- a/databases/postgresql17/Portfile +++ b/databases/postgresql17/Portfile @@ -2,7 +2,6 @@ PortSystem 1.0 PortGroup compilers 1.0 -PortGroup compiler_blacklist_versions 1.0 PortGroup muniversal 1.0 PortGroup legacysupport 1.1 diff --git a/databases/soci/Portfile b/databases/soci/Portfile index 94a27975ff8..cec8656486a 100644 --- a/databases/soci/Portfile +++ b/databases/soci/Portfile @@ -2,7 +2,6 @@ PortSystem 1.0 PortGroup cmake 1.1 -PortGroup compiler_blacklist_versions 1.0 name soci version 4.0.3 diff --git a/databases/tiledb/Portfile b/databases/tiledb/Portfile index a065fdb6a02..dca1d3f7b34 100644 --- a/databases/tiledb/Portfile +++ b/databases/tiledb/Portfile @@ -2,7 +2,6 @@ PortSystem 1.0 PortGroup cmake 1.1 -PortGroup compiler_blacklist_versions 1.0 PortGroup github 1.0 PortGroup legacysupport 1.1 PortGroup openssl 1.0 diff --git a/databases/timescaledb/Portfile b/databases/timescaledb/Portfile index 8dbd960b424..0a6bbce9b1d 100644 --- a/databases/timescaledb/Portfile +++ b/databases/timescaledb/Portfile @@ -1,7 +1,6 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 -PortGroup compiler_blacklist_versions 1.0 PortGroup github 1.0 PortGroup perl5 1.0 diff --git a/databases/timescaledb1/Portfile b/databases/timescaledb1/Portfile index b9134b0eba7..20e406c470a 100644 --- a/databases/timescaledb1/Portfile +++ b/databases/timescaledb1/Portfile @@ -1,7 +1,6 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 -PortGroup compiler_blacklist_versions 1.0 PortGroup github 1.0 name timescaledb1