ports/137823: [patch] add 8 ports with kernel modules to `kld' virtual category

Anonymous swell.k at gmail.com
Sun Aug 16 07:50:01 UTC 2009


>Number:         137823
>Category:       ports
>Synopsis:       [patch] add ports with kernel modules to `kld' virtual category
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 16 07:50:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
>Description:

    emulators/parallels-tools
    emulators/rtc
    emulators/vmware3
    misc/wanpipe
    net/skyfish
    net/skystar2
    net/ttbudget
    sysutils/vordog

>How-To-Repeat:
This should give a list but with false positives

$ find /usr/ports -name CVS -prune -or \
  -type f \( -name Makefile\* -or -name pkg-plist \) \
  -exec egrep -l '[[:alnum:]]*\.ko([[:space:]]|$)' {} + \
  | sed 's|/pkg-plist$|/Makefile|' | uniq | xargs grep -L 'CATEGORIES.*kld'

>Fix:
--- kld.diff begins here ---
Index: emulators/parallels-tools/Makefile
===================================================================
RCS file: /home/csup/ports/emulators/parallels-tools/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- emulators/parallels-tools/Makefile	14 Jun 2009 03:11:15 -0000	1.1
+++ emulators/parallels-tools/Makefile	16 Aug 2009 07:04:28 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	parallels-tools
 PORTVERSION=	0.1.0
-CATEGORIES=	emulators
+CATEGORIES=	emulators kld
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	bland
 
Index: emulators/rtc/Makefile
===================================================================
RCS file: /home/csup/ports/emulators/rtc/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- emulators/rtc/Makefile	5 Jan 2009 19:43:59 -0000	1.34
+++ emulators/rtc/Makefile	16 Aug 2009 07:06:51 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	rtc
 PORTVERSION=	2004.02.24.1
 PORTREVISION=	8
-CATEGORIES=	emulators linux
+CATEGORIES=	emulators linux kld
 MASTER_SITES=	# none
 DISTFILES=	# none
 
Index: emulators/vmware3/Makefile
===================================================================
RCS file: /home/csup/ports/emulators/vmware3/Makefile,v
retrieving revision 1.100
diff -u -p -r1.100 Makefile
--- emulators/vmware3/Makefile	19 Mar 2009 17:28:35 -0000	1.100
+++ emulators/vmware3/Makefile	16 Aug 2009 07:07:47 -0000
@@ -9,7 +9,7 @@ PORTNAME=	vmware3
 PORTVERSION=	3.2.1.2242
 PORTREVISION=	13
 PORTEPOCH=	1
-CATEGORIES=	emulators linux
+CATEGORIES=	emulators linux kld
 MASTER_SITES=	http://download3.vmware.com/software/wkst/:vmware \
 		${FREEBSD_MODULE_SITES} \
 		${VMWARE_MIRROR_SITES}
Index: misc/wanpipe/Makefile
===================================================================
RCS file: /home/csup/ports/misc/wanpipe/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- misc/wanpipe/Makefile	6 Sep 2008 20:16:44 -0000	1.3
+++ misc/wanpipe/Makefile	16 Aug 2009 07:09:22 -0000
@@ -9,7 +9,7 @@
 PORTNAME=	wanpipe
 PORTVERSION=	3.3.1
 PORTREVISION=	1
-CATEGORIES=	misc net
+CATEGORIES=	misc net kld
 MASTER_SITES=	ftp://ftp.sangoma.com/FreeBSD/wanpipe/ports/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
 
Index: net/skyfish/Makefile
===================================================================
RCS file: /home/csup/ports/net/skyfish/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- net/skyfish/Makefile	12 Mar 2009 16:47:28 -0000	1.3
+++ net/skyfish/Makefile	16 Aug 2009 07:02:25 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	skyfish
 PORTVERSION=	0.91
-CATEGORIES=	net
+CATEGORIES=	net kld
 MASTER_SITES=	ftp://ftp.lissyara.su/users/nsand/skyfish/
 
 MAINTAINER=	nsand at sura.ru
Index: net/skystar2/Makefile
===================================================================
RCS file: /home/csup/ports/net/skystar2/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- net/skystar2/Makefile	2 Mar 2009 14:44:52 -0000	1.7
+++ net/skystar2/Makefile	16 Aug 2009 07:02:36 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	skystar2
 PORTVERSION=	1.31
 PORTEPOCH=	1
-CATEGORIES=	net
+CATEGORIES=	net kld
 MASTER_SITES=	http://paradox.lissyara.su/ \
 		http://lissyara.su/patch/skystar2/
 DISTNAME=	${PORTNAME}_${PORTVERSION:S/.//}
Index: net/ttbudget/Makefile
===================================================================
RCS file: /home/csup/ports/net/ttbudget/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- net/ttbudget/Makefile	28 Jul 2009 08:11:57 -0000	1.5
+++ net/ttbudget/Makefile	16 Aug 2009 07:02:47 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	ttbudget
 PORTVERSION=	5.3
 PORTREVISION=	1
-CATEGORIES=	net
+CATEGORIES=	net kld
 MASTER_SITES=	http://paradox.lissyara.su/ \
 		http://lissyara.su/patch/skystar3/
 DISTNAME=	${PORTNAME}_${PORTVERSION:S/.//}
Index: sysutils/vordog/Makefile
===================================================================
RCS file: /home/csup/ports/sysutils/vordog/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- sysutils/vordog/Makefile	19 Jul 2008 16:06:37 -0000	1.1
+++ sysutils/vordog/Makefile	16 Aug 2009 07:12:41 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	vordog
 PORTVERSION=	20080708
-CATEGORIES=	sysutils
+CATEGORIES=	sysutils kld
 MASTER_SITES=	http://www.assembla.com/spaces/vordog/documents/dcR7vqtqyr3AMlab7jnrAJ/download/
 
 MAINTAINER=	thinker at branda.to
--- kld.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list