| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Release changes: https://github.com/kovidgoyal/kitty/releases/tag/v0.32.2
Reported by: portscout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add x11-fonts/roboto-fonts-ttf to build dependencies
- Add devel/xxhash to lib dependencies
- Use version 1.21 of go language
- Set up the variable PYTHONDONTWRITEBYTECODE in the build environment to fix
the following error in poudriere:
=>> Checking for filesystem violations... done
=>> Error: Filesystem touched during build:
extra: usr/local/lib/python3.9/site-packages/_distutils_hack/__pycache__/__init__.cpython-39.opt-2.pyc
It's probably caused by sphinx when building docs.
- However, pass the option -OO to python command, in the build stage, so that
we can install kitty's bytecode.
- Remove files/patch-docs_conf.rst
Release notes: https://sw.kovidgoyal.net/kitty/changelog/#id1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add an OVERVIEW section to that manpage, so that the NAME section has
only few words. See for example the output when visiting
https://man.freebsd.org/cgi/man.cgi?query=kitty.conf&apropos=1
Current rendering:
https://user-images.githubusercontent.com/192271/260857832-927f7a50-a95a-4fb0-9092-d39d0e52f1b1.png
PR: 273248
Reported by: Graham Perrin <grahamperrin@gmail.com>
|
|
- Remove patches merged by upstream
- Update lib dependencies
- Pet portfmt/portclippy/portlint
- Add option DOCS
- Don't install all files in $PREFIX/lib/kitty, but in the canonical
directories DATADIR, DESKTOPDIR, etc.
- Add a couple of patch to fix some links in the documentation.
Error shown:
fatal: ambiguous argument '8dea5b3': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
fatal: ambiguous argument 'ad1109b': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
fatal: ambiguous argument '889ca77': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
reading sources... [100%] protocol-extensions .. unscroll
/usr/local/poudriere/ports/default/x11/kitty/work/github.com/kovidgoyal/kitty@v0.29.0/docs/changelog.rst:2940: ERROR: GitHub commit id "8dea5b3" not recognized.
/usr/local/poudriere/ports/default/x11/kitty/work/github.com/kovidgoyal/kitty@v0.29.0/docs/changelog.rst:3055: ERROR: GitHub commit id "ad1109b" not recognized.
/usr/local/poudriere/ports/default/x11/kitty/work/github.com/kovidgoyal/kitty@v0.29.0/docs/changelog.rst:3067: ERROR: GitHub commit id "889ca77" not recognized.
Release changes: https://sw.kovidgoyal.net/kitty/changelog/#id1
|