Re: CFT: adding configuration file support to pkg_install

2008-06-03 Thread Florent Thoumie
On Sat, May 31, 2008 at 10:05 PM, Philip M. Gollucci [EMAIL PROTECTED] wrote: Florent Thoumie wrote: This adds support for /etc/pkg.conf configuration file. Also, this adds support for naive multi-site package fetching. Any comment welcome (and appreciated). Patch is here:

Re: CFT: adding configuration file support to pkg_install

2008-06-02 Thread John Baldwin
On Saturday 31 May 2008 08:38:27 pm Philip M. Gollucci wrote: Kris Kennaway wrote: packages are usually built from the ports tree, but not always, and users may use packages without a ports tree present on the local system. short of doing pkg_delete -af then pkg_add /some/dir are there any

Re: CFT: adding configuration file support to pkg_install

2008-05-31 Thread Philip M. Gollucci
Florent Thoumie wrote: This adds support for /etc/pkg.conf configuration file. Also, this adds support for naive multi-site package fetching. Any comment welcome (and appreciated). Patch is here: http://people.freebsd.org/~flz/local/ports/pkg-install-config.diff Tarball is here:

Re: CFT: adding configuration file support to pkg_install

2008-05-31 Thread Kris Kennaway
Philip M. Gollucci wrote: Florent Thoumie wrote: This adds support for /etc/pkg.conf configuration file. Also, this adds support for naive multi-site package fetching. Any comment welcome (and appreciated). Patch is here: http://people.freebsd.org/~flz/local/ports/pkg-install-config.diff

Re: CFT: adding configuration file support to pkg_install

2008-05-31 Thread Philip M. Gollucci
Kris Kennaway wrote: packages are usually built from the ports tree, but not always, and users may use packages without a ports tree present on the local system. short of doing pkg_delete -af then pkg_add /some/dir are there any ports-mgmt/* tools for upgrades that don't need the ports tree

CFT: adding configuration file support to pkg_install

2008-05-30 Thread Florent Thoumie
This adds support for /etc/pkg.conf configuration file. Also, this adds support for naive multi-site package fetching. Any comment welcome (and appreciated). Patch is here: http://people.freebsd.org/~flz/local/ports/pkg-install-config.diff Tarball is here: