Created attachment 193761 [details] Patch removing explicit kld from CATEGORIES This patch removes "kld" from CATEGORIES if USES is set to "kmod" because according to Porter's Handbook: > (5.3.3. Choosing the Right Category) > Ports installing loadable kernel modules also have the virtual category > kld in their CATEGORIES line. This is one of the things handled > automatically by adding USES=kmod.
Created attachment 193762 [details] Patch removing explicit kld from CATEGORIES (revision: 1) Change to the previous patch: patch 3 more ports.
Differential revision: https://reviews.freebsd.org/D16359
A commit references this bug: Author: 0mp Date: Fri Jul 20 09:30:01 UTC 2018 New revision: 474998 URL: https://svnweb.freebsd.org/changeset/ports/474998 Log: Remove redundant kld from CATEGORIES if a port uses kmod. "USES=kmod" already adds kld to CATEGORIES so it is unnecessary to set CATEGORIES to kld explicitly. PR: 228543 Reviewed by: krion (mentor) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D16359 Changes: head/graphics/drm-next-kmod/Makefile head/graphics/drm-stable-kmod/Makefile head/graphics/gpu-firmware-kmod/Makefile head/multimedia/pwcbsd/Makefile head/net/userfw/Makefile head/sysutils/scprotect/Makefile