FreeBSD Bugzilla – Attachment 193762 Details for
Bug 228543
Remove kld from CATEGORIES if USES=kmod is defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch removing explicit kld from CATEGORIES (revision: 1)
remove-explicit-kld-from-categories__r1.diff (text/plain), 2.34 KB, created by
Mateusz Piotrowski
on 2018-05-27 12:20:36 UTC
(
hide
)
Description:
Patch removing explicit kld from CATEGORIES (revision: 1)
Filename:
MIME Type:
Creator:
Mateusz Piotrowski
Created:
2018-05-27 12:20:36 UTC
Size:
2.34 KB
patch
obsolete
>diff --git graphics/drm-next-kmod/Makefile graphics/drm-next-kmod/Makefile >index 052056abde7b..b4ea8318ccf0 100644 >--- graphics/drm-next-kmod/Makefile >+++ graphics/drm-next-kmod/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= drm-next-kmod > PORTVERSION= 4.11.g20180505 > PORTREVISION= 1 >-CATEGORIES= graphics kld >+CATEGORIES= graphics > > MAINTAINER= jmd@FreeBSD.org > COMMENT= DRM modules for the linuxkpi-based KMS components >diff --git graphics/drm-stable-kmod/Makefile graphics/drm-stable-kmod/Makefile >index 27a445a8c257..4914134b027c 100644 >--- graphics/drm-stable-kmod/Makefile >+++ graphics/drm-stable-kmod/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= drm-stable-kmod > PORTVERSION= g20180505 > PORTREVISION= 5 >-CATEGORIES= graphics kld >+CATEGORIES= graphics > > MAINTAINER= jmd@FreeBSD.org > COMMENT= DRM modules for the linuxkpi-based KMS components >diff --git graphics/gpu-firmware-kmod/Makefile graphics/gpu-firmware-kmod/Makefile >index e6dc9b50962b..7bc565318754 100644 >--- graphics/gpu-firmware-kmod/Makefile >+++ graphics/gpu-firmware-kmod/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= gpu-firmware-kmod > PORTVERSION= g20180319 > PORTREVISION= 1 >-CATEGORIES= graphics kld >+CATEGORIES= graphics > > MAINTAINER= jmd@FreeBSD.org > COMMENT= Firmware modules for the linuxkpi-based KMS components >diff --git multimedia/pwcbsd/Makefile multimedia/pwcbsd/Makefile >index e1ac9d573419..14cc01964edb 100644 >--- multimedia/pwcbsd/Makefile >+++ multimedia/pwcbsd/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= pwcbsd > PORTVERSION= 1.4.1 > PORTREVISION= 12 >-CATEGORIES= multimedia sysutils kld >+CATEGORIES= multimedia sysutils > MASTER_SITES= http://raaf.atspace.org/ \ > http://www.bsd-geek.de/FreeBSD/distfiles/ \ > LOCAL/miwi >diff --git net/userfw/Makefile net/userfw/Makefile >index 8a607fc87d49..725cc975c469 100644 >--- net/userfw/Makefile >+++ net/userfw/Makefile >@@ -4,7 +4,7 @@ > PORTNAME= userfw > PORTVERSION= 0.1.3 > PORTREVISION= 1 >-CATEGORIES= net kld >+CATEGORIES= net > MASTER_SITES= http://userfw.net/files/release/ \ > http://imax.in.ua/files/ \ > http://projects.ukrweb.net/files/ >diff --git sysutils/scprotect/Makefile sysutils/scprotect/Makefile >index 542498cfae58..ebc0d6c79994 100644 >--- sysutils/scprotect/Makefile >+++ sysutils/scprotect/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= scprotect > PORTVERSION= 20091116 >-CATEGORIES= sysutils kld >+CATEGORIES= sysutils > MASTER_SITES= http://dindin.ru/download/ > > MAINTAINER= ports@FreeBSD.org
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 228543
:
193761
| 193762