Re: git: acab71f9cac1 - main - x11/kitty: Update to 0.39.1

From: Nuno Teixeira <eduardo_at_freebsd.org>
Date: Fri, 07 Feb 2025 13:15:16 UTC
Hello,

Is there an upstream PR opened?

Thanks,

Nicola Vitale <nivit@freebsd.org> escreveu (sexta, 7/02/2025 à(s) 12:42):

> The branch main has been updated by nivit:
>
> URL:
> https://cgit.FreeBSD.org/ports/commit/?id=acab71f9cac1cb4683798fe71129dc0b3ea47b49
>
> commit acab71f9cac1cb4683798fe71129dc0b3ea47b49
> Author:     Nicola Vitale <nivit@FreeBSD.org>
> AuthorDate: 2025-02-07 12:39:29 +0000
> Commit:     Nicola Vitale <nivit@FreeBSD.org>
> CommitDate: 2025-02-07 12:42:27 +0000
>
>     x11/kitty: Update to 0.39.1
>
>     - Use gcc to compile, because with clang the port fails with error:
>
>     ===>  Building for kitty-0.39.1
>     (cd /usr/local/poudriere/ports/default/x11/kitty/work/
> github.com/kovidgoyal/kitty@v0.39.1 &&  /usr/bin/env
> PYTHONDONTWRITEBYTECODE=1 BUILD_DOCS=yes OPENSSLBASE=/usr
> OPENSSLDIR=/etc/ssl
>     OPENSSLINC=/usr/include OPENSSLLIB=/usr/lib
> XDG_DATA_HOME=/usr/local/poudriere/ports/default/x11/kitty/work
> XDG_CONFIG_HOME=/usr/local/poudriere/ports/default/x11/kitty/work  XDG_CACHE
>     _HOME=/usr/local/poudriere/ports/default/x11/kitty/work/.cache
> HOME=/usr/local/poudriere/ports/default/x11/kitty/work
> PATH=/usr/local/poudriere/ports/default/x11/kitty/work/.bin:/sbin:
>     /bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
> PKG_CONFIG_LIBDIR=/usr/local/poudriere/ports/default/x11/kitty/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/s
>     hare/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no
> MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local
> LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  -Wno-error=inv
>     alid-utf8 -Winvalid-utf8 -fstack-protector-strong -fno-strict-aliasing
> "  CPP="cpp" CPPFLAGS="`pkg-config --cflags epoll-shim-interpose`"
> LDFLAGS=" `pkg-config --libs epoll-shim-interp
>     ose`  -Wl,-rpath=/usr/local/lib -fstack-protector-strong " LIBS=""
> CXX="c++" CXXFLAGS="-O2 -pipe -Wno-error=invalid-utf8 -Winvalid-utf8
> -fstack-protector-strong -fno-strict-aliasing  "
>      BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install
> -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"
> BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m
>      444" /usr/local/bin/python3.11 -OO setup.py  --extra-include-dirs
> /usr/local/include  --extra-library-dirs /usr/local/lib  --libdir-name
> share  --prefix freebsd-package  --update-check
>     -interval 0  linux-package)
>     Failed to determine target architecture compiling test program failed
> with exit code: 1
>     *** Error code 1
>
>     Release changes:
> https://sw.kovidgoyal.net/kitty/changelog/#detailed-list-of-changes
>     Reported by:    portscout!
> ---
>  x11/kitty/Makefile  |  3 ++-
>  x11/kitty/distinfo  | 10 +++++-----
>  x11/kitty/pkg-plist |  4 ++++
>  3 files changed, 11 insertions(+), 6 deletions(-)
>
> diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
> index 889ac6735b3d..d9ff8a01741c 100644
> --- a/x11/kitty/Makefile
> +++ b/x11/kitty/Makefile
> @@ -1,6 +1,6 @@
>  PORTNAME=      kitty
>  DISTVERSIONPREFIX=     v
> -DISTVERSION=   0.38.1
> +DISTVERSION=   0.39.1
>  CATEGORIES=    x11 wayland
>
>  MAINTAINER=    nivit@FreeBSD.org
> @@ -39,6 +39,7 @@ USES=         compiler:c11 cpe desktop-file-utils
> gettext-runtime gl gmake \
>                 terminfo xorg
>  CPE_VENDOR=    kitty_project
>
> +USE_GCC=       yes
>  USE_GL=                gl
>  USE_XORG=      x11 xcb xcursor xi xinerama xrandr
>
> diff --git a/x11/kitty/distinfo b/x11/kitty/distinfo
> index 85dd3288282f..9531b817071a 100644
> --- a/x11/kitty/distinfo
> +++ b/x11/kitty/distinfo
> @@ -1,5 +1,5 @@
> -TIMESTAMP = 1737373827
> -SHA256 (go/x11_kitty/kitty-v0.38.1/v0.38.1.mod) =
> 5fe503624daf400d11e8fab01939bc311fe8833be6fd34c9e8d8b7f63ef23633
> -SIZE (go/x11_kitty/kitty-v0.38.1/v0.38.1.mod) = 1237
> -SHA256 (go/x11_kitty/kitty-v0.38.1/v0.38.1.zip) =
> 48ce11cb3ca9c2bc78eba35968fc739c00e6c1f43d4595108003eb7f61592cbb
> -SIZE (go/x11_kitty/kitty-v0.38.1/v0.38.1.zip) = 9052629
> +TIMESTAMP = 1738922065
> +SHA256 (go/x11_kitty/kitty-v0.39.1/v0.39.1.mod) =
> b0e8288ee50368be56bae37a15c45884e5d5a2c570f4da742364d9c7596eb302
> +SIZE (go/x11_kitty/kitty-v0.39.1/v0.39.1.mod) = 1237
> +SHA256 (go/x11_kitty/kitty-v0.39.1/v0.39.1.zip) =
> 9781bac339326942fc8626376bdb937766edbf53e620c0d83683bc529689b78f
> +SIZE (go/x11_kitty/kitty-v0.39.1/v0.39.1.zip) = 9065639
> diff --git a/x11/kitty/pkg-plist b/x11/kitty/pkg-plist
> index 775af2928c5f..6d1a58ed0645 100644
> --- a/x11/kitty/pkg-plist
> +++ b/x11/kitty/pkg-plist
> @@ -549,6 +549,9 @@ share/icons/hicolor/scalable/apps/kitty.svg
>  %%DATADIR%%/kitty/__pycache__/open_actions%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
>  %%DATADIR%%/kitty/__pycache__/open_actions%%PYTHON_EXT_SUFFIX%%.opt-2.pyc
>  %%DATADIR%%/kitty/__pycache__/open_actions%%PYTHON_EXT_SUFFIX%%.pyc
> +%%DATADIR%%/kitty/__pycache__/progress%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
> +%%DATADIR%%/kitty/__pycache__/progress%%PYTHON_EXT_SUFFIX%%.opt-2.pyc
> +%%DATADIR%%/kitty/__pycache__/progress%%PYTHON_EXT_SUFFIX%%.pyc
>
>  %%DATADIR%%/kitty/__pycache__/os_window_size%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
>
>  %%DATADIR%%/kitty/__pycache__/os_window_size%%PYTHON_EXT_SUFFIX%%.opt-2.pyc
>  %%DATADIR%%/kitty/__pycache__/os_window_size%%PYTHON_EXT_SUFFIX%%.pyc
> @@ -751,6 +754,7 @@ share/icons/hicolor/scalable/apps/kitty.svg
>  %%DATADIR%%/kitty/options/types.py
>  %%DATADIR%%/kitty/options/utils.py
>  %%DATADIR%%/kitty/os_window_size.py
> +%%DATADIR%%/kitty/progress.py
>  %%DATADIR%%/kitty/rc/__init__.py
>  %%DATADIR%%/kitty/rc/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
>  %%DATADIR%%/kitty/rc/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-2.pyc
>


-- 
Nuno Teixeira
FreeBSD UNIX:  <eduardo@FreeBSD.org>   Web:  https://FreeBSD.org