| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
At the root of this is breakages in vimdoc parsing, which should be
fixed by updating the tree-sitter-vimdoc parser. While here, I'm
updating the rest of them as well.
Normally I'd MFH this, but 2024Q4 will be branched Real Soon Now(tm).
PR: 280702
Reported by: Oleg Streejak
|
|
|
|
| |
Changes: https://github.com/emacs-mirror/emacs/compare/7793b2fe2ab...fb42a253bdc
|
|
|
|
|
|
|
|
| |
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601
|
|
|
|
| |
Changelog: https://github.com/asottile/babi/releases/tag/v1.5.7
|
|
|
|
|
| |
Remove devel/git build dependency by setting git hash variable manually,
otherwise build fails without git presence.
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
ChangeLog: https://github.com/jmacdonald/amp/releases/tag/0.7.1
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
| |
Not used in project
Approved by: portmgr (blanket)
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
The default (db5) has been deprecated for some time.
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
| |
Changelog: https://github.com/solemnwarning/rehex/releases/tag/0.62.0
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelogs:
https://www.scootersoftware.com/download/v4changelog
Port improvements:
- remove unnecessary CDs in do-install
- split long lines
- pet portclippy
PR: 281438
|
|
|
|
|
|
| |
Changelog: https://code.visualstudio.com/updates/v1_93
Reported by: GitHub (watch releases)
|
|
|
|
| |
Changes: https://github.com/emacs-mirror/emacs/compare/92ea393a16e...7793b2fe2ab
|
|
|
|
| |
- Add support for aarch64
|
| |
|
|
|
|
|
|
|
|
|
| |
- Remove dependency on gmake, it works fine with make
- Remove explicit DEBUG_MAKE_ARGS_OFF, its value is implied
- Use built-in test support in ports framework
- Cleanup unneeded stuff
Differential Revision: https://reviews.freebsd.org/D45902
|
| |
|
| |
|
|
|
|
|
|
| |
Changelog: https://code.visualstudio.com/updates/v1_93
Reported by: GitHub (watch releases)
|
|
|
|
|
| |
PR: 281424
Reported by: Matías Pizarro
|
|
|
|
| |
PR: 281300
|
|
|
|
|
|
|
| |
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503
|
|
|
|
| |
ChangeLog: https://github.com/magit/with-editor/blob/v3.4.2/CHANGELOG
|
|
|
|
| |
ChangeLog at: https://github.com/Alexey-T/CudaText/blob/master/app/readme/history.txt
|
|
|
|
| |
PR: 281398
|
| |
|
|
|
|
|
| |
Commit log: https://github.com/emacs-mirror/emacs/compare/40eecd594a...92ea393a16e
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As reported on the ports mailing lists, with recent libc++ headers on
e.g. 15.0-CURRENT, 13.4 or 14.2, editors/le fails with errors similar
to:
/usr/include/c++/v1/ios:257:25: error: expected ')'
257 | static const fmtflags hex = 0x0008;
| ^
./edit.h:158:26: note: expanded from macro 'hex'
158 | #define hex (editmode==HEXM)
| ^
/usr/include/c++/v1/ios:257:25: note: to match this '('
./edit.h:158:17: note: expanded from macro 'hex'
158 | #define hex (editmode==HEXM)
| ^
This is because edit.h defines a `hex` macro, and this clashes with
std::hex from the libc++ headers.
To fix the build, use post-patch to rename the `hex` macro to `is_hex`.
PR: 281141
Reported by: J David <j.david.lists@gmail.com>
Approved by: zi (maintainer)
MFH: 2024Q3
|
|
|
|
| |
PR: 280490
|
|
|
|
| |
PR: 280490
|
|
|
|
| |
https://github.com/Lyude/neovim-gtk/issues/119
|
| |
|
| |
|
|
|
|
| |
PR: 280490
|
|
|
|
| |
PR: 281015
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New major release!
LibreOffice 24.8, the new major release of the free, volunteer-supported office suite
has been released with a wealth of improvements:
* Handy "Quick find" deck in the Sidebar
* New spreadsheet functions, including XLOOKUP
* Better presentation templates
* New password-based encryption for documents
and much more: https://blog.documentfoundation.org/blog/2024/08/22/libreoffice-248/
Release notes: https://wiki.documentfoundation.org/ReleaseNotes/24.8
Co-Authored-by: Li-Wen Hsu <lwhsu@FreeBSD.org>
Sponsored by: Serenity Cybersecurity, LLC
|
| |
|
|
|
|
|
|
| |
Changelog: https://code.visualstudio.com/updates/v1_92
Reported by: GitHub (watch releases)
|
|
|
|
|
|
|
| |
Changelog:
https://gitlab.com/cppit/jucipp/-/releases/v1.8.0
PR: 280921
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/emacs-mirror/emacs/compare/aa5c725fe7...40eecd594a
|
|
|
|
| |
ChangeLog: https://github.com/magit/with-editor/releases/tag/v3.4.1
|