Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.3.2.2_4 30 Apr 2022 08:03:20
    |
Tobias C. Berner (tcberner)  |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
7.3.2.2_4 28 Apr 2022 11:58:19
    |
Tijl Coosemans (tijl)  |
editors/libreoffice: warn users about libcxxrt ABI incompatibility
Mark BROKEN on affected versions of FreeBSD main and stable/13 and tell
users to update FreeBSD first so they have the latest libcxxrt.
PR: 263596 |
7.3.2.2_4 27 Apr 2022 16:53:04
    |
Tijl Coosemans (tijl)  |
editors/libreoffice: make robust against __cxa_exception ABI changes
Patch libreoffice to replace __cxa_get_globals()->caughtExceptions,
which is a pointer to the start of a struct __cxa_exception, with
__cxa_current_primary_exception(), which is a pointer to the end. This
allows struct __cxa_exception to be extended at the start as was
recently done in FreeBSD main and stable/13 on 64-bit architectures.
Recently on FreeBSD main and stable/13 __attribute__((__aligned__)) was
added to struct _Unwind_Exception which changes its size on 32-bit
architectures, and that of __cxa_exception as well. Patch libreoffice
to detect this so packages built on 13.0 still work on 13.1.
Change the LIB_DEPENDS on libunwind to a BUILD_DEPENDS because we only
need unwind.h (for FreeBSD 13.0 and older where that header is hidden
in /usr/include/c++/v1).
PR: 263596
Approved by: office (fluffy) |
7.3.2.2_3 26 Apr 2022 16:59:28
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: bump portrevision of consumers
Bump revisions after 0ee787592d5a due to so-version bump.
PR: 263009 |
7.3.2.2_2 26 Apr 2022 16:56:49
    |
Tobias C. Berner (tcberner)  |
editors/libreoffice: prepare for update of poppler to 22.04
PR: 263009 |
7.3.2.2_2 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
7.3.2.2_1 07 Apr 2022 00:39:10
    |
Jan Beich (jbeich)  |
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy |
7.3.2.2 31 Mar 2022 17:49:20
    |
Dima Panov (fluffy)  |
*/libreoffice*: update to 7.3.2 release (+)
LibreOffice 7.3.2 is now available for everyone, with over 80 fixes and
compatibility improvements.
Find out more info:
https://blog.documentfoundation.org/blog/2022/03/31/libreoffice-732-community/ |
7.3.1.3_5 29 Mar 2022 18:37:09
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: bump consumers
Bump consumers of graphics/poppler after
e25859e09380f5930718094423dc8616cbb202b3 |
7.3.1.3_4 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
7.3.1.3_3 23 Mar 2022 12:49:03
    |
Gleb Popov (arrowd)  |
editors/libreoffice: Use libcuckoo from ports.
Test Plan: Build- and run-tested on 14-CURRENT.
Reviewed by: #office, lwhsu, fluffy
Differential Revision: https://reviews.freebsd.org/D34638 |
7.3.1.3_2 09 Mar 2022 07:28:27
    |
Dima Panov (fluffy)  Author: Dimitry Andric |
editors/libreoffice: work around changed alignment of __cxa_exception
LibreOffice has special detection for the change in alignment and size
of struct cxa_exception, when using libc++abi. However, this updated
alignment also applies to libunwind and upstream libcxxrt, and will soon
apply to our libcxxrt too.
Enable the special detection unconditionally for x86_64 and aarch64, so
libreoffice packages built on 13.0-R (with the old alignment) will
seamlessly work on 13.1-R (which will have the new alignment).
PR: 262008 |
7.3.1.3_1 06 Mar 2022 16:37:48
    |
Dima Panov (fluffy)  |
editors/libreoffice: force PDFium to link with OpenJPEG (+)
When libvcllo.so is linked together with libpdfiumlo.so, it also needs
libopenjp2.so from graphics/openjpeg, since pdfium depends on that.
Building with LTO exposes this as an error, complaining about undefined
references to openjpeg library functions.
While here, add py310 to allowed versions to the build
PR: 262008
Submitted by: Florian Walpen <dev@submerge.ch>
Sponsored by: Netzkommune GmbH |
7.3.1.3 05 Mar 2022 05:49:48
    |
Dima Panov (fluffy)  |
LibreOffice 7.3.1 Community, the first minor release of the LibreOffice 7.3
family, is available!
More information at:
https://blog.documentfoundation.org/blog/2022/03/03/lo731-community/
Sponsored by: Netzkommune GmbH |
7.3.0.3 17 Feb 2022 05:26:55
    |
Dima Panov (fluffy)  |
editors/libreoffice: remove staled patch
My bad, not re-checked filelist after 'git commit --amend' :( |
7.3.0.3 16 Feb 2022 23:02:03
    |
Dima Panov (fluffy)  |
Please welcome new generation release of LibreOffice suite - 7.3.0! (+)
It has change tracking enhancements, better autocompletion in Calc,
and many compatibility and performance improvements to import/export filters.
Since this release, FreeBSD port of LibreOffice include PDFium library.
Learn more about LibreOffice 7.3:
https://blog.documentfoundation.org/blog/2022/02/02/libreoffice-73-community/
Special thanks to: mikael (for pthread issue hunting)
Sponsored by: Netzkommune, GmbH. |
7.2.5.2 06 Jan 2022 13:07:48
    |
Dima Panov (fluffy)  |
Please welcome LibreOffice suite 7.2.5 release! (+)
LibreOffice 7.2.5 is now available, with 90 bugfixes and compatibility
improvements.
Learn more:
https://blog.documentfoundation.org/blog/2022/01/06/libreoffice-7-2-5-is-now-available/
MFH: 2022Q1
Sponsored by: Netzkommune GmbH |
7.2.4.1_1 13 Dec 2021 20:13:45
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: update to 21.12
Release 21.12.0:
core:
* Add API to add images
* CairoOutputDev: Fix de-duping of Flate images
* Fix crash on broken files when using non-default
ENABLE_ZLIB_UNCOMPRESS. Issue #393
* Minor code improvements
glib:
* Add API for validation of signatures
* Add API to read/save to file descriptor
utils:
* pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117
build system:
* Increase C++ standard to 17
Exp-run by: antoine
PR: 260344 |
7.2.4.1 10 Dec 2021 09:29:08
    |
Dima Panov (fluffy)  |
LibreOffice 7.2.4 Community release available ahead of schedule to provide an
important security fix
New version include the fixed NSS 3.73.0 cryptographic library, to solve
CVE-2021-43527
(the nss secfix is the only change compared to the previous version).
FreeBSD build is always use a system library and was not affected but we packed
it anymore :)
Read more:
https://blog.documentfoundation.org/blog/2021/12/06/libreoffice-7-2-4-and-7-1-8-community/ |
7.2.3.2_1 29 Nov 2021 14:21:21
    |
Dima Panov (fluffy)  |
editors/libreoffice: additional tweak to regenerate html docs and unbreak L10N
helppacks
Bump PORTREVISION to force rebuild.
Sponsored by: Netzkommune GmbH |
7.2.3.2 25 Nov 2021 22:10:42
    |
Dima Panov (fluffy)  |
LibreOffice 7.2.3 is now available, with over 100 bugfixes and compatibility
improvements.
Release notes:
https://blog.documentfoundation.org/blog/2021/11/25/libreoffice-7-2-3-community/ |
7.2.2.2_2 08 Nov 2021 15:16:57
    |
Gleb Popov (arrowd)  |
Bump PORTREVISION of graphics/poppler consumers.
PR: 259656 |
7.2.2.2_1 29 Oct 2021 09:50:18
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
7.2.2.2_1 28 Oct 2021 16:37:30
    |
Jan Beich (jbeich)  |
devel/icu: update to 70.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine |
7.2.2.2 14 Oct 2021 13:39:40
    |
Dima Panov (fluffy)  |
editors/libreoffice: update to 7.2.2 release (+)
LibreOffice 7.2.2 is now available, with 68 bugfixes and compatibility
improvements.
Learn more:
https://blog.documentfoundation.org/blog/2021/10/14/libreoffice-7-2-2-community/ |
7.2.1.2_1 12 Oct 2021 18:23:21
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: bump consumers after 2dee0997fbc9ee01991f73f0fa55f9b18908a264 |
7.2.1.2 12 Oct 2021 15:01:38
    |
Tobias Kortkamp (tobik)  |
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
7.2.1.2 11 Oct 2021 07:16:55
    |
Baptiste Daroussin (bapt)  |
editors/libreoffice: drop handling of icon cache
Let the icon cache be handle by the trigger brought in by the toolkits
on the system. |
7.2.1.2 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
7.2.1.2 24 Sep 2021 17:32:01
    |
Tobias C. Berner (tcberner)  |
editors/libreoffice: fix build against freetype2-2.11
- Build was broken by the update of freetype2 to 2.11. This was not
caught by the exp-run as libreoffice was updated after the exp-run
had been done, but prior to the commit.
Obtained
from: https://github.com/archlinux/svntogit-packages/commit/1db0f16aa08d3d7c13ecca8fd1c2c20c4b255504
PR: 251512
Reported by: jrm |
7.2.1.2 16 Sep 2021 18:14:10
    |
Dima Panov (fluffy)  |
editors/libreoffice: update to 7.2.1 release (+)
LibreOffice 7.2.1 is here, with many bugfixes and compatibility improvements.
Learn more about it:
https://blog.documentfoundation.org/blog/2021/09/16/libreoffice-7-2-1-community/
* Add OPTION to build GTK4 VCL
* If both GTK3 and KF5 enabled, add GTK3_KDE5 VCL to build
* Force RUN_DEPENDS on JDK if JAVA selected to run extensions |
7.2.0.4_2 13 Sep 2021 14:45:48
    |
Michael Gmelin (grembo)  |
editors/libreoffice: Unbreak build
Adds liblocaledata_en dependency to solenv.
Tested using poudriere build & testport.
See also:
https://gerrit.libreoffice.org/c/core/+/120837
PR: 257997
Reported by: ddrinnon
Approved by: portmgr (build fix blanket) |
7.2.0.4_2 06 Sep 2021 16:31:18
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: update to 21.09
Release 21.09.0:
core:
* Splash: Massive speed improvement on files that use lots of
save/restore (q/Q) operators
* Correct decoding of signature properties Reason & Location when they
are Unicode
* Fix issues with malformed files
* MSVC build fixes
build system:
* Call cmake_minium_required() before project()
* Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE}
* correctly forward user-provided flags to try_compile()
Exp-run by: antoine
PR: 258206 |
7.2.0.4_1 21 Aug 2021 18:50:54
    |
Dima Panov (fluffy)  |
editors/libreoffice: enable JAVA by default
That flag is necessary to install extensions, and being able to install
extensions for advanced/specialized workflows is a major reason why
someone would use LibreOffice suite.
Bump PORTREVISION to force rebuild package with new defaults |
7.2.0.4 19 Aug 2021 16:29:15
    |
Dima Panov (fluffy)  |
editors/libreoffice: Please welcome LibreOffice suite 7.2.0 release!
LibreOffice 7.2 launches with many new features, compatibility improvements
and performance boosts. Learn all about it in blog announce post:
https://blog.documentfoundation.org/blog/2021/08/19/libreoffice-7-2-community/ |
7.1.5.2_2 15 Aug 2021 05:42:37
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: update to 21.08.0
Release 21.08.0:
core:
* Add API to allow addition and modification of outlines into a PDF
* Use additional samples to test for constant parts of an axial
gradient
* forms: Create fallback fonts for some well known font names
* Support reading the PDF Version from the Catalog
* Fix XRef::copy when there are modified objects
* Take into account that Date string may be in unicode
* JBIG2Stream: Fix regression in "Do not consider a size-0 to be an
error"
* Replace a local bubble sort implementation by std::sort
* Fix issues with malformed files
build system: (Only the first 15 lines of the commit message are shown above ) |
7.1.5.2_1 02 Aug 2021 04:41:48
    |
Xin LI (delphij)  |
net/openldap24-client: bump all dependent port
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.
Suggested by: kib |
7.1.5.2 23 Jul 2021 09:20:58
    |
Li-Wen Hsu (lwhsu)  |
editors/libreoffice: Update to 7.1.5
Release note:
https://blog.documentfoundation.org/blog/2021/07/22/libreoffice-7-1-5-community/ |
7.1.4.2_1 06 Jul 2021 20:00:58
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: update to 21.07.0
Release 21.07.0:
core:
* JBIG2Stream: Do not consider a size-0 to be an error. Issue #535
* PSOutputDev: fix off-by-one error for image masking in L1/L2 output.
Issue #1088
* CairoOutputDev: Fix memory leak on broken files
* Minor code improvements
build system:
* set C standard to 11 without extensions
Exp-run by: antoine
PR: 256981 |
7.1.4.2 20 Jun 2021 15:19:23
    |
Li-Wen Hsu (lwhsu)  |
editors/libreoffice: Update to 7.1.4
Release note:
https://blog.documentfoundation.org/blog/2021/06/10/libreoffice-7-1-4/
This is a joint work with fluffy. |
7.1.3.2_1 07 Jun 2021 13:26:18
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: update to 21.06.0
Release 21.06.0:
core:
* Fix rendering of some extended latin1 characters in annotations.
Issue #1070
* Support some not so well formed documents with password. Issue #1083
* Add API to get notified if the xref is reconstructed
* Add somewhat fancier left/right signature visual representation
* Fix crashes in malformed files
* Minor code improvements
qt6:
* Change some functions to return std::unique_ptr
qt5/qt6: (Only the first 15 lines of the commit message are shown above ) |
7.1.3.2 09 May 2021 15:42:35
    |
Dima Panov (fluffy)  |
editors/libreoffice: Update to 7.1.3 release
LibreOffice 7.1.3 Community, the third minor release of the LibreOffice
7.1 family, includes over 100 bug fixes, with 25% focused on
Microsoft Office file compatibility (DOCX, XLSX and PPTX).
Release
notes: https://blog.documentfoundation.org/blog/2021/05/06/libreoffice-7-1-3/ |
7.1.2.2_8 06 May 2021 04:12:26
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: update to 21.05.0
Release 21.05.0:
core:
* Fix crashes in malformed files
* Export SplashFont* symbols used by Scribus
* Minor code improvements
qt5/qt6:
* Make sure new signatures are always properly oriented
* Allow to pass the border width when signing
glib:
* Enhance find to support multi-line matching
utils:
* pdftoppm: Fix regression when using single scaleTo. Issue #1062
build system:
* Allow to disable building manual tests
PR: 255562
Exp-run by: antoine |
7.1.2.2_7 16 Apr 2021 04:29:51
    |
Tobias C. Berner (tcberner)  |
graphics/poppler: update to 21.04.0
Release 21.04.0:
core:
* Hide symbols by default
* TextSelectionDumper: fix word order for RTL text
* Fix rendering of text in some files. Issue #1052
* Implement rendering of Masks of Image subtype. Issue #1058
* Forms: fix unclicking standalone form buttons. Issue #1034
glib:
* Expose more fields from MediaRendition in PopplerMedia
* Use stock glib macro to define boxed type
* Remove incorrecly used volatile from enum type registration code
(Only the first 15 lines of the commit message are shown above ) |
7.1.2.2_6 08 Apr 2021 23:33:31
    |
Jan Beich (jbeich)  |
devel/icu: update to 69.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by: GitHub (watch releases) |
7.1.2.2_5 08 Apr 2021 11:55:00
    |
Piotr Kubaj (pkubaj)  |
editors/libreoffice: fix build on powerpc64le
Add the previously removed powerpc64le case. |
7.1.2.2_5 07 Apr 2021 16:53:02
    |
Piotr Pawel Stefaniak (pstef)  |
editors/libreoffice: bump PORTREVISION |
7.1.2.2_4 07 Apr 2021 16:49:18
    |
Piotr Pawel Stefaniak (pstef)  |
editors/libreoffice: add an option to build with or without MariaDB driver
PR: 254273
Approved by: lwhsu |
7.1.2.2_4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
7.1.2.2_4 06 Apr 2021 11:10:32
    |
Dima Panov (fluffy)  |
editors/libreoffice: add missed distinfo
Noticed by: cmt@ |
7.1.2.2_4 06 Apr 2021 10:13:28
    |
Dima Panov (fluffy)  |
editors/libreoffice: update to 7.1.2 release
The FreeBSD Office team is proud to announce LibreOffice 7.1.2
– the second bugfix update to the 7.1 branch.
Check out more in official blog post:
https://blog.documentfoundation.org/blog/2021/04/01/libreoffice-712/ |
7.1.1.2_4 24 Mar 2021 15:25:44
  |
pkubaj  |
editors/libreoffice: fix build on powerpc
Requires using two patches previously made for powerpc64. |
7.1.1.2_4 12 Mar 2021 15:55:03
  |
amdmi3  |
- Update math/glm to 0.9.9.8 |
7.1.1.2_3 08 Mar 2021 19:32:56
  |
tcberner  |
graphics/poppler: update to 21.03.0
Release 21.03.0:
core:
* Fix parsing text in some broken pdf files. Issue #1040
* Fix memory issue when using threads. Issue #1050
* TextSelectionDumper: Fix getText() for space after word
* Change signature of OutputDev:tilingPatternFill
* Make PDFDocBuilder return a std::unique_ptr
* Improve well formed check for shading functions
* Fix leak in case of fread failing
* Fix memory leak in broken file in JBIG2Stream::readGenericBitmap
* PSOutputDev: Fix stack overflow in broken files
glib: (Only the first 15 lines of the commit message are shown above ) |
7.1.1.2_2 08 Mar 2021 11:22:02
  |
fluffy  |
editors/libreoffice: chase misc/box2d shlib name change at r567799
Pointy hat to: yuri |
7.1.1.2_2 08 Mar 2021 09:23:10
  |
fluffy  |
LibreOffice 7.1.1 is now available, with over 90 bugfixes and compatibility
improvements.
Learn more: https://blog.documentfoundation.org/blog/2021/03/04/libreoffice-711/
MFH: 2021Q1 |
7.1.0.3_2 23 Feb 2021 11:02:21
  |
pkubaj  |
editors/libreoffice: add LTO option
LLD fails to link libreoffice, so ld.bfd needs to be used. Since LLVMgold.so
(used for LTO with binutils) is not included in base, LLVM from ports needs to
be used.
PR: 253777
Approved by: fluffy (maintainer) |
7.1.0.3_2 17 Feb 2021 15:06:12
  |
fluffy  |
editors/libreoffice: resurrect deleted by mistake patch for qt5-cairo engine to
fix CJK fonts rendering in menus and dialogs
PR: 253371, 253579
MFH: 2021Q1
Pointy hat to: fluffy |
7.1.0.3_1 10 Feb 2021 13:16:51
  |
pkubaj  |
editors/libreoffice: fix build on powerpc64le
Add the previously removed powerpc64le block to configure. |
7.1.0.3_1 09 Feb 2021 11:10:58
  |
tcberner  |
graphics/poppler: update to 21.02
Release 21.02.0:
core:
* GfxCal*ColorSpace: introduce Bradford transform for chromatic
adaptation
* Fix memory leak if saving the file fails
* Internal code improvements
* Fix various issues handling broken files
* Make checkedAdd work for long long in MSVC
qt5:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
qt6:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
utils:
* pdftohtml: Fix error() parameter type
PR: 253183
Exp-run by: antoine |
7.1.0.3 06 Feb 2021 02:13:48
  |
fluffy  |
editors/libreoffice: Fix build on aarch64
Submitted by: Michael Urankar via github
MFH: 2021Q1 |
7.1.0.3 04 Feb 2021 09:21:55
  |
fluffy  |
Please welcome LibreOffice suite 7.1.0 release!
Release
Notes: https://blog.documentfoundation.org/blog/2021/02/03/libreoffice-7-1-community/ |
7.0.4.2_1 20 Jan 2021 17:26:37
  |
pkubaj  |
editors/libreoffice: fix build on powerpc64 elfv2
This set of patches is applied only on powerpc* architectures.
Submitted by: afsilva
Approved by: tier 2 blanket |
7.0.4.2_1 07 Jan 2021 19:23:00
  |
tcberner  |
graphics/poppler: update to 21.01.0
Release 21.01.0:
core:
* Faster routines for jpeg decoding
* Fix reading signatures in encrypted files
* Add white point correction when lcms is used
* JBIG2Stream: Fix byte counting
* Fix potential data loss if we try to fetch a non existing Ref after
modifying the document
* Specifically use DeviceGray instead of DefaultGray for softmasks
* Fix various issues handling broken files
utils:
* pdftocairo: Setmode binary for windows
* pdfsig: Add hability to digitally sign files (Only the first 15 lines of the commit message are shown above ) |
7.0.4.2 19 Dec 2020 03:54:25
  |
fluffy  |
editors/libreoffice: unbreak build with WEBDAV=OFF
Define configure arguments to not search for neon while webdav is not requested.
Noticed by: jrm
MFH: 2020Q4 |
7.0.4.2 18 Dec 2020 11:09:27
  |
fluffy  |
LibreOffice 7.0.4 is here, with over 110 bugfixes and compatibility
improvements!
It's the latest release in the 7.0 branch
Release Notes: https://wiki.documentfoundation.org/ReleaseNotes/7.0
MFH: 2020Q4 |
7.0.3.1_3 11 Dec 2020 20:10:03
  |
tcberner  |
graphics/poppler: update to 20.12.0
Changelog:
core:
* Draw better circles for circle annotations
* Fix annotation line width if no appearance stream or style are given
* Tweak rendering of highlight annotations
* Fix border rendering of some annotations
* Fix rendering of some files. Issue #976 Issue #567
* PSOutputDev: provide options to set the rasterization color space and
ICC profile
* PSOutputDev: for splashModeCMYK8 and language level >=2 activate
overprint emulation
* PSOutputDev: use the DeviceN8 bitmap for rasterization with
CMYK-output + overprint
* Use the font name without subset tag when querying for a system font
* Splash: Fix wrong x adjustment during clipping
* Splash: Fix blitImage in uncolored tiling patterns (Only the first 15 lines of the commit message are shown above ) |
7.0.3.1_2 11 Dec 2020 08:53:49
  |
fluffy  |
editors/lireoffice: unbreak build with TEST=on |
7.0.3.1_2 05 Dec 2020 12:00:08
  |
fluffy  |
editors/libreoffice: simplify QT5 on FreeBSD < 12 logic
- Enables QT5 by default on DragonFly
- Enables QT5 when DEFAULT_VERSIONS += ssl=openssl
- Doesn't need to be adjusted when 14.0-CURRENT appears
PR: 251450
Submitted by: jbeich
MFH: 2020Q4 |
7.0.3.1_2 17 Nov 2020 16:33:42
  |
pkubaj  |
editors/libreoffice: enable skia on powerpc64le
While libreoffice doesn't build yet on powerpc64le, there's no reason to disable
skia there since it's a little-endian platform. |
7.0.3.1_2 17 Nov 2020 11:57:08
  |
pkubaj  |
editors/libreoffice: partial fix for powerpc64le
The port now fails with the same error that powerpc64 (head) fails with. |
7.0.3.1_2 11 Nov 2020 13:24:32
  |
mikael  |
editors/libreoffice: fix build on aarch64
workdir/UnpackedTarball/skia/src/core/SkCpu.cpp:83:27: error: use of undeclared
identifier 'getauxval'
Reported by: linimon
Approved by: portmgr (tier-2 blanket) |
7.0.3.1_2 03 Nov 2020 19:48:54
  |
tcberner  |
graphics/poppler: update to 20.11.0
Release 20.11.0:
core:
* More work on rendering of standalone Annot Widgets. Issue #806
* Fix crashes in embedded file handling on broken files. Issue #967
* Fix uninitialized memory read on broken files
* Save a bit of memory in Dict data
cpp:
* Fix crashes in embedded file handling on broken files. Issue #966
utils:
* pdftohtml: HTML and XML output includes font opacity.
(Only the first 15 lines of the commit message are shown above ) |
7.0.3.1_1 03 Nov 2020 00:56:27
  |
jbeich  |
devel/icu: update to 68.1
Changes: http://site.icu-project.org/download/68
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
7.0.3.1 29 Oct 2020 12:46:43
  |
fluffy  |
Update LibreOffice suite to 7.0.3 release
Release Notes: https://wiki.documentfoundation.org/ReleaseNotes/7.0
MFH: 2020Q4 |
7.0.2.2_2 11 Oct 2020 10:58:15
  |
tcberner  |
graphics/poppler: update to 20.10.0
Release 20.10.0:
core:
* Filter out repeated forms
* Implement EmbedStream::reset()
* CairoOutputDev: evict just font faces owned solely by cache.
* Splash: Rename Yd to Ydown, Xu to Xup, etc.
* Splash: fix crash in out-of-memory situation.
* Fix some undefined behaviour situation with forged files
PR: 250052
Exp-run by: antoine |
7.0.2.2_1 09 Oct 2020 05:19:27
  |
fluffy  |
LibreOffice 7.0.2 is now available, with over 130 bugfixes and compatibility
improvements.
Release Notes: https://wiki.documentfoundation.org/ReleaseNotes/7.0
MFH: 2020Q4 (hat: ports-secteam) |
7.0.1.2_1 10 Sep 2020 18:32:07
  |
tcberner  |
graphics/poppler: update to 20.09.0
Release 20.09.0:
core:
* Compability fix for Forms
* Fix fetching of Objects failing in some cases
* Fix clearing date in Annot setModified/setDate
* TextSelectionPainter: support glyphless fonts
* Splash: Don't try read past end of image
* avoid abort() on large memory allocation
* Fix memory leak on broken files
* Fix potential invalid memory read
* Small code improvements
qt5: (Only the first 15 lines of the commit message are shown above ) |
7.0.1.2 04 Sep 2020 09:38:05
  |
fluffy  |
- Update LibreOffice suite to 7.0.1 release
- Push textproc/libnumertext to 1.0.6 release |
7.0.0.3 19 Aug 2020 00:44:38
  |
pkubaj  |
editors/libreoffice: fix build on powerpc*
Skia doesn't support big-endian architectures. |
7.0.0.3 16 Aug 2020 12:41:23
  |
fluffy  |
LibreOffice suite: update to 7.0.0 release
The Office@FreeBSD team is proud to announce long awaited, new major release of
LibreOffice suite - 7.0.0!
New major branch comes with tons of new changes: switch render from opengl to
skia,
many templates redesigned from 4:3 to 16:9 format, added support for "ODF 1.3"
and
"ODF 1.3 Extended" documents format, support native 2013/2016/2019 mode instead
of
2007 compatibility mode for DOCX, added a new icon theme, named Sukapura.
Full release notes available on the official page
(https://wiki.documentfoundation.org/ReleaseNotes/7.0)
Of course, conservative users can keep 6.4.x stable version by switch to use
all-in-one editors/libreoffice6 port and even with i18n langpack (off by
default).
It will be kept updated at least till 7.1.0 version will be released. |
6.4.6 14 Aug 2020 05:53:52
  |
fluffy  |
Update LibreOffice suite to 6.4.6 maintenance release
Relnotes: https://wiki.documentfoundation.org/ReleaseNotes/6.4 |
6.4.5_1 14 Aug 2020 04:22:13
  |
tcberner  |
Bump revisions of poppler consumers after r544863 |
6.4.5 07 Jul 2020 03:14:58
  |
fluffy  |
Update LibreOffice suite to 6.4.5 release
QT5 VCL fixes:
- Reduce startup flickering
- Always use cairo font renderer
Special thanks to: tijl
PR: 247444 |
6.4.4_1 06 Jul 2020 06:17:19
  |
tcberner  |
graphics/poppler: update to 0.90
Release 0.90.0:
core:
* Color profile tweaks
* Small signature improvements
* BBoxOutputDev: Fix calculation when type3 fonts are involved
* Fix potential crash when reading Forms
* Fix infinite loop in broken file
glib:
* Fix adding annots in rotated pages
* Add ability to reset forms
* Several fixes to the documentation
qt5:
* Make it clear we require Qt 5.5 (Only the first 15 lines of the commit message are shown above ) |
6.4.4 13 Jun 2020 21:05:03
  |
pkubaj  |
editors/libreoffice: fix build on powerpc64 elfv1
configure patch offset needs to be updated. Currently the patch applies, but
goes into DragonflyBSD block. |
6.4.4 13 Jun 2020 08:06:18
  |
fluffy  |
editors/libreoffice: fix typo |
6.4.4 13 Jun 2020 07:16:29
  |
fluffy  |
FreeBSD Office team is proud to announce LibreOffice 6.4.4, latest stable
release
Some notes about changes in port options:
- GTK2 option is obsolete by upstream
- GTK3 option is not more set by default because of unstable yet and have visual
glitches
- QT5 option is set by default to provide comfy visual style for every user
- Change VCL autotetect logic (used if enable, skipto next in row if disabled:
-- For KDE/LXQT: kf5, qt5, gtk3_kde5, gtk3, gen
-- For GNOME, Unity, XFCE, MATE: gtk3, qt5, gen
-- All other DE should follow gnome list
One small note -- since upcoming Qt5-5.15 will drop binary support for FreeBSD
11.x due to
outdated OpenSSL-1.0 in base, here is no reason to enable QT5 option on FreeBSD
<12 by default
Thanks for all testers and supporters!
Dima, with office hat
Relnotes: https://wiki.documentfoundation.org/ReleaseNotes/6.4 |
6.3.6_1 02 Jun 2020 14:47:30
  |
tcberner  |
graphics/poppler: update to 0.89.0
Release 0.89.0:
core:
* Add support for ResetForm action. Issue #225
* Fix crash in PDFDoc::getSignatureFields when there's no Forms at all
* Fix exporting to PS of some files with CID fonts
* Use ICC profiles in PS output (if new enough lcms is used)
* Allow almost-singular tiling pattern matrices. Issue #894
* Fix memory leak when failing to load some fonts
* CairoOutputDev: Use stroke opacity when clipping to a stroke path
* CairoOutputDev: Fix tiling patterns when pattern cell is too far.
Issue #190
glib:
* Add poppler_movie_get_aspect
cpp:
* Add the font infos to the text_box object
Exp-run by: antoine
PR: 246848 |
6.3.6 16 May 2020 15:34:27
  |
fluffy  |
Update LibreOffice to 6.3.6 stable release
Reviewed by: lwhsu
With hat: office |
6.3.4_8 02 May 2020 10:00:12
  |
tcberner  |
graphics/poppler: update to 0.88.0
Release 0.88.0:
core:
* Support Widget Annotation Buttons not linked to any Form
* SplashOuputDev: Use stroking opacity when clipping to a stroke path
* Handle 1 bit RGB images in ICC colorspace
* Internal code improvements
qt5:
* Add Document::signatures. Returns signatures not attached to any page
* ArthurOutputDev: Fix font hinting
* ArthurOutputDev: Set the opacity when filling with axial gradients
* ArthurOutputDev: Implement the clipToStrokePath method (Only the first 15 lines of the commit message are shown above ) |
6.3.4_7 24 Apr 2020 13:57:03
  |
lwhsu  |
Use java/apache-commons-lang3 for Apache Commons Lang
PR: 245874
Submitted by: VVD <vvd@unislabs.com> |
6.3.4_7 23 Apr 2020 20:14:49
  |
jbeich  |
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
6.3.4_6 02 Apr 2020 04:41:03
  |
tcberner  |
graphics/poppler: update to 0.87.0
Release 0.87.0:
core:
* Fix crashes due to inconsistent vtables for Clang builds
* Fix leak in broken files
* Internal code improvements
qt5:
* Add option to get form choice for export value
* ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695
glib:
* Internal code improvements
utils:
* pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest
PR: 245150
Exp-run by: antoine |
6.3.4_5 21 Mar 2020 12:57:09
  |
tcberner  |
Update poppler to 0.86.1
Release 0.86.1:
core:
* Fix regression in Browse Link handling
* Internal code improvements
Release 0.86.0:
core:
* Fix link content exfiltration attack
* Splash: Implement gouraudTriangleShadedFill for some non parametrized
shadings. Issue #881
* Fix case unsensitive search for Old Hungarian, Warang Citi,
Medefaidrin and Adlam
* Internal code improvements
glib: (Only the first 15 lines of the commit message are shown above ) |
6.3.4_4 18 Mar 2020 18:35:00
  |
lwhsu  |
Fix build with clang10
PR: 244850
Reported by: cy
Submitted by: Trond.Endrestol@ximalas.info
Obtained from: https://github.com/LibreOffice/core (partially) |
6.3.4_3 13 Mar 2020 09:47:17
  |
jbeich  |
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
6.3.4_2 03 Feb 2020 19:32:51
  |
tcberner  |
Bump revision of poppler dependencies
- poppler was updated in r525051, bump revisions |
6.3.4_1 22 Jan 2020 17:59:22
  |
tcberner  |
graphics/poppler: update to 0.84.0
Release 0.84.0:
core:
* Fix crash when converting from Unicode to ASCII-7
* Splash::scaleImageYdXu: Protect against crash if srcWidth is too big
* JBIG2Stream: fix potential crash in malformed documents
* JBIG2Stream: fix leak in reset() if called several times
* Internal code improvements
utils:
* pdfimages: Add error message if first page is larger then number of
pages.
* pdfinfo: Improved paper size recognition
* pdfsig: Fix exit code when dumping signatures
* pdftocairo: Error out when even/odd selects 0 pages (Only the first 15 lines of the commit message are shown above ) |
6.3.4 20 Jan 2020 20:14:24
  |
pkubaj  |
editors/libreoffice: fix build on GCC architectures
GCC architectures have /usr/bin/gperf binary resulting in failing to configure:
checking for gperf... /usr/bin/gperf
checking whether gperf is new enough... configure: error: "GNU gperf 3.0.3" is
too old or unrecognized, must be at least gperf 3.1
Put back GPERF to CONFIGURE_ENV to fix the build.
PR: 243215
Approved by: lwhsu (maintainer) |