| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
ChangeLog:
https://github.com/editorconfig/editorconfig-core-c/releases/tag/v0.12.10
|
| |
|
|
|
|
|
| |
Commit log: https://github.com/emacs-mirror/emacs/compare/ca704a67dc7...eeaa9421479
Sponsored by: The FreeBSD Foundation
|
|
|
|
| |
Project was deprecated upstream and fails to build.
|
| |
|
|
|
|
|
|
|
|
|
| |
While here, add USES=display:test for launching and stopping Xvfb for
test.
Changelog: https://code.visualstudio.com/updates/v1_105
Reported by: GitHub (watch releases)
|
| |
|
|
|
|
| |
ChangeLog at: https://github.com/Alexey-T/CudaText/blob/master/app/readme/history.txt
|
|
|
|
| |
MFH: 2025Q4
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://github.com/lichray/nvi2/compare/v2.2.1...v2.2.2
Changes:
- New option showfilename
- Show percentage in addition to line counts in ruler
- Fixed a segfault in expandtab
- Improve POSIX-compliance when handling ex insert empty lines
- Counted-p pastes without interleaving copied content
- Code in analyzer-friendly style
- Portability fixes
Reported by: Zhihao Yuan
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: 289709
|
|
|
|
|
|
|
| |
Update to 48.2
PR: 289488
MFH: 2025Q4
|
|
|
|
|
|
|
|
|
| |
Update to 48.2
libxml2 is no longer needed, so remove it from USE_GNOME [truckman]
PR: 289487
MFH: 2025Q4
|
| |
|
| |
|
|
|
|
| |
CommitLog: https://github.com/emacs-mirror/emacs/compare/d6a7b0cd33c...ca704a67dc7
|
|
|
|
| |
and fix dependencies to point to the right place.
|
|
|
|
| |
ChangeLog at: https://github.com/Alexey-T/CudaText/blob/master/app/readme/history.txt
|
|
|
|
|
|
|
|
|
|
|
|
| |
Builds fine.
Also add an @comment to silence a warning about an icon cache file that
may or may not be generated, but that we definitely do not want to
install.
Port is broken on FreeBSD 13 (tested on FreeBSD 13.5) for some C++
reason I am unable to understand unfortunately.
Event: EuroBSDcon 2025
|
|
|
|
|
|
| |
Changelog: https://code.visualstudio.com/updates/v1_104
Reported by: GitHub (watch releases)
|
|
|
|
| |
New ASF logo.
|
|
|
|
|
|
| |
Upgrade Apache OpenOffice to 4.1.16-RC1
Remove many local patches that have been upstreamed.
|
|
|
|
|
|
|
|
| |
- Add missing argument in cursor{left,right} functions
- Build scripts were regenerated with newer version of
GNU autotools
Reported by: portscout
|
| |
|
|
|
|
| |
ChangeLoag at: https://github.com/Alexey-T/CudaText/blob/master/app/readme/history.txt
|
|
|
|
|
|
|
| |
- Adopt port
- Use KAKDIR
PR: 288588
|
|
|
|
| |
PR: 288588
|
|
|
|
|
|
| |
Changelog: https://code.visualstudio.com/updates/v1_104
Reported by: GitHub (watch releases)
|
| |
|
|
|
|
|
| |
Commit log: https://github.com/emacs-mirror/emacs/compare/1ba75cc6fc5...d6a7b0cd33c
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, there are two versions of python XML processing library
which conflict each other in the ports tree, namely:
- devel/py-lxml5 (now at version 5.4.0)
- devel/py-lxml (now at version 6.0.1)
To avoid the situation that some ports depend on py-lxml5 and some
others do on py-lxml (by switching dependencies individually), this
commit switches the dependencies from py-lxml5 to py-lxml at once.
Additional note: There are still two ports (textproc/py-rdflib and
www/py-draftjs-exporter) depending on py-lxml5 since they limit upper
version to less than 6.
PR: 289491
Approved by: Michiel van Baak Jansen <michiel@vanbaak.eu>, arrowd,
crees, madpilot, delphij, marcus, nivit, kai,
skreuzer, fluffy, bofh, thierry, stephen, sunpoet,
0mp, Eric Camachat <eric@camachat.org>
|
|
|
|
|
|
| |
Changelog: https://code.visualstudio.com/updates/v1_104
Reported by: GitHub (watch releases)
|
| |
|
|
|
|
|
|
|
|
|
| |
Announcement: https://kde.org/announcements/gear/25.08.1/
Ports changes:
graphics/kolourpaint:
- Remove stale patches
|
| |
|
|
|
|
|
|
| |
- Add RUN_DEPENDS on textproc/tree-sitter-grammars
PR: 278837
|
|
|
|
| |
Changelog: https://github.com/solemnwarning/rehex/releases/tag/0.63.3
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://www.wps.com/whatsnew/linux/
- Improve post-patch and do-install.
- Fix warnings from portclippy.
PR: 288966
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add --without-wayland for everything except the gtk3 FLAVOR. That
flavor now has a hard dep on wayland (it's already present from the
default gtk30 and libxkbcommon configurations).
This is a NOOP for everybody except gtk3 users who explicitly disabled
wayland in both gtk30 and libxkbcommon. The only effect for those
users is that wayland is now a LIB_DEP. There is no runtime effect
either way.
In the below PR, Piotr identified that vim will eagerly link against
wayland if present, even for a pure-console build.
The only toolkit that vim uses that can use wayland is gtk3, so
we now specify --without-wayland for everything else.
To complicate things, wayland support is optional in the gtk30 and
libxkbcommon ports. If either of those ports are built with wayland,
then vim has to link against libwayland-client regardless of the
relevant configure switches. So, adding a WAYLAND option for the gtk3
flavor would only work to disable wayland if it's disabled in both
gtk30 and libxkbcommon.
Instead, I'm making wayland a hard dep of the gtk3 flavor. For users
of our packages, this will be a transparent change. If your goal in
life is to never install wayland but you also want the gtk3 flavor,
PR: 289408
Reported by: Piotr Smyrak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Open VSX Registory
Code - OSS tries to use the Microsoft's proprietary node module
"@vscode/vsce-sign" for verifying a signature when a user tries to
install an extension. The node module is not available on FreeBSD so
the verification fails and a dialog notifying that "Cannot install
extesion" appears.
By using "node-ovsx-sign" module instead of the proprietary one, Code
- OSS can properly verify the signature and the installation of an
extension succeeds.
PR: 289337
Reported by: mandree
Obtained from: https://github.com/termux/termux-packages/pull/24757
|
|
|
|
| |
ChangeLog: https://github.com/lapce/lapce/releases/tag/v0.4.5
|
|
|
|
|
| |
Release notes: https://gitlab.gnome.org/GNOME/ghex/-/blob/46.3/NEWS#L1-L19
PR: 288369
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The Office team is proud to announce LibreOffice 25.8.1, the first minor release of the free,
volunteer-supported office suite for personal productivity in office environments.
Announce: https://blog.documentfoundation.org/blog/2025/08/29/announcement-of-libreoffice-25-8-1/
Release notes: https://wiki.documentfoundation.org/Releases/25.8.1/RC1
|
|
|
|
| |
ChangeLog: https://github.com/magit/with-editor/blob/v3.4.6/CHANGELOG
|