FreeBSD Bugzilla – Attachment 231770 Details for
Bug 261732
x11/kitty: Update to 0.24.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for v0.24.2 with cond. ncurses + GH release
patch-x11_kitty_0.24.2_ncurses_GH-release.diff (text/plain), 1.75 KB, created by
Rainer Hurling
on 2022-02-12 13:52:53 UTC
(
hide
)
Description:
patch for v0.24.2 with cond. ncurses + GH release
Filename:
MIME Type:
Creator:
Rainer Hurling
Created:
2022-02-12 13:52:53 UTC
Size:
1.75 KB
patch
obsolete
>diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile >index 2ee52c8f63..ad5e661ba9 100644 >--- a/x11/kitty/Makefile >+++ b/x11/kitty/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= kitty >-DISTVERSIONPREFIX= v >-DISTVERSION= 0.24.1 >+DISTVERSION= 0.24.2 > CATEGORIES= x11 >+MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/ > > MAINTAINER= alexis.praga@free.fr > COMMENT= Cross-platform, fast, featureful, GPU-based terminal emulator >@@ -26,9 +26,8 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ > libwayland-cursor.so:graphics/wayland \ > libxkbcommon.so:x11/libxkbcommon > >-USES= compiler:c11 cpe gettext-runtime gl gmake ncurses:port pkgconfig \ >- python:3.5+ shebangfix terminfo xorg >-USE_GITHUB= yes >+USES= compiler:c11 cpe gettext-runtime gl gmake pkgconfig \ >+ python:3.5+ shebangfix tar:xz terminfo xorg > GH_ACCOUNT= kovidgoyal > USE_GL= gl > USE_XORG= x11 xcb xcursor xi xinerama xrandr >@@ -60,6 +59,13 @@ _EMPTY_DIRS= kittens/choose kittens/diff kittens/unicode_input kittens kitty > MAKE_ENV+= KITTY_NO_LTO=1 > .endif > >+# ncursesw and tinfo >= 6.1 seem to be neededd >+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400035 >+USES+=ncurses:port >+.else >+USES+=ncurses >+.endif >+ > # For librsync, we need to set header and library path > do-build: > (cd ${WRKSRC} && \ >diff --git a/x11/kitty/distinfo b/x11/kitty/distinfo >index e5d90811e2..0121dc3acd 100644 >--- a/x11/kitty/distinfo >+++ b/x11/kitty/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1641939405 >-SHA256 (kovidgoyal-kitty-v0.24.1_GH0.tar.gz) = a49b7ea7d36989fb17bd31935dc6a9a619338647c58ca1eb00400340b0d756ff >-SIZE (kovidgoyal-kitty-v0.24.1_GH0.tar.gz) = 5828079 >+TIMESTAMP = 1644667031 >+SHA256 (kitty-0.24.2.tar.xz) = 66a99fcfeae481db65b94b0bc5fdb4bb28b099fe4fa94b9c0fb0284f34c7b9c7 >+SIZE (kitty-0.24.2.tar.xz) = 4601672
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
rhurlin
:
maintainer-approval?
(
alexis.praga
)
Actions:
View
|
Diff
Attachments on
bug 261732
:
231563
|
231566
| 231770