[Bug 277204] *: ports misusing WITH_CCACHE_BUILD and NO_CCACHE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 20 20:46:50 GMT 2024


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277204

            Bug ID: 277204
           Summary: *: ports misusing WITH_CCACHE_BUILD and NO_CCACHE
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: nimaje+fbz at bureaucracy.de
                CC: beyert at cs.ucr.edu, dumbbell at FreeBSD.org,
                    java at FreeBSD.org, kde at FreeBSD.org,
                    mandree at FreeBSD.org, rust at FreeBSD.org,
                    yuri at freebsd.org

grepping for WITH_CCACHE_BUILD in the ports tree reveals some ports misusing
this user setting. WITH_CCACHE_BUILD should be only set by the user and only
read by Mk/bsd.ccache.mk which in turn sets CCACHE_ENABLED.

Both of which is violated by some ports.

Ports setting WITH_CCACHE_BUILD:
emulators/libretro-pcsx2 (beyert at cs.ucr.edu)
graphics/digikam (kde at FreeBSD.org)

Ports reading WITH_CCACHE_BUILD instead of CCACHE_ENABLED:
lang/rust (rust at FreeBSD.org)
lang/rust-bootstrap (rust at FreeBSD.org)
misc/valentina (yuri at FreeBSD.org)
graphics/darktable (dumbbell at FreeBSD.org)
graphics/rawtherapee (mandree at FreeBSD.org)
net-im/telegram-desktop (-)
devel/cmake-core (kde at FreeBSD.org)

Additionally NO_CCACHE should be only set by a port, but there are some reading
it anyway:
<most of the ports reading WITH_CCACHE_BUILD>
java/openjdk8 (java at FreeBSD.org)

maintainers put in CC

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


More information about the kde-freebsd mailing list