aboutsummaryrefslogtreecommitdiff
path: root/x11/kitty
Commit message (Collapse)AuthorAgeFilesLines
* x11/kitty: fix build on riscv64 and runtime on powerpc64Piotr Kubaj2021-10-161-0/+6
| | | | | | | | | | Disable LTO. On riscv64: Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi) ld: error: lto.tmp: cannot link object files with different floating-point ABI cc: error: linker command failed with exit code 1 (use -v to see invocation) On powerpc64, LTO is broken with LLVM.
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-5/+0
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* x11/kitty: Add CPE informationBernhard Froehlich2021-09-301-1/+2
| | | | Approved by: portmgr (blanket)
* x11/kitty: Update to 0.23.1Alexis Praga2021-08-233-5/+16
| | | | | | | ChangeLog: https://sw.kovidgoyal.net/kitty/changelog/#id1 PR: 257438 Reported by: alexis.praga@free.fr (maintainer)
* x11/kitty: Update to 0.21.2Fernando ApesteguĂ­a2021-06-303-5/+6
| | | | | | | ChangeLog: https://sw.kovidgoyal.net/kitty/changelog.html#id1 PR: 256890 Reported by: alexis.praga@free.fr (maintainer)
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-0/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* x11/kitty: Update to 0.21.1Rainer Hurling2021-06-182-4/+4
| | | | | | | | | | Fix a regression in the previous release that could cause a crash when changing layouts and mousing. Changelog: https://sw.kovidgoyal.net/kitty/changelog.html#id1 PR: 256678 Reported by: Alexis Praga <alexis.praga@free.fr> (maintainer)
* x11/kitty: Update to 0.21Rainer Hurling2021-06-133-8/+16
| | | | | | | Changelog: https://sw.kovidgoyal.net/kitty/changelog.html PR: 256571 Reported by: Alexis Praga <alexis.praga@free.fr> (maintainer)
* x11/kitty: add compiler:c11 to USES to fix build on GCC-based systems:Mark Linimon2021-06-041-2/+2
| | | | cc1: error: unrecognized command line option "-std=c11"
* x11/kitty: Tidy up Makefile and pkg-descr.Gleb Popov2021-05-192-11/+3
|
* x11/kitty: + Fast GPU-based terminal emulator.Alexis Praga2021-05-194-0/+258
PR: 233010