From cefd725a9ddefa372d1c8f979df3e14114fbbbc7 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 4 Nov 2025 13:29:53 -0500 Subject: [PATCH] eog-plugins: drop python3[8,9] variants --- gnome/eog-plugins/Portfile | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/gnome/eog-plugins/Portfile b/gnome/eog-plugins/Portfile index 595b0c1a9c7..ae8fcffdde6 100644 --- a/gnome/eog-plugins/Portfile +++ b/gnome/eog-plugins/Portfile @@ -46,23 +46,7 @@ configure.args --disable-python \ use_autoreconf yes autoreconf.args -fvi -variant python38 conflicts python39 python310 description {Python plugins use python 3.8} { - depends_build-append port:python38 - configure.python ${prefix}/bin/python3.8 - set python_framework ${frameworks_dir}/Python.framework/Versions/3.8 - configure.pkg_config_path ${python_framework}/lib/pkgconfig - configure.args-replace --disable-python --enable-python -} - -variant python39 conflicts python38 python310 description {Python plugins use python 3.9} { - depends_build-append port:python39 - configure.python ${prefix}/bin/python3.9 - set python_framework ${frameworks_dir}/Python.framework/Versions/3.9 - configure.pkg_config_path ${python_framework}/lib/pkgconfig - configure.args-replace --disable-python --enable-python -} - -variant python310 conflicts python38 python39 description {Python plugins use python 3.10} { +variant python310 description {Python plugins use python 3.10} { depends_build-append port:python310 configure.python ${prefix}/bin/python3.10 set python_framework ${frameworks_dir}/Python.framework/Versions/3.10 @@ -70,11 +54,7 @@ variant python310 conflicts python38 python39 description {Python plugins use py configure.args-replace --disable-python --enable-python } -if {![variant_isset python38] && \ - ![variant_isset python39] && \ - ![variant_isset python310]} { - default_variants +python310 -} +default_variants +python310 post-activate { system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"