Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.16.12 04 Jan 2025 00:09:19 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.16.12
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.16.12/NEWS
Reported by: Repology |
4.16.7 23 Dec 2024 23:03:07 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.16.7
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.16.7/NEWS
Reported by: Repology |
4.16.5 02 Nov 2024 20:50:25 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.16.5
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.16.5/NEWS
Reported by: Repology |
4.16.3 06 Oct 2024 11:20:52 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.16.3
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.16.3/NEWS
Reported by: Repology |
4.16.2 27 Sep 2024 21:18:26 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.16.2
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.16.2/NEWS
Reported by: Repology |
4.16.1 23 Sep 2024 01:39:05 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.16.1 after 8c1efc578d6f
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.16.1/NEWS
Reported by: Repology |
4.14.5 29 Aug 2024 00:53:36 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.14.5
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.14.5/NEWS
Reported by: Repology |
4.14.4_1 29 Aug 2024 00:53:34 |
Jan Beich (jbeich) Author: Vasily Postnikov |
x11-toolkits/gtk40: enable DMABUF support after 5d5b000e62a6
PR: 281107 |
4.14.4 14 May 2024 01:02:36 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.14.4
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.14.4/NEWS
Reported by: Repology |
4.14.2_1 27 Apr 2024 12:44:59 |
Tijl Coosemans (tijl) |
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine |
4.14.2 09 Apr 2024 00:42:52 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.14.2
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.14.2/NEWS
Reported by: Repology |
4.14.1 21 Mar 2024 19:42:27 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.14.1
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.14.1/NEWS
Reported by: Repology |
4.14.0 15 Mar 2024 05:54:54 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.14.0
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.14.0/NEWS |
4.12.5 23 Jan 2024 00:55:47 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.12.5
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.12.5/NEWS |
4.12.4 25 Nov 2023 12:06:46 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.12.4
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.12.4/NEWS |
4.12.3 30 Sep 2023 04:50:43 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.12.3
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.12.3/NEWS
Reported by: GitLab (notify releases) |
4.12.2 21 Sep 2023 20:18:33 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.12.2
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.12.2/NEWS
Reported by: GitLab (notify releases) |
4.12.1 11 Sep 2023 22:02:50 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.12.1
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.12.1/NEWS
Reported by: GitLab (notify releases) |
4.12.0 26 Aug 2023 21:03:32 |
Po-Chuan Hsieh (sunpoet) |
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket) |
4.12.0 17 Aug 2023 04:27:09 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: unbreak with clang 16 on i386 after c7b4ee785e1d
../gdk/gdkvulkancontext.c:1158:3: error: incompatible pointer to integer
conversion returning 'void *' from a function with result type 'VkPipelineCache'
(aka 'unsigned long long') [-Wint-conversion]
g_return_val_if_fail (GDK_IS_VULKAN_CONTEXT (self), NULL);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/glib-2.0/glib/gmessages.h:660:16: note: expanded from macro
'g_return_val_if_fail'
return (val); \
^~~~~
../gdk/gdkvulkancontext.c:1653:30: error: incompatible pointer to integer
conversion passing 'gpointer' (aka 'void *') to parameter of type
'VkShaderModule' (aka 'unsigned long long') [-Wint-conversion]
value,
^~~~~
/usr/local/include/vulkan/vulkan_core.h:4410:49: note: passing argument to
parameter 'shaderModule' here
VkShaderModule shaderModule,
^
../gdk/gdkvulkancontext.c:1693:10: error: incompatible pointer to integer
conversion assigning to 'VkShaderModule' (aka 'unsigned long long') from
'gpointer' (aka 'void *') [-Wint-conversion]
shader = g_hash_table_lookup (self->vk_shader_modules, resource_name);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../gdk/gdkvulkancontext.c:1714:79: error: incompatible integer to pointer
conversion passing 'VkShaderModule' (aka 'unsigned long long') to parameter of
type 'gpointer' (aka 'void *') [-Wint-conversion]
g_hash_table_insert (self->vk_shader_modules, g_strdup (resource_name),
shader);
^~~~~~
/usr/local/include/glib-2.0/glib/ghash.h:74:61: note: passing argument to
parameter 'value' here
gpointer value);
^
Reported by: pkg-fallout |
4.12.0 06 Aug 2023 22:06:25 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.12.0
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.12.0/NEWS
Reported by: GitLab (notify releases) |
4.10.4_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
4.10.4 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
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> |
4.10.4 24 Jun 2023 16:36:14 |
Daniel Engberg (diizzy) |
x11-toolkits/gtk40: Remove broken FFmpeg option
This option is considered experimental by upstream and there's
little to no interest of maintaining it so remove it
Reference: https://gitlab.gnome.org/GNOME/gtk/-/issues/5581
PR: 271145
Approved by: desktop (maintainer timeout, 6+ weeks) |
4.10.4 15 Jun 2023 00:42:27 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.10.4
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.10.4/NEWS |
4.10.3 29 Apr 2023 13:53:49 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.10.3
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.10.3/NEWS |
4.10.1 01 Apr 2023 08:48:41 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: drop redundant MESON_ARGS after 3507fb3e4ec9
PR: 270361
Exp-run by: antoine |
4.10.1 20 Mar 2023 13:14:09 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: explicitly enable introspection
Upstream prefers misleading "auto" instead of "disabled" by default
even if not consistent with other "auto" uses in Gtk's meson_options.txt |
4.10.1 20 Mar 2023 13:14:08 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.10.1
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.10.1/NEWS |
4.10.0 07 Mar 2023 07:52:09 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: unbreak CUPS=off after a4aab0806301
Error: Missing:
lib/gtk-4.0/%%GTK4_VERSION%%/printbackends/libprintbackend-lpr.so
https://gitlab.gnome.org/GNOME/gtk/-/commit/dd22e2aea979
Reported by: olgeni |
4.10.0 05 Mar 2023 00:46:12 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.10.0
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.10.0/NEWS |
4.8.3_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 ) |
4.8.3 26 Dec 2022 16:25:11 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.8.3
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.8.3/NEWS |
4.8.2_1 01 Nov 2022 18:24:37 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: enable GSTREAMER by default
Required for Gtk.MediaFile by video-trimmer and fractal >= 5 e.g.,
$ video-trimmer foo.mp4
(video-trimmer:12345): VideoTrimmer-WARNING **: src/video_preview.rs:142:
Error in MediaFile: GTK could not find a media module. Check your installation. |
4.8.2 01 Nov 2022 14:18:26 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.8.2
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.8.2/NEWS |
4.8.0 11 Sep 2022 10:05:04 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.8.0
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.8.0/NEWS |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.6.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.6.3 02 May 2022 10:53:07 |
Tobias C. Berner (tcberner) |
multimedia/gstreamer: add missing USES=gstreamer
Add missing USES=gstreamer to options not caught in gstreamer.mk conversion in
[1]
Reported by: fluffy
[1] ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 |
4.6.3 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 |
4.6.3 28 Apr 2022 16:37:01 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.6.3
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.6.3/NEWS |
4.6.2 22 Mar 2022 00:51:31 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.6.2
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.6.2/NEWS |
4.6.1 16 Feb 2022 20:26:15 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.6.1
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.6.1/NEWS |
4.6.0 08 Jan 2022 08:35:23 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.6.0
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.6.0/NEWS |
4.4.1 03 Nov 2021 15:22:21 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.4.1
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.4.1/NEWS |
4.4.0 03 Nov 2021 15:22:09 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: properly use LIBVERSION like gtk30 |
4.4.0 21 Oct 2021 15:41:04 |
Stefan Eßer (se) |
x11-toolkits/gtk40: Add CPE information
Approved by: portmgr (blanket) |
4.4.0 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
4.4.0 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 |
4.4.0 24 Aug 2021 15:26:30 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: update to 4.4.0
Changes: https://blog.gtk.org/2021/08/23/gtk-4-4/
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.4.0/NEWS |
4.3.2_1 21 Aug 2021 19:48:13 |
Dima Panov (fluffy) |
x11-toolkits/gtk40: remove CLOUDPRINT option; fix cups configure (+)
* Cloudprint support was removed since gtk40 4.3.2
* The correct spelling for the cups option (for meson configuration) is
'print-cups'.
PR: 257986 |
4.3.2 18 Aug 2021 19:44:38 |
Neel Chauhan (nc) |
x11-toolkits/gtk40: Update to 4.3.2
PR: 257769 |
4.2.1_4 18 Aug 2021 09:29:04 |
Alexey Dokuchaev (danfe) |
x11-toolkits/gtk40: unbreak packaging against various options. |
4.2.1_4 14 Jul 2021 16:11:05 |
Po-Chuan Hsieh (sunpoet) |
x11-toolkits/gtk40: Fix PLIST
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir lib/gtk-4.0/%%GTK4_VERSION%%/engines
Error: Orphaned: @dir lib/gtk-4.0/%%GTK4_VERSION%%/loaders
Error: Orphaned: @dir lib/gtk-4.0/%%GTK4_VERSION%%/modules
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Approved by: portmgr (blanket) |
4.2.1_4 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
4.2.1_3 01 Jun 2021 18:47:00 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: unbreak consumers after a5d572b40b8b
In file included from /usr/local/include/gtk-4.0/gtk/gtk.h:31:
In file included from /usr/local/include/gtk-4.0/gdk/gdk.h:76:
/usr/local/include/gtk-4.0/gdk/gdkvulkancontext.h:32:10: fatal error:
'vulkan/vulkan.h' file not found
#include <vulkan/vulkan.h>
^~~~~~~~~~~~~~~~~
PR: 256344
Reported by: John Hein <jcfyecrayz@liamekaens.com> |
4.2.1_2 01 Jun 2021 14:14:54 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: enable VULKAN by default
Vulkan has to be explicitly enabled at runtime e.g.,
$ GSK_RENDERER=vulkan gtk4-demo
PR: 256333
Inspired by: Alpine, AOSC, Arch, Ataraxia, Debian, KaOS, Mageia, Nix, openmamba,
OpenMandriva, openSUSE, Pisi, Void
Approved by: tcberner |
4.2.1_1 01 Jun 2021 14:14:53 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: add missing VULKAN file
$ make check-plist
Error: Orphaned: include/gtk-4.0/gsk/vulkan/gskvulkanrenderer.h
PR: 256333
Approved by: tcberner |
4.2.1_1 01 Jun 2021 14:14:53 |
Jan Beich (jbeich) |
x11-toolkits/gtk40: unbreak on FreeBSD < 12
FAILED: tools/gtk4-encode-symbolic-svg
cc -o tools/gtk4-encode-symbolic-svg
tools/gtk4-encode-symbolic-svg.p/encodesymbolic.c.o -Wl,--as-needed
-Wl,--no-undefined -Wl,-O1 -Wl,--start-group -lexecinfo -fstack-protector-strong
gtk/libgtk.a gtk/css/libgtk_css.a gdk/libgdk.a gdk/broadway/libgdk-broadway.a
gdk/wayland/libgdk-wayland.a gdk/wayland/cursor/libwayland+cursor.a
gdk/x11/libgdk-x11.a gsk/libgsk.a -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now
-Wl,--export-dynamic /usr/local/lib/libgmodule-2.0.so -pthread
/usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so
/usr/local/lib/libgobject-2.0.so /usr/local/lib/libgio-2.0.so
/usr/local/lib/libpangocairo-1.0.so /usr/local/lib/libpango-1.0.so
/usr/local/lib/libharfbuzz.so /usr/local/lib/libcairo.so -lpthread
/usr/local/lib/libfribidi.so /usr/local/lib/libcairo-gobject.so
/usr/local/lib/libfontconfig.so /usr/local/lib/libfreetype.so
/usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libepoxy.so -lm
/usr/local/lib/libgraphene-1.0.so /usr/local/lib/libpangoft2-1.0.so
/usr/local/lib/libXi.so /usr/local/lib/libX11.so /usr/local/lib/libxkbcommon.so
/usr/local/lib/libwayland-client.so /usr/local/lib/libwayland-egl.so
/usr/local/lib/libXrender.so /usr/local/lib/libXext.so
/usr/local/lib/libXcursor.so /usr/local/lib/libXdamage.so
/usr/local/lib/libXfixes.so /usr/local/lib/libXcomposite.so
/usr/local/lib/libXrandr.so /usr/local/lib/libXinerama.so
/usr/local/lib/libcairo-script-interpreter.so -Wl,--end-group
/usr/bin/ld: undefined reference to symbol `g_module_symbol' (try adding
-lgmodule-2.0)
/usr/local/lib/libgmodule-2.0.so: could not read symbols: Bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
*** Error code 1
Reported by: pkg-fallout |
4.2.1_1 28 May 2021 06:54:31 |
Dima Panov (fluffy) |
x11-toolkits/gtk40: Pet port
* Fix GStreamer1 uses
* Add missing VULKAN handling
* Properly use USE_LDCONFIG abd INSTALLS_ICONS
Bump PORTREVISION to force rebuild with right dependencies
With hat: desktop |
4.2.1 26 May 2021 23:50:04 |
Neel Chauhan (nc) |
x11-toolkits/gtk40: Fix packaging stage issue |
4.2.1 24 May 2021 19:17:48 |
Neel Chauhan (nc) |
x11-toolkits/gtk40: Import GTK+ 4.0 to the Ports tree
This will help GNOME 40 components get imported to the Ports tree.
Differential Revision: https://reviews.freebsd.org/D29784 |