Commit graph

437 commits

Author SHA1 Message Date
Dima Panov
d31904329b editors/libreoffice: update to 7.3.5 release (+)
LibreOffice 7.3.5 Office Suite Released with 83 Bug Fixes and improvements.
Read more: https://blog.documentfoundation.org/blog/2022/07/21/libreoffice-7-3-5-community/

MFH:	2022Q3
2022-07-24 00:53:32 +03:00
Tobias C. Berner
7e5fe8fd65 graphics/poppler: bump PORTREVISION of poppler consumers 2022-07-06 18:25:53 +02:00
Dima Panov
4821e83c2e */libreoffice*: update to 7.3.4 release (+)
Stay fresh! LibreOffice 7.3.4 Community edition is now available,
with over 80 bugfixes and compatibility improvements.

Read more:	https://blog.documentfoundation.org/blog/2022/06/09/libreoffice-7-3-4-community/
2022-06-10 00:36:21 +03:00
Tobias C. Berner
7c24f75361 graphics/poppler: bump port revision of consumers after 22.06 upgrade 2022-06-05 16:03:51 +02:00
Dima Panov
b082b3d13e devel/boost-all: bump all library consumers after boost upgrade
PR:	246106
2022-05-22 23:17:16 +03:00
Tobias C. Berner
f22f615ec3 graphics/poppler: bump portrevision of consumers 2022-05-09 18:48:47 +02:00
Dima Panov
b305ea3361 editors/libreoffice: update to 7.3.3 release (+)
LibreOffice Suite release 7.3.3 is now Aaailable for community users,
with 88 bug fixes and better cocument compatibility.

Read more: https://blog.documentfoundation.org/blog/2022/05/05/libreoffice-733-community/
2022-05-07 14:27:17 +03:00
Tijl Coosemans
ca1c483922 editors/libreoffice: fix i386/powerpc libcxxrt ABI change detection
This makes the bundled bridgetest_server/bridgetest_client working.

Recently the size of struct __cxa_exception changed on 32 bit
architectures.  A patch committed in 35a5054819 lets libreoffice
detect this by comparing a field of the struct against a known value.
In the bridgetest it turns out this value isn't always the same, so use
a different field instead.

PR:		263596
2022-05-01 10:27:53 +02:00
Tobias C. Berner
ca3f925d6e 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
2022-04-30 10:03:20 +02:00
Tijl Coosemans
cb615a1683 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
2022-04-28 13:58:19 +02:00
Tijl Coosemans
35a5054819 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)
2022-04-27 18:53:04 +02:00
Tobias C. Berner
7dd73cf435 graphics/poppler: bump portrevision of consumers
Bump revisions after 0ee787592d due to so-version bump.

PR:		 263009
2022-04-26 18:59:28 +02:00
Tobias C. Berner
d9b5ef800d editors/libreoffice: prepare for update of poppler to 22.04
PR:		263009
2022-04-26 18:56:49 +02:00
Charlie Li
d63665f7cd
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)
2022-04-10 15:11:41 -04:00
Jan Beich
268cee3b02 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
2022-04-07 00:39:10 +00:00
Dima Panov
8cee3a0fa6 */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/
2022-03-31 20:49:20 +03:00
Tobias C. Berner
6f59b7b9ba graphics/poppler: bump consumers
Bump consumers of graphics/poppler after e25859e093
2022-03-29 20:37:09 +02:00
Matthias Fechner
247c7db751 textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
2022-03-26 09:27:27 +01:00
Gleb Popov
b1e55004da 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
2022-03-23 15:49:03 +03:00
Dimitry Andric
f88f34d1b4 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
2022-03-09 10:28:27 +03:00
Dima Panov
c8b6581835 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
2022-03-06 19:37:48 +03:00
Dima Panov
07ca0beba3 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
2022-03-05 08:49:48 +03:00
Dima Panov
60be9bc7e1 editors/libreoffice: remove staled patch
My bad, not re-checked filelist after 'git commit --amend' :(
2022-02-17 08:26:55 +03:00
Dima Panov
33a790e8a2 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.
2022-02-17 02:02:03 +03:00
Dima Panov
97dcd51099 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
2022-01-06 16:07:48 +03:00
Tobias C. Berner
fd68e9e2b6 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
2021-12-13 21:13:45 +01:00
Dima Panov
aad581d3bf 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/
2021-12-10 12:29:08 +03:00
Dima Panov
83bc8e5919 editors/libreoffice: additional tweak to regenerate html docs and unbreak L10N helppacks
Bump PORTREVISION to force rebuild.

Sponsored by:	Netzkommune GmbH
2021-11-29 17:21:21 +03:00
Dima Panov
2d3d67f35e 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/
2021-11-26 01:10:42 +03:00
Gleb Popov
e886c38c6e Bump PORTREVISION of graphics/poppler consumers.
PR:		259656
2021-11-08 18:16:57 +03:00
Stefan Eßer
819f25b36d */*: 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)
2021-10-29 11:50:18 +02:00
Jan Beich
f34ece3aa6 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
2021-10-28 16:37:30 +00:00
Dima Panov
0d4e1324d6 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/
2021-10-14 23:39:40 +10:00
Tobias C. Berner
e140c1eb79 graphics/poppler: bump consumers after 2dee0997fb 2021-10-12 20:23:21 +02:00
Tobias Kortkamp
ae22a7846a
*: 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
2021-10-12 17:01:38 +02:00
Baptiste Daroussin
40f1c0d283 editors/libreoffice: drop handling of icon cache
Let the icon cache be handle by the trigger brought in by the toolkits
on the system.
2021-10-11 09:16:55 +02:00
Rene Ladan
620968a43a 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
2021-09-30 23:23:30 +02:00
Tobias C. Berner
51a8c14d52 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:	1db0f16aa0
PR:		251512
Reported by:	jrm
2021-09-24 19:32:01 +02:00
Dima Panov
1388a45360 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
2021-09-17 04:14:10 +10:00
Michael Gmelin
98936bda48 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)
2021-09-13 16:45:48 +02:00
Tobias C. Berner
d98b56f1de 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
2021-09-06 18:31:18 +02:00
Dima Panov
1e4638f73b 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
2021-08-22 04:50:54 +10:00
Dima Panov
40db9da303 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/
2021-08-20 02:29:15 +10:00
Tobias C. Berner
9a1df6a85c 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:
         * Better error message when libjpeg is not found
         * Better error messages when libopenjpeg2 is not found

        qt5/qt6:
         * Document that a document has to outlive its pages
         * Make getPdfVersion return a dedicated version object

        glib:
         * mimick TextSelectionDumper logic change for spaceAfter

Exp-run by:	antoine
PR:		257539
2021-08-15 07:42:37 +02:00
Xin LI
3ba73dad6f 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
2021-08-01 21:41:48 -07:00
Li-Wen Hsu
9662d0ff4a
editors/libreoffice: Update to 7.1.5
Release note:
https://blog.documentfoundation.org/blog/2021/07/22/libreoffice-7-1-5-community/
2021-07-23 17:20:58 +08:00
Tobias C. Berner
fac489c164 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
2021-07-06 22:00:58 +02:00
Li-Wen Hsu
b4c0749935
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.
2021-06-20 23:19:23 +08:00
Tobias C. Berner
c567676136 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:
         * Add API to get notified if the xref is reconstructed
         * Add somewhat fancier left/right signature visual representation
         * Don't assert when trying to invert singular matrices

        build system:
         * make boost opt-out if building splash

- Add dependency on boost to enable the splash backend.

PR:		256370
Exp-run by:	antoine
2021-06-07 15:26:18 +02:00
Dima Panov
3bcf641843 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/
2021-05-10 01:42:35 +10:00