Re: [HEADSUP] current switched by default to pkgng

2012-11-03 Thread Lev Serebryakov
Hello, Baptiste. You wrote 3 ноября 2012 г., 3:56:22: BD> The BSDmc project (http://code.google.com/p/bsdmc/) uses nanobsd BD> and pkgng, have a look in particular at the BD> following diff: http://code.google.com/p/bsdmc/source/detail?r=75 BD> Maybe you can find something helpful for you in there

Re: [HEADSUP] current switched by default to pkgng

2012-11-02 Thread Baptiste Daroussin
On Sat, Nov 03, 2012 at 12:41:31AM +0400, Lev Serebryakov wrote: > Hello, Lev. > You wrote 2 ноября 2012 г., 23:24:28: > > BD>> Make sure to read UPDATING (from ports) to correctly migrate your system > or find > BD>> instruction to make your system still running with legacy pkg_install > tools.

Re: [HEADSUP] current switched by default to pkgng

2012-11-02 Thread Baptiste Daroussin
On Sat, Nov 03, 2012 at 12:41:31AM +0400, Lev Serebryakov wrote: > Hello, Lev. > You wrote 2 ноября 2012 г., 23:24:28: > > BD>> Make sure to read UPDATING (from ports) to correctly migrate your system > or find > BD>> instruction to make your system still running with legacy pkg_install > tools.

Re: [HEADSUP] current switched by default to pkgng

2012-11-02 Thread Lev Serebryakov
Hello, Lev. You wrote 2 ноября 2012 г., 23:24:28: BD>> Make sure to read UPDATING (from ports) to correctly migrate your system or find BD>> instruction to make your system still running with legacy pkg_install tools. LS> Did somebody update nanobsd scripts? ;-) Simple replacing "pkg_add" with

Re: [HEADSUP] current switched by default to pkgng

2012-11-02 Thread Lev Serebryakov
Hello, Baptiste. You wrote 10 октября 2012 г., 17:44:21: BD> Make sure to read UPDATING (from ports) to correctly migrate your system or find BD> instruction to make your system still running with legacy pkg_install tools. Did somebody update nanobsd scripts? ;-) -- // Black Lion AKA Lev Sereb

Re: [HEADSUP] current switched by default to pkgng

2012-10-21 Thread Edho Arief
On Sun, Oct 21, 2012 at 5:09 PM, Alex Keda wrote: > On 21.10.2012 13:39, Edho Arief wrote: >> On Sun, Oct 21, 2012 at 4:33 PM, Alex Keda wrote: >>> >>> It update some packages, and install ~20 new packages, named x* >>> >>> How I can say "It's server, I do not need X on them"? >>> >> >> Install t

Re: [HEADSUP] current switched by default to pkgng

2012-10-21 Thread Alex Keda
On 21.10.2012 13:39, Edho Arief wrote: > On Sun, Oct 21, 2012 at 4:33 PM, Alex Keda wrote: >> >> It update some packages, and install ~20 new packages, named x* >> >> How I can say "It's server, I do not need X on them"? >> > > Install the -nox11 variant of the package. for example, /usr/ports/e

Re: [HEADSUP] current switched by default to pkgng

2012-10-21 Thread Matthew Seaman
On 21/10/2012 10:33, Alex Keda wrote: > I try use it on my home server. > In make conf, I have >> > WITHOUT_X11=yes >> > NO_GUI=yes > I run pkg2ng, set mirror in pkg.conf > and, run > pkg upgrade -y > > It update some packages, and install ~20 new packages, named x* > > How I can say "It's s

Re: [HEADSUP] current switched by default to pkgng

2012-10-21 Thread Edho Arief
On Sun, Oct 21, 2012 at 4:33 PM, Alex Keda wrote: > > It update some packages, and install ~20 new packages, named x* > > How I can say "It's server, I do not need X on them"? > Install the -nox11 variant of the package. ___ freebsd-current@freebsd.org

Re: [HEADSUP] current switched by default to pkgng

2012-10-21 Thread Alex Keda
> On 10.10.2012 17:44, Baptiste Daroussin wrote: > Hi all, > > If you are using the ports tree on a FreeBSD current setup, then you are > concerned by the announce. > > As nvidia-drivers has been fixed and is now properly working with pkgng, the > ports tree as been switch by default to use pkgng o

Re: [HEADSUP] current switched by default to pkgng

2012-10-20 Thread Alex Keda
On 20.10.2012 11:23, Sergey V. Dyatko wrote: > On Fri, 19 Oct 2012 20:32:31 +0400 > Alex Keda wrote: > >> On 19.10.2012 20:21, Alex Keda wrote: >>> On 19.10.2012 19:59, Chris Rees wrote: On 19 October 2012 16:16, Alex Keda wrote: > On 19.10.2012 19:10, Vincent Hoffman wrote: >> On 1

Re: [HEADSUP] current switched by default to pkgng

2012-10-20 Thread Sergey V. Dyatko
On Fri, 19 Oct 2012 20:32:31 +0400 Alex Keda wrote: > On 19.10.2012 20:21, Alex Keda wrote: > > On 19.10.2012 19:59, Chris Rees wrote: > >> On 19 October 2012 16:16, Alex Keda wrote: > >>> On 19.10.2012 19:10, Vincent Hoffman wrote: > On 19/10/2012 15:39, Alex Keda wrote: > > pkg comman

Re: [HEADSUP] current switched by default to pkgng

2012-10-19 Thread Alex Keda
On 19.10.2012 20:21, Alex Keda wrote: > On 19.10.2012 19:59, Chris Rees wrote: >> On 19 October 2012 16:16, Alex Keda wrote: >>> On 19.10.2012 19:10, Vincent Hoffman wrote: On 19/10/2012 15:39, Alex Keda wrote: > pkg command does not have key for list options - no autocompletions > >>

Re: [HEADSUP] current switched by default to pkgng

2012-10-19 Thread Alex Keda
On 19.10.2012 19:59, Chris Rees wrote: > On 19 October 2012 16:16, Alex Keda wrote: >> On 19.10.2012 19:10, Vincent Hoffman wrote: >>> On 19/10/2012 15:39, Alex Keda wrote: pkg command does not have key for list options - no autocompletions for example, for service command, I use >>

Re: [HEADSUP] current switched by default to pkgng

2012-10-19 Thread Chris Rees
On 19 October 2012 16:16, Alex Keda wrote: > On 19.10.2012 19:10, Vincent Hoffman wrote: >> On 19/10/2012 15:39, Alex Keda wrote: >>> On 10.10.2012 17:44, Baptiste Daroussin wrote: Hi all, If you are using the ports tree on a FreeBSD current setup, then you are concerned by the

Re: [HEADSUP] current switched by default to pkgng

2012-10-19 Thread Alex Keda
On 19.10.2012 19:10, Vincent Hoffman wrote: > On 19/10/2012 15:39, Alex Keda wrote: >> On 10.10.2012 17:44, Baptiste Daroussin wrote: >>> Hi all, >>> >>> If you are using the ports tree on a FreeBSD current setup, then you are >>> concerned by the announce. >>> >>> As nvidia-drivers has been fixed

Re: [HEADSUP] current switched by default to pkgng

2012-10-19 Thread Vincent Hoffman
On 19/10/2012 15:39, Alex Keda wrote: > On 10.10.2012 17:44, Baptiste Daroussin wrote: >> Hi all, >> >> If you are using the ports tree on a FreeBSD current setup, then you are >> concerned by the announce. >> >> As nvidia-drivers has been fixed and is now properly working with pkgng, the >> ports

Re: [HEADSUP] current switched by default to pkgng

2012-10-19 Thread Bryan Drewery
On 10/10/2012 8:44 AM, Baptiste Daroussin wrote: > Hi all, > > If you are using the ports tree on a FreeBSD current setup, then you are > concerned by the announce. > > As nvidia-drivers has been fixed and is now properly working with pkgng, the > ports tree as been switch by default to use pkgng

Re: [HEADSUP] current switched by default to pkgng

2012-10-19 Thread Alex Keda
On 10.10.2012 17:44, Baptiste Daroussin wrote: > Hi all, > > If you are using the ports tree on a FreeBSD current setup, then you are > concerned by the announce. > > As nvidia-drivers has been fixed and is now properly working with pkgng, the > ports tree as been switch by default to use pkgng o

Re: [HEADSUP] current switched by default to pkgng

2012-10-11 Thread Stefan Esser
Am 11.10.2012 08:02, schrieb Matthew Seaman: > On 10/10/2012 23:20, Vincent Hoffman wrote: >>> That's if you were to patch an already installed copy of >>> portmaster. The patch is designed to be placed in ${PORTSDIR}/ports-mgmt/portmaster/files/ so it would be applied as

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Matthew Seaman
On 10/10/2012 23:20, Vincent Hoffman wrote: >> That's if you were to patch an already installed copy of portmaster. >> > The patch is designed to be placed in >> > >> > ${PORTSDIR}/ports-mgmt/portmaster/files/ >> > >> > so it would be applied as part of the normal process of building the >> > portm

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Vincent Hoffman
On 10/10/2012 20:50, Matthew Seaman wrote: > On 10/10/2012 19:35, Stefan Esser wrote: >> Am 10.10.2012 19:14, schrieb Matthew Seaman: >>> On 10/10/2012 15:07, O. Hartmann wrote: Is ports-mgmt/portmaster now dealing with pkgng? >>> >>> Not yet. bdrewery has taken over the portmaster port and pk

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Matthew Seaman
On 10/10/2012 19:35, Stefan Esser wrote: > Am 10.10.2012 19:14, schrieb Matthew Seaman: >> On 10/10/2012 15:07, O. Hartmann wrote: >>> Is ports-mgmt/portmaster now dealing with pkgng? >> >> Not yet. bdrewery has taken over the portmaster port and pkgng >> related updates are expected in the near f

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Stefan Esser
Am 10.10.2012 19:14, schrieb Matthew Seaman: > On 10/10/2012 15:07, O. Hartmann wrote: >> Is ports-mgmt/portmaster now dealing with pkgng? > > Not yet. bdrewery has taken over the portmaster port and pkgng > related updates are expected in the near future. > > Until then, you still need to follo

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Baptiste Daroussin
On Wed, Oct 10, 2012 at 07:11:22PM +0200, Victor Balada Diaz wrote: > On Wed, Oct 10, 2012 at 06:31:49PM +0200, Baptiste Daroussin wrote: > > Yes there is http://pkg.FreeBSD.org (no website in there no need to try to > > there) which will point you to pkgbeta.freebsd.org where some packages > > re

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Garrett Cooper
On Wed, Oct 10, 2012 at 10:14 AM, Matthew Seaman wrote: > On 10/10/2012 15:07, O. Hartmann wrote: >> Is ports-mgmt/portmaster now dealing with pkgng? > > Not yet. bdrewery has taken over the portmaster port and pkgng related > updates are expected in the near future. > > Until then, you still nee

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Garrett Cooper
On Wed, Oct 10, 2012 at 7:07 AM, O. Hartmann wrote: > On 10/10/12 15:44, Baptiste Daroussin wrote: >> Hi all, >> >> If you are using the ports tree on a FreeBSD current setup, then you are >> concerned by the announce. >> >> As nvidia-drivers has been fixed and is now properly working with pkgng,

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Matthew Seaman
On 10/10/2012 15:07, O. Hartmann wrote: > Is ports-mgmt/portmaster now dealing with pkgng? Not yet. bdrewery has taken over the portmaster port and pkgng related updates are expected in the near future. Until then, you still need to follow the instructions here: https://github.com/pkgng/pkgng/b

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Victor Balada Diaz
On Wed, Oct 10, 2012 at 06:31:49PM +0200, Baptiste Daroussin wrote: > Yes there is http://pkg.FreeBSD.org (no website in there no need to try to > there) which will point you to pkgbeta.freebsd.org where some packages > resides. > > Unfortunatly the package building cluster needs some time to get

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Simon L. B. Nielsen
On Wed, Oct 10, 2012 at 2:44 PM, Baptiste Daroussin wrote: > Hi all, > > If you are using the ports tree on a FreeBSD current setup, then you are > concerned by the announce. > > As nvidia-drivers has been fixed and is now properly working with pkgng, the > ports tree as been switch by default to

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Jeffrey Bouquet
--- On Wed, 10/10/12, Glen Barber wrote: > From: Glen Barber > Subject: Re: [HEADSUP] current switched by default to pkgng > To: "Baptiste Daroussin" > Cc: po...@freebsd.org, ports-annou...@freebsd.org, curr...@freebsd.org > Date: Wednesday, October 10, 2012, 6:51

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread O. Hartmann
On 10/10/12 15:44, Baptiste Daroussin wrote: > Hi all, > > If you are using the ports tree on a FreeBSD current setup, then you are > concerned by the announce. > > As nvidia-drivers has been fixed and is now properly working with pkgng, the > ports tree as been switch by default to use pkgng on

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Matthew Seaman
On 10/10/2012 17:43, Bruce Cran wrote: > On 10/10/2012 17:31, Baptiste Daroussin wrote: >> Yes there is http://pkg.FreeBSD.org (no website in there no need to >> try to there) which will point you to pkgbeta.freebsd.org where some >> packages resides. > > On my systems pkg.freebsd.org doesn't seem

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Bruce Cran
On 10/10/2012 17:31, Baptiste Daroussin wrote: Yes there is http://pkg.FreeBSD.org (no website in there no need to try to there) which will point you to pkgbeta.freebsd.org where some packages resides. On my systems pkg.freebsd.org doesn't seem to exist: > ping pkg.freebsd.org ping: cannot re

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Matthew Seaman
On 10/10/2012 16:52, Simon L. B. Nielsen wrote: > I read UPDATING, but I'm still not sure what this means when I use > ports and not packages. It means that if you're a user of HEAD, and you don't opt out by setting WITHOUT_PKGNG=yes in make.conf, then: * the next time you use the ports, ports-

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Baptiste Daroussin
On Wed, Oct 10, 2012 at 06:25:08PM +0200, Victor Balada Diaz wrote: > On Wed, Oct 10, 2012 at 03:44:21PM +0200, Baptiste Daroussin wrote: > > Hi all, > > > > If you are using the ports tree on a FreeBSD current setup, then you are > > concerned by the announce. > > > > As nvidia-drivers has been

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Baptiste Daroussin
On Wed, Oct 10, 2012 at 04:52:45PM +0100, Simon L. B. Nielsen wrote: > On Wed, Oct 10, 2012 at 2:44 PM, Baptiste Daroussin wrote: > > Hi all, > > > > If you are using the ports tree on a FreeBSD current setup, then you are > > concerned by the announce. > > > > As nvidia-drivers has been fixed and

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Victor Balada Diaz
On Wed, Oct 10, 2012 at 03:44:21PM +0200, Baptiste Daroussin wrote: > Hi all, > > If you are using the ports tree on a FreeBSD current setup, then you are > concerned by the announce. > > As nvidia-drivers has been fixed and is now properly working with pkgng, the > ports tree as been switch by d

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Baptiste Daroussin
On Wed, Oct 10, 2012 at 08:42:39AM -0700, Jeffrey Bouquet wrote: > > > --- On Wed, 10/10/12, Glen Barber wrote: > > > From: Glen Barber > > Subject: Re: [HEADSUP] current switched by default to pkgng > > To: "Baptiste Daroussin" > > Cc: po...

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Ivan Voras
On 10/10/2012 15:44, Baptiste Daroussin wrote: > Hi all, > > If you are using the ports tree on a FreeBSD current setup, then you are > concerned by the announce. > > As nvidia-drivers has been fixed and is now properly working with pkgng, the > ports tree as been switch by default to use pkgng o

Re: [HEADSUP] current switched by default to pkgng

2012-10-10 Thread Glen Barber
On Wed, Oct 10, 2012 at 03:44:21PM +0200, Baptiste Daroussin wrote: > Hi all, > > If you are using the ports tree on a FreeBSD current setup, then you are > concerned by the announce. > > As nvidia-drivers has been fixed and is now properly working with pkgng, the > ports tree as been switch by d