This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cygport and xz (was New: {xz/liblzma0/liblzma-devel}-4.999.8beta-10)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Yaakov (Cygwin/X) on 3/15/2009 9:43 PM:
> So if I'm reading this right, is the attached patch for cygport correct?
> 
> 
> Yaakov

> --- bin/cygport.in	(revision 6005)
> +++ bin/cygport.in	(working copy)
> @@ -602,9 +602,9 @@
>  			*.asc|*.md5|*.sig|*.sign)  continue ;;
>  			*.tar.bz2|*.tbz2|*.tar.bz|*.tbz) unpack_cmd="tar jxf" ;;
>  			*.tar.gz|*.tgz|*.tar.Z) unpack_cmd="tar zxf" ;;
> -			*.tar.lzma)
> -				check_prog_req lzma
> -				unpack_cmd="tar --lzma -xf"
> +			*.tar.lzma|*.tar.xz)
> +				check_prog_req xz
> +				unpack_cmd="tar --xz -xf"
>  				;;
>  			*.tar.lzo)
>  				check_prog_req lzop

Yes (or you could use the shorter unpack_cmd="tar Jxf").  In fact, I had
to apply this to my local cygport in order to build m4-1.4.13-1 from the
upstream .xz tarball.  It would be nice to see a new cygport release with
this made official.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknUsCwACgkQ84KuGfSFAYDoPACgx+iNcgUXcFokWhJqmokUhJlV
0ysAniPYd4qAGSFBsF7naPzgC1OxwlG8
=PZ3/
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]