Re: 11.0-RELEASE pkg base & base.txz file

2016-04-20 Thread Renato Botelho
> On Apr 20, 2016, at 03:54, krad  wrote:
> 
> will it still be buildable though from source?

Yes

--
Renato Botelho

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 11.0-RELEASE pkg base & base.txz file

2016-04-18 Thread Slawa Olhovchenkov
On Mon, Apr 18, 2016 at 03:42:20PM -0400, Ernie Luzar wrote:

> Slawa Olhovchenkov wrote:
> > On Mon, Apr 18, 2016 at 05:27:09PM +0300, Slawa Olhovchenkov wrote:
> > 
> >> On Mon, Apr 18, 2016 at 04:16:01PM +0200, Baptiste Daroussin wrote:
> >>
> >>> On Mon, Apr 18, 2016 at 05:14:54PM +0300, Slawa Olhovchenkov wrote:
>  On Mon, Apr 18, 2016 at 10:05:12AM -0400, Nikolai Lifanov wrote:
> 
> > On 04/18/16 10:00, Ernie Luzar wrote:
> >> 11.0 will have pkg base, thats ok, but what does than mean for the
> >> base.txz file?
> >>
> >> It it going to stay as part of FBSD install?
> >>
> >> I have many scripts for creating jails which depend on the base.txz 
> >> file.
> > It's even easier now:
> >
> > # mkdir -p /usr/jails/new
> > # pkg -r /usr/jails/new install -r base -g '*'
>  And where /etc now?
> >>> What do you mean?
> >> At Jan 27 no package containing files from distributeworld.
> > 
> > At Mar 02
> > 
> >> r298107 change this?
> >>
> 
> You have NOT answered the original question, what's going to happen to 
> the base.txz file in 11.0?

Spliting to 800 packages, as I understund.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 11.0-RELEASE pkg base & base.txz file

2016-04-18 Thread Ernie Luzar

Slawa Olhovchenkov wrote:

On Mon, Apr 18, 2016 at 05:27:09PM +0300, Slawa Olhovchenkov wrote:


On Mon, Apr 18, 2016 at 04:16:01PM +0200, Baptiste Daroussin wrote:


On Mon, Apr 18, 2016 at 05:14:54PM +0300, Slawa Olhovchenkov wrote:

On Mon, Apr 18, 2016 at 10:05:12AM -0400, Nikolai Lifanov wrote:


On 04/18/16 10:00, Ernie Luzar wrote:

11.0 will have pkg base, thats ok, but what does than mean for the
base.txz file?

It it going to stay as part of FBSD install?

I have many scripts for creating jails which depend on the base.txz file.

It's even easier now:

# mkdir -p /usr/jails/new
# pkg -r /usr/jails/new install -r base -g '*'

And where /etc now?

What do you mean?

At Jan 27 no package containing files from distributeworld.


At Mar 02


r298107 change this?



You have NOT answered the original question, what's going to happen to 
the base.txz file in 11.0?

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 11.0-RELEASE pkg base & base.txz file

2016-04-18 Thread Slawa Olhovchenkov
On Mon, Apr 18, 2016 at 05:27:09PM +0300, Slawa Olhovchenkov wrote:

> On Mon, Apr 18, 2016 at 04:16:01PM +0200, Baptiste Daroussin wrote:
> 
> > On Mon, Apr 18, 2016 at 05:14:54PM +0300, Slawa Olhovchenkov wrote:
> > > On Mon, Apr 18, 2016 at 10:05:12AM -0400, Nikolai Lifanov wrote:
> > > 
> > > > On 04/18/16 10:00, Ernie Luzar wrote:
> > > > > 11.0 will have pkg base, thats ok, but what does than mean for the
> > > > > base.txz file?
> > > > > 
> > > > > It it going to stay as part of FBSD install?
> > > > > 
> > > > > I have many scripts for creating jails which depend on the base.txz 
> > > > > file.
> > > > 
> > > > It's even easier now:
> > > > 
> > > > # mkdir -p /usr/jails/new
> > > > # pkg -r /usr/jails/new install -r base -g '*'
> > > 
> > > And where /etc now?
> > 
> > What do you mean?
> 
> At Jan 27 no package containing files from distributeworld.

At Mar 02

> r298107 change this?
> 
> ___
> freebsd-pkgb...@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-pkgbase
> To unsubscribe, send any mail to "freebsd-pkgbase-unsubscr...@freebsd.org"
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 11.0-RELEASE pkg base & base.txz file

2016-04-18 Thread Slawa Olhovchenkov
On Mon, Apr 18, 2016 at 04:16:01PM +0200, Baptiste Daroussin wrote:

> On Mon, Apr 18, 2016 at 05:14:54PM +0300, Slawa Olhovchenkov wrote:
> > On Mon, Apr 18, 2016 at 10:05:12AM -0400, Nikolai Lifanov wrote:
> > 
> > > On 04/18/16 10:00, Ernie Luzar wrote:
> > > > 11.0 will have pkg base, thats ok, but what does than mean for the
> > > > base.txz file?
> > > > 
> > > > It it going to stay as part of FBSD install?
> > > > 
> > > > I have many scripts for creating jails which depend on the base.txz 
> > > > file.
> > > 
> > > It's even easier now:
> > > 
> > > # mkdir -p /usr/jails/new
> > > # pkg -r /usr/jails/new install -r base -g '*'
> > 
> > And where /etc now?
> 
> What do you mean?

At Jan 27 no package containing files from distributeworld.
r298107 change this?

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 11.0-RELEASE pkg base & base.txz file

2016-04-18 Thread Baptiste Daroussin
On Mon, Apr 18, 2016 at 05:14:54PM +0300, Slawa Olhovchenkov wrote:
> On Mon, Apr 18, 2016 at 10:05:12AM -0400, Nikolai Lifanov wrote:
> 
> > On 04/18/16 10:00, Ernie Luzar wrote:
> > > 11.0 will have pkg base, thats ok, but what does than mean for the
> > > base.txz file?
> > > 
> > > It it going to stay as part of FBSD install?
> > > 
> > > I have many scripts for creating jails which depend on the base.txz file.
> > 
> > It's even easier now:
> > 
> > # mkdir -p /usr/jails/new
> > # pkg -r /usr/jails/new install -r base -g '*'
> 
> And where /etc now?

What do you mean?

Bapt


signature.asc
Description: PGP signature


Re: 11.0-RELEASE pkg base & base.txz file

2016-04-18 Thread Slawa Olhovchenkov
On Mon, Apr 18, 2016 at 10:05:12AM -0400, Nikolai Lifanov wrote:

> On 04/18/16 10:00, Ernie Luzar wrote:
> > 11.0 will have pkg base, thats ok, but what does than mean for the
> > base.txz file?
> > 
> > It it going to stay as part of FBSD install?
> > 
> > I have many scripts for creating jails which depend on the base.txz file.
> 
> It's even easier now:
> 
> # mkdir -p /usr/jails/new
> # pkg -r /usr/jails/new install -r base -g '*'

And where /etc now?
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 11.0-RELEASE pkg base & base.txz file

2016-04-18 Thread Nikolai Lifanov
On 04/18/16 10:00, Ernie Luzar wrote:
> 11.0 will have pkg base, thats ok, but what does than mean for the
> base.txz file?
> 
> It it going to stay as part of FBSD install?
> 
> I have many scripts for creating jails which depend on the base.txz file.

It's even easier now:

# mkdir -p /usr/jails/new
# pkg -r /usr/jails/new install -r base -g '*'

- Nikolai Lifanov

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


11.0-RELEASE pkg base & base.txz file

2016-04-18 Thread Ernie Luzar
11.0 will have pkg base, thats ok, but what does than mean for the 
base.txz file?


It it going to stay as part of FBSD install?

I have many scripts for creating jails which depend on the base.txz file.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"