Created attachment 257253 [details] Switch webkit2-gtk from 40 to 41
Hello, Can't understand what's wrong with change: - MAKE_ARGS= version="${DISTVERSION}" + post-patch: + ${ECHO_CMD} "#define VERSION \"${DISTVERSION}\"" > ${WRKSRC}/version.h Does it mean that MAKE_ARGS was not working?
(In reply to Nuno Teixeira from comment #1) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283504 This is to prevent the build from failing.
(In reply to mew14930xvi from comment #2) Thanks, I understand now the change.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbb11cfc892db2046e29afebabbea9b5e799b6b1 commit dbb11cfc892db2046e29afebabbea9b5e799b6b1 Author: mew14930xvi <mew14930xvi@inbox.lv> AuthorDate: 2025-02-06 10:56:53 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2025-02-06 10:57:51 +0000 www/vimb: Switch webkit2-gtk from 40 to 41 PR: 284585 www/vimb/Makefile | 12 +++++++----- www/vimb/files/patch-Makefile | 11 +++++------ www/vimb/files/patch-config.mk (gone) | 23 ----------------------- 3 files changed, 12 insertions(+), 34 deletions(-)
Committed, thanks!