Created attachment 245248 [details] badwolf-1.3.0.patch Description: * Pet portfmt. ChangeLog: https://hacktivis.me/releases/badwolf-1.3.0.txt * Packagers Highlights: - You now need to use ninja/samu instead of make, ./configure is still used as before - Common but non-standard hardening flags like -D_FORTIFY_SOURCE=2 are still default but no longer force to allow alternative compilers. Most distros already default to such flags. If yours doesn't consider copying such flags if you set custom CFLAGS. * Additions: - Support for translated manpages (German, French, Turkish, Vietnamese). - Add basic (no domain/URL matching yet) UserScripts support. - Middle-clicks and ctrl+click opens links in a new tab. * Fixes: - WebProcess crashes do not clear the URL entry anymore. - Do not set web-context when old_browser is present.. This fixes crashes with WebKitGTK 2.41+. QA: * portlint: OK (looks fine.) * testport: (poudriere: 13.2-RELEASE, amd64, GSTREAMER NLS GURI tested): - Warning: you might not need LIB_DEPENDS on libgstreamer-1.0.so
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5b680ed872fe739269b6295ab883b52d41891a2 commit e5b680ed872fe739269b6295ab883b52d41891a2 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2023-09-26 10:35:06 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2023-09-28 07:53:28 +0000 www/badwolf: Update to 1.3.0 * Pet portfmt. ChangeLog: https://hacktivis.me/releases/badwolf-1.3.0.txt * Packagers Highlights: - You now need to use ninja/samu instead of make, ./configure is still used as before - Common but non-standard hardening flags like -D_FORTIFY_SOURCE=2 are still default but no longer force to allow alternative compilers. Most distros already default to such flags. If yours doesn't consider copying such flags if you set custom CFLAGS. * Additions: - Support for translated manpages (German, French, Turkish, Vietnamese). - Add basic (no domain/URL matching yet) UserScripts support. - Middle-clicks and ctrl+click opens links in a new tab. * Fixes: - WebProcess crashes do not clear the URL entry anymore. - Do not set web-context when old_browser is present.. This fixes crashes with WebKitGTK 2.41+. PR: 274102 www/badwolf/Makefile | 9 ++++----- www/badwolf/distinfo | 6 +++--- www/badwolf/pkg-plist | 14 +++++++++----- 3 files changed, 16 insertions(+), 13 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=79977efe221da0e1377b86e1add09f66358e97bc commit 79977efe221da0e1377b86e1add09f66358e97bc Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-10-01 13:20:45 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-10-01 19:21:23 +0000 www/badwolf: Fix build without NLS - Upstream use configure/ninja and stopped using make for builds. Patch configure to have a NLS knob working PR: 274102 Approved by: portmgr (build fix blanket) www/badwolf/Makefile | 3 +- www/badwolf/files/extra-patch-Makefile (gone) | 40 ------------------ www/badwolf/files/extra-patch-configure (new) | 58 +++++++++++++++++++++++++++ www/badwolf/pkg-plist | 18 ++++----- 4 files changed, 69 insertions(+), 50 deletions(-)