Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
02 May 2022 10:53:07 4.6.3
|
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 |
30 Apr 2022 08:03:20 4.6.3
|
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 |
28 Apr 2022 16:37:01 4.6.3
|
Jan Beich (jbeich)  |
x11-toolkits/gtk40: update to 4.6.3
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.6.3/NEWS |
22 Mar 2022 00:51:31 4.6.2
|
Jan Beich (jbeich)  |
x11-toolkits/gtk40: update to 4.6.2
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.6.2/NEWS |
16 Feb 2022 20:26:15 4.6.1
|
Jan Beich (jbeich)  |
x11-toolkits/gtk40: update to 4.6.1
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.6.1/NEWS |
08 Jan 2022 08:35:23 4.6.0
|
Jan Beich (jbeich)  |
x11-toolkits/gtk40: update to 4.6.0
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.6.0/NEWS |
03 Nov 2021 15:22:21 4.4.1
|
Jan Beich (jbeich)  |
x11-toolkits/gtk40: update to 4.4.1
Changes: https://gitlab.gnome.org/GNOME/gtk/-/blob/4.4.1/NEWS |
03 Nov 2021 15:22:09 4.4.0
|
Jan Beich (jbeich)  |
x11-toolkits/gtk40: properly use LIBVERSION like gtk30 |
21 Oct 2021 15:41:04 4.4.0
|
Stefan Eßer (se)  |
x11-toolkits/gtk40: Add CPE information
Approved by: portmgr (blanket) |
10 Oct 2021 19:44:42 4.4.0
|
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) |
30 Sep 2021 21:23:30 4.4.0
|
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 |
24 Aug 2021 15:26:30 4.4.0
|
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 |
21 Aug 2021 19:48:13 4.3.2_1
|
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 |
18 Aug 2021 19:44:38 4.3.2
|
Neel Chauhan (nc)  |
x11-toolkits/gtk40: Update to 4.3.2
PR: 257769 |
18 Aug 2021 09:29:04 4.2.1_4
|
Alexey Dokuchaev (danfe)  |
x11-toolkits/gtk40: unbreak packaging against various options. |
14 Jul 2021 16:11:05 4.2.1_4
|
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) |
22 Jun 2021 18:53:08 4.2.1_4
|
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 |
01 Jun 2021 18:47:00 4.2.1_3
|
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> |
01 Jun 2021 14:14:54 4.2.1_2
|
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 |
01 Jun 2021 14:14:53 4.2.1_1
|
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 |
01 Jun 2021 14:14:53 4.2.1_1
|
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 |
28 May 2021 06:54:31 4.2.1_1
|
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 |
26 May 2021 23:50:04 4.2.1
|
Neel Chauhan (nc)  |
x11-toolkits/gtk40: Fix packaging stage issue |
24 May 2021 19:17:48 4.2.1
|
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 |