Deleted Added
full compact
27c27
< # $FreeBSD: head/usr.sbin/bsdconfig/share/packages/packages.subr 252178 2013-06-24 20:58:54Z dteske $
---
> # $FreeBSD: head/usr.sbin/bsdconfig/share/packages/packages.subr 252740 2013-07-05 01:28:30Z dteske $
51,52c51,55
< PACKAGE_CATEGORIES=
< SELECTED_PACKAGES=
---
> #
> # Variables used to track runtime states
> #
> PACKAGE_CATEGORIES= # List of package categories parsed from INDEX
> SELECTED_PACKAGES= # Packages selected by user in [X]dialog(1) interface
159a163,171
> #
> # XXX KLUDGE ALERT! This makes evil assumptions about how XXX
> # packages register themselves and should *really* be done with
> # `pkg_info -e <name>' except that this is too slow for an
> # item check routine.. :-(
> #
> # NOTE: When transitioning to pkgng, make a single fork to `pkg' to
> # produce a list of all installed packages and parse _that_
> #