Re: did tar(1) loose xz compression support in 11?

2014-08-27 Thread Warren Block
On Tue, 26 Aug 2014, Daniel Eischen wrote: On Tue, 26 Aug 2014, Tim Kientzle wrote: On Aug 26, 2014, at 11:05 AM, Chris H bsd-li...@bsdforge.com wrote: Greetings, I'm currently testing 11. My build / install is from about 2 days ago. I generally use xz compression, when creating archives.

Re: did tar(1) loose xz compression support in 11?

2014-08-27 Thread Chris H
On Aug 26, 2014, at 11:05 AM, Chris H bsd-li...@bsdforge.com wrote: Greetings, I'm currently testing 11. My build / install is from about 2 days ago. I generally use xz compression, when creating archives. But when I attempt the following: tar -cvJ --options xz:9 -f ./archive-name.tar.xz

Re: did tar(1) loose xz compression support in 11?

2014-08-27 Thread Daniel Eischen
On Wed, 27 Aug 2014, Warren Block wrote: On Tue, 26 Aug 2014, Daniel Eischen wrote: The man page is a little confusing. Here it says: --options options Select optional behaviors for particular modules. The argument is a text string containing comma-separated keywords and

did tar(1) loose xz compression support in 11?

2014-08-26 Thread Chris H
Greetings, I'm currently testing 11. My build / install is from about 2 days ago. I generally use xz compression, when creating archives. But when I attempt the following: tar -cvJ --options xz:9 -f ./archive-name.tar.xz ./file it returns the following: tar: Undefined option: `xz:9' This has

Re: did tar(1) loose xz compression support in 11?

2014-08-26 Thread Peter Wemm
On 8/26/14 11:05 AM, Chris H wrote: Greetings, I'm currently testing 11. My build / install is from about 2 days ago. I generally use xz compression, when creating archives. But when I attempt the following: tar -cvJ --options xz:9 -f ./archive-name.tar.xz ./file it returns the

Re: did tar(1) loose xz compression support in 11?

2014-08-26 Thread Chris H
On 8/26/14 11:05 AM, Chris H wrote: Greetings, I'm currently testing 11. My build / install is from about 2 days ago. I generally use xz compression, when creating archives. But when I attempt the following: tar -cvJ --options xz:9 -f ./archive-name.tar.xz ./file it returns the following:

Re: did tar(1) loose xz compression support in 11?

2014-08-26 Thread Lowell Gilbert
Chris H bsd-li...@bsdforge.com writes: On 8/26/14 11:05 AM, Chris H wrote: Greetings, I'm currently testing 11. My build / install is from about 2 days ago. I generally use xz compression, when creating archives. But when I attempt the following: tar -cvJ --options xz:9 -f

Re: did tar(1) loose xz compression support in 11?

2014-08-26 Thread Garrett Cooper
On Tue, Aug 26, 2014 at 1:23 PM, Lowell Gilbert freebsd-current-lo...@be-well.ilk.org wrote: Chris H bsd-li...@bsdforge.com writes: On 8/26/14 11:05 AM, Chris H wrote: Greetings, I'm currently testing 11. My build / install is from about 2 days ago. I generally use xz compression, when

Re: did tar(1) loose xz compression support in 11?

2014-08-26 Thread Chris H
Chris H bsd-li...@bsdforge.com writes: On 8/26/14 11:05 AM, Chris H wrote: Greetings, I'm currently testing 11. My build / install is from about 2 days ago. I generally use xz compression, when creating archives. But when I attempt the following: tar -cvJ --options xz:9 -f

Re: did tar(1) loose xz compression support in 11?

2014-08-26 Thread John-Mark Gurney
Chris H wrote this message on Tue, Aug 26, 2014 at 16:32 -0700: Chris H bsd-li...@bsdforge.com writes: On 8/26/14 11:05 AM, Chris H wrote: Greetings, I'm currently testing 11. My build / install is from about 2 days ago. I generally use xz compression, when creating archives. But when

Re: did tar(1) loose xz compression support in 11?

2014-08-26 Thread Tim Kientzle
On Aug 26, 2014, at 11:05 AM, Chris H bsd-li...@bsdforge.com wrote: Greetings, I'm currently testing 11. My build / install is from about 2 days ago. I generally use xz compression, when creating archives. But when I attempt the following: tar -cvJ --options xz:9 -f ./archive-name.tar.xz

Re: did tar(1) loose xz compression support in 11?

2014-08-26 Thread Daniel Eischen
On Tue, 26 Aug 2014, Tim Kientzle wrote: On Aug 26, 2014, at 11:05 AM, Chris H bsd-li...@bsdforge.com wrote: Greetings, I'm currently testing 11. My build / install is from about 2 days ago. I generally use xz compression, when creating archives. But when I attempt the following: tar -cvJ