| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
This is a maintenance release, focusing on bugfixes.
Notably, fixes were made for issues with using and testing Nvim on less common platforms, like big endian platforms.
Bug Fixes
defaults: Set 'fsync' #26039
Dont create data dir if it's a broken symlink
Make InspectTree handle nested injection
Remove nested for_each_tree in TSTreeView (#26331)
api: Use a conditional stack for nvim_cmd
change: Update fold after on_bytes
deps: Bump libmpack from luarocks
extmark_to_array: Convert conceal_char to bytes
highlight: Apply 'winblend' to float border
inccommand: Save and restore '[ and '] marks
inccommand: Don't crash with "split" and 'n' flag
lsp: Handle NUL bytes in popup text
lua: Correct return value for on_key with no arguments
lua: Crash in nlua_error
man: Make :Man with a range work
mappings: Fix mapset() not replacing map with backslash
marks: Handle switching buffer properly
mouse: Avoid dragging after click label popupmenu callback
mouse: Avoid dragging when clicking next to popupmenu
move: Check the correct buffer
oldtest: Always use a 64-bit int for swapfile block number
options: Setting 'scroll' with resized grid
quickfix: Check if delete failed in qf_fill_buffer()
set_bool_option: Use int value to make bool Object
set_option_from_tv: Use v_bool to access boolean option
terminal: Assign channel to terminal earlier
terminal: Avoid Insert mode in Terminal buffer
terminal: Don't lose focus on
terminal: Keep focus when scrolling number column of another window
terminal: Make backslashes in 'shell' work on Windows
treesitter: Foldexpr tweaks
treesitter: Remove incompatible c query (again)
ui: Empty line before the next message after :silent command
Build System
Fix universal mac builds
ci: Ensure correct headers are used on macOS
Documentation
List NVIM_APPNAME as env on manpage
starting.txt: Correct step number
Performance
Remove redundant strlen in skipwhite
Testing
Fix dependencies between test cases and test flakiness
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- There are multiple ports which has MYSQL options and are non-DEFAULT.
Most of the time committers actually forget to check with the OPTION
enabled and in some cases they are BROKEN with newr versions of mysql.
So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
MySQL usability over MariaDB to explore the future possibility of
shifting to MariaDB as the default as major ports upstream have moved
their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
If a port is broken on all instances of MySQL/MariaDB:
- If a port has the option of multiple DB backends and MySQL is the
default then the DEFAULT will be changed to PGSQL/SQLITE before
2024Q1. And the OPTION will be removed before 2024Q2. If a
MAINTAINER is aware about such cases and want to prefer PGSQL over
SQLITE or vice versa please do so at your own accord. Otherwise
PGSQL will be preferred over SQLITE.
- If a port has the option of multiple DB backends and MySQL is not
the default then the the OPTION will be removed before 2024Q1.
Approved by: portmgr (blanket)
|
|
|
|
| |
New version of gtk3 in tree
|
| |
|
|
|
|
| |
- Add CONFLICTS for qt6 version
|
|
|
|
|
|
|
| |
- Add editors/lazarus-qt6
- Add new CONFLICTS
- Change default lazarus and lazarus-devel to 3.0.0 and 3.1.0
- Change lazarus.mk file. Now stable and devel version support qt6 interface
|
|
|
|
|
|
|
|
|
| |
- Remove (broken) option to build against Fox 1.7: its API is
too unstable and diverged significantly from what this code
expects over past ten years
- Disable NLS support which is rudimentary and no translation
files were actually provided
- GC needless CXXFLAGS and LDFLAGS adjustments, amend COMMENT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Revert "editors/openoffice-*: Unbreak build on 15.0-CURRENT"
Undo the switch to llvm from ports.
This reverts commit f25b169ac89578f18a6e480d4d84284bb8085316.
Instead, pass --undefined-version to the linker to avoid the build
breakage on -CURRENT by the change to the default value for this
switch.
Tidy up LIB_DEPENDS.
|
|
|
|
|
|
|
|
| |
clang version 17.0.6 causes linker errors that break the build on
15.0-CURRENT. Work around this by building with an older llvm from
ports.
PR: 275820
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
| |
Changelog: https://code.visualstudio.com/updates/v1_85
Reported by: GitHub (watch releases)
|
|
|
|
|
| |
Including all its dependencies.
PR: 275812
|
| |
|
|
|
|
|
| |
- Upstream release was last in 2003
- Set EXPIRATION_DATE 2024-03-31
|
|
|
|
|
|
| |
- Switch MASTER_SITES to https
Approved by: portmgr (just-fix-it)
|
|
|
|
|
|
| |
- Upstream last release was in 2000
- Set EXPIRATION_DATE 2024-01-16
- Pet portclippy
|
|
|
|
|
|
| |
- Upstream last release was in 2001
- Set EXPIRATION_DATE 2024-01-16
- Pet portclippy
|
|
|
|
|
|
| |
- Last upstream release was in 2013 and there is no activity
- Set EXPIRATION_DATE 2024-01-16
- Pet portclippy
|
|
|
|
|
| |
- Upstream last release was in 2008
- Set EXPIRATION_DATE 2024-01-16
|
|
|
|
|
|
| |
- Upstream last release was in 2000
- Set EXPIRATION_DATE 2024-01-16
- Pet portclippy
|
|
|
|
|
|
| |
- Pet portclippy
- Upstream last release was in 2000
- Set EXPIRATION_DATE 2024-01-16
|
|
|
|
|
|
| |
- Utilize USES=localbase
Approved by: portmgr (just-fix-it)
|
|
|
|
|
|
|
| |
- Refresh patches
- Last upstream release was in 2002 reconsier using a maintained editor like
nano
- Set EXPIRATION_DATE 2024-01-16
|
|
|
|
|
|
|
| |
- This is the legacy version which is unmaintained by upstream
- Use linux-sublime-text4 or linux-sublime3
- Set EXPIRATION_DATE 2024-03-31
- Pet portclippy
|
|
|
|
|
|
|
|
| |
- Project is unmaintained
- Last upstream release was in 2011
- Set EXPIRATION_DATE 2024-03-31
Approved by: portmgr (blanket)
|
|
|
|
| |
- Switch to upstream MASTER_SITES
|
| |
|
|
|
|
|
|
| |
This previous webite is no longer active and the project has moved here.
Approved by: portmgr (just-fix-it)
|
|
|
|
|
|
|
|
|
| |
- Fixed various autotools/build warnings
- Fixed ASCII mode character error
- Install more complete documentation
- GC no longer needed `post-patch' target
Reported by: portscout
|
|
|
|
|
| |
Changes:
https://github.com/kak-lsp/kak-lsp/releases/tag/v15.0.1
|
| |
|
|
|
|
|
|
| |
Changelog: https://code.visualstudio.com/updates/v1_85
Reported by: GitHub (watch releases)
|
|
|
|
| |
PR: 273219
|
| |
|
|
|
|
|
|
|
|
| |
LibreOffice 7.6.4 Community and LibreOffice 7.5.9 Community are immediately available for FreeBSD users!
This release brings up over 40 fixes since previous version.
Changelog: https://wiki.documentfoundation.org/Releases/7.6.4/RC1
|
| |
|
|
|
|
|
|
|
| |
- Remove powerpc patch included upstream (libc crate)
ChangeLog:
https://github.com/jmacdonald/amp/compare/0.6.2-27-g71df483...0.6.2-32-gd9a913c
|
|
|
|
| |
PR: 275243
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Thursday, 07 December 2023.
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations,
including:
* dolphin-plugins: Mountisoaction: add preferred raw disk mimetypes
* falkon: Fix StartPage search engine default configuration
* kdepim-runtime: Correctly reload configuration
The full changelog can be found at
https://kde.org/announcements/changelogs/gear/23.08.4/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously we assumed that a port of KDE Gear 24.02-beta1 will use Qt6.
So kde:6 was used to determine that the applications version is beta1.
However, not all applications will be ported in time of the release as
it seems, so we need to have a better way to select the version.
For now, the KDE Gear-ports can use (for beta1)
CATEGORIES=$main kde kde-applications kde-devel
resepectively (for stable version)
CATEGORIES=$main kde kde-applications
to get the proper DISTVERSION value and environment set up.
|
|
|
|
| |
PR: 274405
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
To depend on phonon, you now need
USES= kde:<ver>
USE_KDE=phonon
if you want to depend on the backend, also add
USE_KDE= phonon-backend
|
| |
|
|
|
|
|
| |
Changes: https://github.com/emacs-mirror/emacs/compare/58d9e73...fb4b0b3
Sponsored by: The FreeBSD Foundation
|