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/
To achieve this, add a temporary hacky knob KDE_MAN_PREFIX to allow ports to
override the man installation dir. Once Uses/kde.mk migrates to share/man, this
knob will be removed.
Approved by: tcberner
- There are more recent versions of phpbb in www/phpbb3 and
chinese/phpbb3 which should be used.
- These versions were released in 2008 and more or less not supposed to
work with latest versions of php
- Set EXPIRATION_DATE to 2024-02-29
Rather than deleting these ports phpbb3 ports should be moved here.
Approved by: portmgr (blanket)
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
LibreOffice 7.6.3 Community, the third minor release of the 7.6 family of the
volunteer-supported free office suite is now available for FreeBSD users!
Relase notes: https://wiki.documentfoundation.org/ReleaseNotes/7.6
Sponsored by: Serenity Cybersecurity, LLC
The change [1] in KDE Frameworks leads to the configuration
ecm_setup_version(PROJECT
VARIABLE_PREFIX IMEJyutping
PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/LibIMEJyutpingConfigVersion.cmake"
SOVERSION 0)
accepting the value '0' as so-version, and not defaulting to the
softwares major version (here 1).
This leads to the .so.1 being renamed to .so.0 in the final package.
[1] 1da0bba97d
PR: 273695
Qt5Webkit will be removed at the end of the year.
See: commit e8e65e7574
www/qt5-webkit: mark for deletion
Qt upstream switched to QtWebEngine quite a while ago, and the maintenance
of QtWebKit was carried out by a separate person.
Unfortunately, no release or updates have been pushed in the recent
years.
Note: there is a fork [1] of the used fork [2], that might be viable for people that
really still need to rely on Qt5Webkit.
[1] https://github.com/movableink/webkit/
[2] https://github.com/qtwebkit/qtwebkit
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>