FreeBSD Bugzilla – Attachment 231566 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 conditional ncurses
patch-x11_kitty_0.24.2_ncurses.diff (text/plain), 1.52 KB, created by
Rainer Hurling
on 2022-02-05 16:04:54 UTC
(
hide
)
Description:
patch for v0.24.2 with conditional ncurses
Filename:
MIME Type:
Creator:
Rainer Hurling
Created:
2022-02-05 16:04:54 UTC
Size:
1.52 KB
patch
obsolete
>diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile >index 2ee52c8f63..9e3b419922 100644 >--- a/x11/kitty/Makefile >+++ b/x11/kitty/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= kitty > DISTVERSIONPREFIX= v >-DISTVERSION= 0.24.1 >+DISTVERSION= 0.24.2 > CATEGORIES= x11 > > MAINTAINER= alexis.praga@free.fr >@@ -26,7 +26,7 @@ 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 \ >+USES= compiler:c11 cpe gettext-runtime gl gmake pkgconfig \ > python:3.5+ shebangfix terminfo xorg > USE_GITHUB= yes > GH_ACCOUNT= kovidgoyal >@@ -60,6 +60,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..31afc4ef70 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 = 1644059710 >+SHA256 (kovidgoyal-kitty-v0.24.2_GH0.tar.gz) = 6edf5cb7f4f24afe4fef7d209cb7a2bb479438a90919610b0147f48d57b34fc0 >+SIZE (kovidgoyal-kitty-v0.24.2_GH0.tar.gz) = 5916823
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:
alexis.praga
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 261732
:
231563
|
231566
|
231770