<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/80f121e3613d55bab1e41f968c36d9d63307799d">https://github.com/macports/macports-ports/commit/80f121e3613d55bab1e41f968c36d9d63307799d</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 80f121e3613d55bab1e41f968c36d9d63307799d
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun Aug 27 03:24:48 2023 +1000
<span style='display:block; white-space:pre;color:#404040;'> xorg-libxcb: update to 1.16
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes breakage caused by updating xcb-proto on its own in 8aa447f.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Also remove python37 variant since python 3.7 is EOL.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/68027
</span>---
x11/xorg-libxcb/Portfile | 30 +++++++++++-------------------
1 file changed, 11 insertions(+), 19 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/xorg-libxcb/Portfile b/x11/xorg-libxcb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 63afe8cc46a..a71a7729d4b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/xorg-libxcb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/xorg-libxcb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,21 +3,20 @@
</span> PortSystem 1.0
name xorg-libxcb
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version 1.15
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version 1.16
</span> revision 0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 045aec64dbebbe836db7ba6cff79d11879e747be \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 cc38744f817cf6814c847e2df37fcb8997357d72fa4bcbc228ae0fe47219a059 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 446492
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 fc48ee01f774782aadd2b28c88907820ed588d1b \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 4348566aa0fbf196db5e0a576321c65966189210cb51328ea2bb2be39c711d71 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 452964
</span>
categories x11 devel
license X11
maintainers {jeremyhu @jeremyhu} openmaintainer
description X.org libxcb
homepage https://xcb.freedesktop.org/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin macosx
</span> long_description The X C Binding (XCB) library
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites ${homepage}dist/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites xorg:individual/lib
</span>
distname libxcb-${version}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,8 +26,7 @@ depends_build port:pkgconfig
</span>
depends_lib port:xorg-libXau \
port:xorg-libXdmcp \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:xorg-xcb-proto \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:xorg-libpthread-stubs
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:xorg-xcb-proto
</span>
configure.checks.implicit_function_declaration.whitelist-append strchr
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,37 +59,31 @@ variant docs description "Install extra documentation" {
</span> #
# [1] https://gitlab.freedesktop.org/xorg/lib/libxcb/blob/1.13.1/configure.ac#L85
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python38 python39 python310 python311 description {Use python 3.7} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_build-append port:python37
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- license_noconflict python37
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.python ${prefix}/bin/python3.7
</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 python38 conflicts python37 python39 python310 python311 description {Use python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 python310 python311 description {Use python 3.8} {
</span> depends_build-append port:python38
license_noconflict python38
configure.python ${prefix}/bin/python3.8
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python37 python38 python310 python311 description {Use python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 python310 python311 description {Use python 3.9} {
</span> depends_build-append port:python39
license_noconflict python39
configure.python ${prefix}/bin/python3.9
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python37 python38 python39 python311 description {Use python 3.10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python38 python39 python311 description {Use python 3.10} {
</span> depends_build-append port:python310
license_noconflict python310
configure.python ${prefix}/bin/python3.10
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python37 python38 python39 python310 description {Use python 3.11} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python38 python39 python310 description {Use python 3.11} {
</span> depends_build-append port:python311
license_noconflict python311
configure.python ${prefix}/bin/python3.11
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} {
</span> default_variants +python311
}
</pre><pre style='margin:0'>
</pre>