From swell.k@gmail.com  Sun Aug 16 07:45:17 2009
Return-Path: <swell.k@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A40C1106568E
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Aug 2009 07:45:17 +0000 (UTC)
	(envelope-from swell.k@gmail.com)
Received: from mail-ew0-f206.google.com (mail-ew0-f206.google.com [209.85.219.206])
	by mx1.freebsd.org (Postfix) with ESMTP id 299088FC41
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Aug 2009 07:45:16 +0000 (UTC)
Received: by ewy2 with SMTP id 2so332067ewy.43
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Aug 2009 00:45:16 -0700 (PDT)
Received: by 10.210.78.16 with SMTP id a16mr5423797ebb.66.1250408715781;
        Sun, 16 Aug 2009 00:45:15 -0700 (PDT)
Received: from localhost (95-24-80-224.broadband.corbina.ru [95.24.80.224])
        by mx.google.com with ESMTPS id 5sm326926eyf.38.2009.08.16.00.45.13
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 16 Aug 2009 00:45:14 -0700 (PDT)
Message-Id: <86prawrym1.fsf@gmail.com>
Date: Sun, 16 Aug 2009 11:45:10 +0400
From: Anonymous <swell.k@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] add 8 ports with kernel modules to `kld' virtual category
X-Send-Pr-Version: 3.113

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 16 07:50:00 UTC 2009
>Closed-Date:    Wed Aug 26 04:45:15 UTC 2009
>Last-Modified:  Wed Aug 26 04:50:01 UTC 2009
>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@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@branda.to
--- kld.diff ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: bland 
State-Changed-When: Wed Aug 26 04:41:41 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137823 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137823: commit references a PR
Date: Wed, 26 Aug 2009 04:41:01 +0000 (UTC)

 bland       2009-08-26 04:40:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     emulators/parallels-tools Makefile 
     emulators/rtc        Makefile 
     net/skyfish          Makefile 
     net/skystar2         Makefile 
     net/ttbudget         Makefile 
     emulators/vmware3    Makefile 
     misc/wanpipe         Makefile 
   Log:
   Add ports with kernel modules to 'kld' virtual category.
   
   PR:     137823
   
   Revision  Changes    Path
   1.3       +1 -1      ports/emulators/parallels-tools/Makefile
   1.35      +1 -1      ports/emulators/rtc/Makefile
   1.101     +1 -1      ports/emulators/vmware3/Makefile
   1.4       +1 -1      ports/misc/wanpipe/Makefile
   1.4       +1 -1      ports/net/skyfish/Makefile
   1.8       +1 -1      ports/net/skystar2/Makefile
   1.6       +1 -1      ports/net/ttbudget/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
