FreeBSD Bugzilla – Attachment 235603 Details for
Bug 265393
x11/kitty: Update to 0.25.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
kitty-0.25.0: 12.3R(amd64,i386) build fix
kitty-0.25.0_1.diff (text/plain), 1.15 KB, created by
Nuno Teixeira
on 2022-08-01 13:21:22 UTC
(
hide
)
Description:
kitty-0.25.0: 12.3R(amd64,i386) build fix
Filename:
MIME Type:
Creator:
Nuno Teixeira
Created:
2022-08-01 13:21:22 UTC
Size:
1.15 KB
patch
obsolete
>diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile >index 88118c0bbe89..a43ef29e0627 100644 >--- a/x11/kitty/Makefile >+++ b/x11/kitty/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= kitty > DISTVERSION= 0.25.0 >+PORTREVISION= 1 > CATEGORIES= x11 wayland > MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/ > >@@ -24,9 +25,10 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ > librsync.so:net/librsync \ > libwayland-client.so:graphics/wayland \ > libwayland-cursor.so:graphics/wayland \ >- libxkbcommon.so:x11/libxkbcommon >+ libxkbcommon.so:x11/libxkbcommon \ >+ libepoll-shim-interpose.so:devel/libepoll-shim > >-USES= compiler:c11 cpe gettext-runtime gl gmake pkgconfig \ >+USES= compiler:c11 cpe desktop-file-utils gettext-runtime gl gmake pkgconfig \ > python:3.5+ shebangfix tar:xz terminfo xorg > GH_ACCOUNT= kovidgoyal > USE_GL= gl >@@ -40,6 +42,9 @@ SHEBANG_GLOB= *.py > TEST_ENV= PATH="${STAGEDIR}${PREFIX}/bin:${PATH}" > TEST_TARGET= test > >+CPPFLAGS+= `pkg-config --cflags epoll-shim-interpose` >+LDFLAGS+= `pkg-config --libs epoll-shim-interpose` >+ > BINARY_ALIAS= python3=${PYTHON_CMD} python=${PYTHON_CMD} > > INSTALL_WRKSRC= ${WRKSRC}/linux-package
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 265393
:
235433
|
235572
| 235603 |
235604
|
235611
|
236033