math/gnumeric: update to 1.12.61
Update math/gnumeric to 1.12.61
2026-04-29 Morten Welinder <terra at gnome.org>
* Release 1.12.61
2026-04-04 Morten Welinder <terra at gnome.org>
* src/stf-parse.c (guess_line_endings): New function. We'll
preserve line endings on cvs->cvs or cvs->txt conversion. At
least if they are consistent.
2026-03-26 Morten Welinder <terra at gnome.org>
* src/stf-parse.c (stf_parse_sheet): Move error messages needing
translation outside the changed-locale region used for parsing.
[7 lines not shown]
net/gnome-connections: mark broken
gnome-connections does not build after freerdp update
https://gitlab.gnome.org/GNOME/gtk-frdp/-/work_items/56:
gtk-frdp does not build with freerdp 3.25.0

More actions
Open
 Issue created 5 days ago by Funda Wang
when building gnome-connections with freerdp 3.25.0, it failed with:
2026-04-26 06:36:35 ../subprojects/gtk-frdp/src/frdp-session.c: In function ‘frdp_session_init_freerdp’:
2026-04-26 06:36:35 ../subprojects/gtk-frdp/src/frdp-session.c:1021:26: error: ‘freerdp’ {aka ‘struct rdp_freerdp’} has no member named ‘Authenticate’; did you mean ‘AuthenticateEx’?
2026-04-26 06:36:35 1021 | priv->freerdp_session->Authenticate = frdp_authenticate;
2026-04-26 06:36:35 | ^~~~~~~~~~~~
2026-04-26 06:36:35 | AuthenticateEx

https://github.com/FreeRDP/FreeRDP/commit/f406032a355ab906b61fbf809d3af5c0c04e5c83
[3 lines not shown]
devel/goffice: update to 0.10.61
Update to 0.10.61
goffice 0.10.61:
Morten:
* Up gtk+ requirement to 3.20. Still ancient.
* Fix regression error reporting problems.
* Introspection fixes.
* Import go_reduce_pi from Gnumeric.
* Test improvements.
* Plug leaks.
* Fix problems with go_string_new_len.
* Fix problem with arc canvas item.
* Fix various issued with text canvas item.
PR: 294908
archivers/libarchive: Update to 3.8.7
* Drop mbedtls, depends on obsolete version that's removed in tree
* Adjust iconv dependency
* Adjust port Makefile, don't pick up libb2
Changelog: https://github.com/libarchive/libarchive/releases/tag/v3.8.7
PR: 294607
Approved by: maintainer timeout, 2+ weeks
devel/vectorscan: Fix various style issues.
- Use DISTVERSION instead of PORTVERSION
- Fix variable ordering
- Fix compiler requirement: compiler:c++11-lib -> compiler:c++17-lang
- Respect CFLAGS: patch cmake/cflags-generic.cmake to not hardcode -O3,
and patch CMakeLists.txt to not strip -O from config-specific flags
- Add OPTIMIZED_CFLAGS option (default on) to restore -O3 for performance,
letting users opt out while matching upstream intent
- Fix options ordering: OPTIONS_DEFAULT before OPTIONS_RADIO, descriptions
and helpers in canonical order
Reported by: diizzy
multimedia/subtitlecomposer: unbreak the build on i386
Circumvent "cannot preempt symbol" errors when linking
against libopenal.so as was shown in commit 29a23b8db4.
Approved by: maintainer (makc)
www/gitlab-workhorse: fix build on armv7
This cast is a no-op on 64 bit platforms and prevents a type error
on 32-bit platforms.
Approved by: portmgr (build fix blanket)
PR: 2026Q2
(cherry picked from commit 4731beeec6f8dad167fa3b3ff8d4848aea26c2fc)
devel/gitaly: fix build on armv7
Apparently these are not int64 on 32-bit platforms.
Approved by: portmgr (build fix blanket)
MFH: 2026Q2
(cherry picked from commit e665c2bc9970aebba5a2a021092b0ca753204f84)
www/gitlab-workhorse: fix build on armv7
This cast is a no-op on 64 bit platforms and prevents a type error
on 32-bit platforms.
Approved by: portmgr (build fix blanket)
PR: 2026Q2