Created attachment 238256 [details] Patch to update x11/gnome-terminal - Update to 3.44.2 - Fix pkg-plist when options (NAUTILUS and SEARCHPROVIDER) are off - Avoid to install systemd file (Linux only)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbaa0c3858f4db443cd1b32a283506ed9c5c6f70 commit bbaa0c3858f4db443cd1b32a283506ed9c5c6f70 Author: Olivier Duchateau <duchateau.olivier@gmail.com> AuthorDate: 2023-01-27 13:40:20 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-01-27 13:45:28 +0000 x11/gnome-terminal: Update to 3.44.1 PR: 267928 Tested by: arrowd Approved by: gnome (timeout) x11/gnome-terminal/Makefile | 7 +++++-- x11/gnome-terminal/distinfo | 6 +++--- x11/gnome-terminal/pkg-plist | 5 ++--- 3 files changed, 10 insertions(+), 8 deletions(-)
A commit in branch 2023Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=135bb1330c0cf36c996cc706e9e3e3adaca06bb9 commit 135bb1330c0cf36c996cc706e9e3e3adaca06bb9 Author: Olivier Duchateau <duchateau.olivier@gmail.com> AuthorDate: 2023-01-27 13:40:20 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-01-27 13:47:11 +0000 x11/gnome-terminal: Update to 3.44.2 PR: 267928 Tested by: arrowd Approved by: gnome (timeout) (cherry picked from commit bbaa0c3858f4db443cd1b32a283506ed9c5c6f70) x11/gnome-terminal/Makefile | 7 +++++-- x11/gnome-terminal/distinfo | 6 +++--- x11/gnome-terminal/pkg-plist | 5 ++--- 3 files changed, 10 insertions(+), 8 deletions(-)
Pushed in, thanks. I made some changes to your patch: 1. No need to change MASTER_SITES - Gnome Gitlab is already in GNOME. 2. I just removed systemd directory at post-install stage, intead of patching it out.