https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251073
--- Comment #18 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ef5284b234036d33f1afbbfc4c1e4a67dafdf3f commit 1ef5284b234036d33f1afbbfc4c1e4a67dafdf3f Author: Mikael Urankar <mik...@freebsd.org> AuthorDate: 2021-04-22 22:14:37 +0000 Commit: Adriaan de Groot <adr...@freebsd.org> CommitDate: 2021-04-22 23:10:06 +0000 Handle os-release more smartly The Qt ports, and GNOME control center, can read /etc/os-release, and have patches to read /usr/local/etc/os-release -- however, the two files update differently, and /etc/os-release is preferred. Tighten up the .if to select when to depend on the extra port for /usr/local/etc/os-release (basically: pre 11.4 and 12.1) - Bumps PORTREVISION because dependencies may change. - Note that I used the --author command-line option to set that mikael@ wrote this patch. PR: 251073 devel/qt5-core/Makefile | 6 ++---- sysutils/gnome-control-center/Makefile | 5 ++--- 2 files changed, 4 insertions(+), 7 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.