Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.6_1 17 Mar 2025 04:02:08
    |
Charlie Li (vishwin)  |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes. |
3.2.6_1 21 Jan 2025 03:12:20
    |
Charlie Li (vishwin)  |
www/webkit2-gtk: bump consumer PORTREVISIONs after port consolidation
With hat: gnome
PR: 275914 |
3.2.6 21 Jan 2025 03:12:19
    |
Charlie Li (vishwin)  |
www/webkit2-gtk: update to 2.46.5
Changelog:
https://github.com/WebKit/WebKit/blob/webkitgtk-2.46.5/Source/WebKit/gtk/NEWS
Now consolidated into one port with flavours since the codebase is
the same, just linked with different libraries resulting in different
SONAMEs and APIs. SONAMEs/flavours:
* GTK3 + libsoup = libwebkit2gtk-4.0 (40)
* GTK3 + libsoup3 = libwebkit2gtk-4.1 (41)
* GTK4 + libsoup3 = libwebkitgtk-6.0 (60)
Despite upstream's recommendation to use clang for better skia
optimisation, this port now USE_GCC due to extensive std::pair copy
constructor use that is not trivial to continue patching to stay
working with our libc++ version 1 ABI. See review D35327 for some
details.
Reported by: eduardo
PR: 275914
Differential Revision: https://reviews.freebsd.org/D45878 |
3.2.6 25 Nov 2024 12:03:27
    |
Nuno Teixeira (eduardo)  |
x11-toolkits/wxgtk32: Update to 3.2.6
- Add _SOVER variable to easier future upgrades dealing with pkg-plist
ChangeLog:
https://www.wxwidgets.org/news/2024/09/wxwidgets-3.2.6-released/
https://www.wxwidgets.org/news/2024/05/wxwidgets-3.2.5-released/
PR: 282532
Approved by: maintainer timeout >3 weeks
MFH: 2024Q4
Exp-run by: antoine |
3.2.4_2 27 Apr 2024 12:44:59
    |
Tijl Coosemans (tijl)  |
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine |
3.2.4_1 23 Dec 2023 18:14:14
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
3.2.4 14 Dec 2023 07:39:24
    |
Nuno Teixeira (eduardo)  |
x11-toolkits/wxgtk32: Fix build without WAYLAND
- Apply temporary upstream patch to fix issue
PR: 274367, 275484
Approved by: portmgr (build fix blanket) |
3.2.4 23 Nov 2023 10:44:26
    |
Nuno Teixeira (eduardo)  |
x11-toolkits/wxgtk32: Update to 3.2.4
- Pet portlint, portclippy and portfmt
ChangeLog:
https://www.wxwidgets.org/news/2023/11/wxwidgets-3.2.4-released/
https://www.wxwidgets.org/news/2023/10/wxwidgets-3.2.3-released/
https://www.wxwidgets.org/news/2023/02/wxwidgets-3.2.2.1-released/
https://www.wxwidgets.org/news/2023/02/wxwidgets-3.2.2-released/
PR: 274367
Approved by: desktop (maintainer timeout, >1 month)
MFH: 2023Q4 |
3.2.1_2 09 Nov 2023 19:32:02
    |
Dimitry Andric (dim)  |
x11-toolkits/wxgtk32: fix build with lld 17
Building x11-toolkits/wxgtk32 with lld 17 results in the following link
errors:
ld: error: version script assignment of 'WXU_3.2.1' to symbol
'wxApp::GTKAllowDiagnosticsControl()' failed: symbol not defined
ld: error: version script assignment of 'WXU_3.2.1' to symbol
'wxFileDialog::AddShortcut(const wxString&, int)' failed: symbol not defined
Add -Wl,--undefined-version to LDFLAGS to suppress these errors, since
wxWidgets reuses the same linker version script for all its shared
libraries.
PR: 273753
Approved by: blanket (desktop)
MFH: 2023Q4 |
3.2.1_2 28 Jul 2023 17:13:17
    |
Daniel Engberg (diizzy)  |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
3.2.1_1 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
3.2.1 20 Feb 2023 17:34:35
    |
Stefan Eßer (se)  |
x11-toolkits/wxgtk32: Remove obsolete WWW: lines from pkg-descr
The WWW: lines at the end of pkg-descr files has been replaced
by the WWW macro in the ports' Makefiles on September 7, 2022
(see commit b7f05445c00f26 for details).
Approved by: portmgr (implicit) |
3.2.1 25 Oct 2022 05:44:03
    |
Loïc Bartoletti (lbartoletti)  |
x11-toolkits/wxgtk32: GUI toolkit (wxWidgets) with GTK+ bindings
3.2 is new stable branch after 3.0, 3.1 was develop/unstable branch,
so in future 3.2 have to replace 3.1 for all consumers in ports.
PR: 265093
Reported by: VVD <vvd@unislabs.com>
Reviewed by: rhurlin |