From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 16 07:50:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FD63106568E for ; Sun, 16 Aug 2009 07:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2A1438FC51 for ; Sun, 16 Aug 2009 07:50:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7G7o17v062162 for ; Sun, 16 Aug 2009 07:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7G7o1F4062161; Sun, 16 Aug 2009 07:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 16 Aug 2009 07:50:01 GMT Resent-Message-Id: <200908160750.n7G7o1F4062161@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A40C1106568E for ; 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 ; Sun, 16 Aug 2009 07:45:16 +0000 (UTC) Received: by ewy2 with SMTP id 2so332067ewy.43 for ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/137823: [patch] add 8 ports with kernel modules to `kld' virtual category X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Aug 2009 07:50:01 -0000 >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@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: >Unformatted: