Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
LibreOffice 24.8.2, the second minor release of the LibreOffice 24.8 family of the free, volunteer-supported office suite, is available at FreeBSD ports and packages&
The release includes over 80 bug and regression fixes over LibreOffice 24.8.1 [1] to improve the stability and robustness of the software, as well as interoperability with legacy and proprietary document formats.
Changelog: https://wiki.documentfoundation.org/Releases/24.8.2/RC1 [1]
Release Notes: https://blog.documentfoundation.org/blog/2024/09/27/libreoffice-24-8-2/
Sponsored by: Future Crew, LLC
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
Mark these all unfetchable as they rely on
http://download.huzheng.org/ru/ which doesn't respond
PR: 277920
Approved by: portmgr (maintainer timeout, 2+ weeks)
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/
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
- Merge all fpc-* units to lang/fpc. It gives us a better way to maintain fpc
and lazarus ports.
- Update Mk/fpc.mk for reflects new changes
- Update Mk/lazarus.mk for reflects new changes
- Now we can defined WANT_FPC_DEVEL AND WANT_LAZARUS_DEVEL for use devel version
of fpc or lazarus for build apps based on fpc/lazarus
- Add entries to MOVED
- Bump PORTREVISON of affected ports
- Some other minor modifications
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>