- COLSERVICE and COLTCP options requires asio and there is also a boost
capable asio that comes shipped with boost libraries. When both the
libraries is installed the libraries from asio are preferred and with
those the build fails. So for now disable the options and mark those
options BROKEN until someone has a proper fix. [1]
- Pet portclippy
- Fix PLIST conditionals
- Utilize OPTIONSNG while possible
Reported by: dhw [1]
Thursday, 15 February 2024
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:
* knavalbattle: Fix test for placing a ship vertically
* konsole: Show wallpaper on non-translucent top-levels
* neochat: Fix saving images
Upgrade to version 4.1.15, which has bug and security fixes.
Release notes:
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.15+Release+Notes
Since we use the ports version of expat instead of bundling it into
the openoffice-* packagea,
CVE-2022-43680: "Use after free" fixed in libexpat
does not apply to our ports. This issue was fixed when we upgraded the
expat port.
Remove the point release from the suffix appended to the names of
the wrapper script and the program directory. It is annoying when
the suffix changes and we'll never support the simultaneous
installation of multiple versions where these values differ.
MFH: 2024Q1 tree branch name you plan to merge to.>
Security: CVE-2012-5639
Security: CVE-2023-1183
Security: CVE-2023-47804
Ensure default substitutions on patterns
This is requested by the documentation of function FcFontMatch().
Addresses bug #128583.
[cherry-picked from upstream 96cc864ad79ef0ed2b9769f074673a55e4056b44]
[converted to FreeBSD ports patch by Don Lewis <truckman@FreeBSD.org]
[Skipping PORTREVSION bump, the next commit will be a version upgrade]
PR: 248161
MFH: 2024Q1
Upgrade openoffice-devel to a newer snapshot with bug and
security fixes.
Remove the point release and snapshot timestamp from the suffix
appended to the names of the wrapper script and the program directory.
It is annoying when the suffix changes and we'll never support
the simultaneous installation of multiple versions where these
values differ.
patch-boost_boost__1__55__0.patch was upstreamed.
MFH: 2024Q1
Security: CVE-2012-5639
Security: CVE-2023-1183
Security: CVE-2023-47804
Tweak our declaration for __cxa_allocate_exception() so that it matches
the one that sometimes shows up in /usr/include/c++/v1/cxxabi.h. Clang
now treats the subtle differences as an error.
No PORTREVISION bump for this build fix. There should not be any
functional change to the generated code if it was buildable before
this fix.
Restore a small block of subdirs handling code introduced by man => share/man transition and accidentally lost during update merge
Reported by: diizzy, poudriere fallout
Sponsored by: Serenity Cybersecurity, LLC
This new version has runtime detection for cmark and pandoc, adding
options (defualt on) to add runtime dependencies for them.
Submitted by: acm (via email)
LibreOffice 24.2 Community is here!
The new major release of the complete, free, volunteer-supported office suite,
with the new calendar-based numbering scheme (YY.M), many new useful features,
and a focus on security and accessibility, is available.
* Styles for comments
* Row/column highlighting in Calc
* A search field in the options dialog
...and many other new features
Read more: https://blog.documentfoundation.org/blog/2024/01/31/libreoffice-24-2/
This release addresses severe bugs not found in previous releases.
As usual, bump supplied color themes and plugins to their latest
GitHub commits.
Reported by: portscout
This new port tracks the NotepadNext development branch. The development
branch includes new features such as peristent bookmarks (as is in
notepad++).
PRhangeLog: https://invisible-island.net/vile/CHANGES.html
* modify configure script to check validity of $IMAKE_LOADFLAGS
* modify curses driver to work around configurations of ncurses where the
SIGWINCH handler has been disabled.
* modify vl_get_encoding() to allow for nl_langinfo(CODESET) returning an empty
string, recover from this error using checks on the locale variable (report
by David Snyder).
* updated wcwidth.c, from xterm #389
* modify spec-file to work around a bug in make 4.4.1
* reduce compiler-warnings in configure script checks.
* disallow newline in quoted string in ini filter.
* adjust dlsym lookup to account for special case of define_key, to avoid
conflict with ncurses.
* fix mandoc warnings in vile.1
* fix a use-after-free in parse_nondirective() due to free() in the
actual_color() function of key-filt.c
* change VIDEO_TEXT type to "unsigned", allowing display of Unicode values past
BMP for drivers which support this.
* modify curses configuration to handle ncurses KEY_RESIZE (prompted by
discussion with Sebastian Neuper).
* fix typo in cross-compile check in CF_KILLPG macro (Debian #1029956)
* update config.guess, config.sub
Reported by: dickey@invisible-island.net (maintainer)
ChangeLog: https://invisible-island.net/vile/CHANGES.html
* modify configure script to check validity of $IMAKE_LOADFLAGS
* modify curses driver to work around configurations of ncurses where the
SIGWINCH handler has been disabled.
* modify vl_get_encoding() to allow for nl_langinfo(CODESET) returning an empty
string, recover from this error using checks on the locale variable (report
by David Snyder).
* updated wcwidth.c, from xterm #389
* modify spec-file to work around a bug in make 4.4.1
* reduce compiler-warnings in configure script checks.
* disallow newline in quoted string in ini filter.
* adjust dlsym lookup to account for special case of define_key, to avoid
conflict with ncurses.
* fix mandoc warnings in vile.1
* fix a use-after-free in parse_nondirective() due to free() in the
actual_color() function of key-filt.c
* change VIDEO_TEXT type to "unsigned", allowing display of Unicode values past
BMP for drivers which support this.
* modify curses configuration to handle ncurses KEY_RESIZE (prompted by
discussion with Sebastian Neuper).
* fix typo in cross-compile check in CF_KILLPG macro (Debian #1029956)
* update config.guess, config.sub
PR: 276621
Reported by: dickey@invisible-island.net (maintainer)
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D43615