[Bug 258502] [exp-run] drop INSTALLS_ICONS in favour of triggers

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 10 Oct 2021 17:48:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258502

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=46bcb098c82f7a18c7667fc99f6a7824b2b6eeef

commit 46bcb098c82f7a18c7667fc99f6a7824b2b6eeef
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-09-14 15:24:59 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-10-10 17:46:46 +0000

    graphics/gtk-update-icon-cache: use triggers

    Use triggers instead of enforcing the INSTALL_ICONS which enforces
    gtk-update-icon-cache dependency on every ports installing icons.

    The bonus:
    - factorize gtk-update-icon-cache update at the end of the build
    - stop adding a gratuicious dependency on gtk-update-icon-cache on
      packages which do not need it
    - works on packages where INSTALLS_ICONS were forgotten

    PR:                     258502
    Exp-run:                antoine
    Reviewed by:            tcberner
    Differential Revision:  https://reviews.freebsd.org/D31960

 graphics/gtk-update-icon-cache/Makefile            |  3 ++-
 .../files/gtk-update-icon-cache.ucl.in (new)       | 30 ++++++++++++++++++++++
 2 files changed, 32 insertions(+), 1 deletion(-)

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