Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 May 2011 10:23:07 +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:  <201105071023.p47ANHbj075728@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kaiw        2011-05-07 10:23:07 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    usr.bin/ar           Makefile acpyacc.y ar.1 ar.c ar.h read.c 
                         write.c 
  Log:
  SVN rev 221587 on 2011-05-07 10:23:07Z by kaiw
  
  MFC r208189:
  
  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.
  
  Revision  Changes    Path
  1.22.2.3  +2 -9      src/usr.bin/ar/Makefile
  1.1.2.3   +1 -1      src/usr.bin/ar/acpyacc.y
  1.20.2.4  +3 -5      src/usr.bin/ar/ar.1
  1.20.2.2  +2 -2      src/usr.bin/ar/ar.c
  1.4.2.2   +0 -1      src/usr.bin/ar/ar.h
  1.1.2.3   +1 -1      src/usr.bin/ar/read.c
  1.6.2.2   +2 -28     src/usr.bin/ar/write.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105071023.p47ANHbj075728>