Bug 137823 - [patch] add ports with kernel modules to `kld' virtual category
Summary: [patch] add ports with kernel modules to `kld' virtual category
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-16 08:50 UTC by swell.k
Modified: 2009-08-26 05:50 UTC (History)
0 users

See Also:


Attachments
kld.diff (4.19 KB, patch)
2009-08-16 08:50 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2009-08-16 08:50:00 UTC
    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'
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-08-26 05:41:01 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"
Comment 2 Alexander Nedotsukov freebsd_committer freebsd_triage 2009-08-26 05:41:41 UTC
State Changed
From-To: open->closed

Committed, thanks!