git: 4ff220b80cf4 - main - editors/vim: Pull in gnome.mk's gdkpixhufextra to fix runtime warnings
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Jul 2025 02:43:11 UTC
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ff220b80cf4286245553213313790f14d3220a2 commit 4ff220b80cf4286245553213313790f14d3220a2 Author: Yusuf Yaman <nxjoseph@protonmail.com> AuthorDate: 2025-07-29 02:29:51 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2025-07-29 02:29:51 +0000 editors/vim: Pull in gnome.mk's gdkpixhufextra to fix runtime warnings Non-fatal console warnings were generated when running vim-gtk3 and 2. This is due to certain loadable modules moving from gdk-pixhuf to gdk-pixbuf-extras. See https://forums.freebsd.org/threads/gvim-messages-gdkpixbuf-warning-and-glib-gobject-critical.98679/ PR: Yusuf Yaman Reported by: thierry, in the above FreeBSD Forums post MFH: 2025Q3 --- editors/vim/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/vim/Makefile b/editors/vim/Makefile index c84781ffdbc3..c7f1f5995719 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -64,7 +64,7 @@ GUI= gtk2 CONFIGURE_ARGS+=--enable-xim --enable-fontset PLIST_SUB+= GUI="" DESKTOP="" USES+= desktop-file-utils gnome xorg -USE_GNOME= gdkpixbuf gtk20 +USE_GNOME= gdkpixbufextra gtk20 USE_XORG= ice sm x11 xpm xt .elif ${FLAVOR:U} == gtk3 @@ -72,7 +72,7 @@ GUI= gtk3 CONFIGURE_ARGS+=--enable-xim --enable-fontset PLIST_SUB+= GUI="" DESKTOP="" USES+= desktop-file-utils gnome xorg -USE_GNOME= cairo gdkpixbuf gtk30 +USE_GNOME= cairo gdkpixbufextra gtk30 USE_XORG= ice sm x11 xpm xt .elif ${FLAVOR:U} == motif