Bug 274102 - www/badwolf: Update to 1.3.0
Summary: www/badwolf: Update to 1.3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL: https://hacktivis.me/releases/badwolf...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-26 10:34 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-10-01 19:22 UTC (History)
1 user (show)

See Also:


Attachments
badwolf-1.3.0.patch (3.92 KB, patch)
2023-09-26 10:34 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2023-09-26 10:34:09 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-09-28 07:54:03 UTC
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(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-10-01 19:22:29 UTC
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(-)