Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Jul 2021 12:23:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 256821] graphics/poppler: do not depend on devel/boost-libs
Message-ID:  <bug-256821-25061-rpFaAK3D0L@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256821-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256821-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256821

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Dd8d6d6af0c7555b0bb2af494ba2b74c=
92bb7db92

commit d8d6d6af0c7555b0bb2af494ba2b74c92bb7db92
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-07-05 09:09:18 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-07-05 12:23:28 +0000

    graphics/poppler: make boost a build-time dependency

    Poppler uses Boost small-vectors for efficiency (over std::vector)
    when the Splash renderer is enabled. Small-vectors are header-only,
    so there is no need to depend on the whole boost-libs at runtime.

    The PR asks to drop Boost entirely; we're not going to do that,
    but as a build-dep it avoids installed-size bloat.

    Bump PORTREVISION also of related ports to make sure they are
    rebuilt; don't need to re-do all consumers because Boost was not
    linked anyway.

    PR:             256821

 graphics/poppler-glib/Makefile  | 2 +-
 graphics/poppler-qt5/Makefile   | 2 +-
 graphics/poppler-utils/Makefile | 2 +-
 graphics/poppler/Makefile       | 5 +++--
 4 files changed, 6 insertions(+), 5 deletions(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256821-25061-rpFaAK3D0L>