Date: Mon, 17 May 2010 09:37:59 +0000 (UTC) From: Kai Wang <kaiw@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/ar Makefile acpyacc.y ar.1 ar.c ar.h read.c write.c Message-ID: <201005170938.o4H9cTa3094311@repoman.freebsd.org>
index | next in thread | raw e-mail
kaiw 2010-05-17 09:37:59 UTC
FreeBSD src repository
Modified files:
usr.bin/ar Makefile acpyacc.y ar.1 ar.c ar.h read.c
write.c
Log:
SVN rev 208189 on 2010-05-17 09:37:59Z by kaiw
Removed ar(1)'s support for compressed archives. This change removes
ar(1)'s dependencies on compressor libraries -lz, -lbz2 and -llzma and
fixes building HEAD on some versions of FreeBSD[78]. Option -j and -z
is now accepted but ignored.
Compressed ar(1) archives are not useful without a ld(1) that can read
them. Also, the current ar(1) compression scheme prevents random
access of archive members and needs to be redesigned anyway.
Submitted by: kientzle (original patch)
Reviewed by: delphij
Discussed on: -current mailing list
Revision Changes Path
1.25 +2 -2 src/usr.bin/ar/Makefile
1.4 +1 -1 src/usr.bin/ar/acpyacc.y
1.22 +3 -5 src/usr.bin/ar/ar.1
1.22 +2 -2 src/usr.bin/ar/ar.c
1.5 +0 -1 src/usr.bin/ar/ar.h
1.3 +1 -1 src/usr.bin/ar/read.c
1.7 +2 -28 src/usr.bin/ar/write.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005170938.o4H9cTa3094311>
