Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 2004 04:14:47 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libarchivearchive_read_support_compression_all.c archive_read_support_compression_bzip2.c archive_write_set_compression_bzip2.c archive_write_set_compression_gzip.c
Message-ID:  <200407300414.i6U4ElBw068754@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2004-07-30 04:14:47 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_support_compression_all.c 
                         archive_read_support_compression_bzip2.c 
                         archive_read_support_compression_gzip.c 
                         archive_write_set_compression_bzip2.c 
                         archive_write_set_compression_gzip.c 
  Log:
  Conditionalize the bzip2/gzip compression/decompression
  code on the existence of the relevant libraries (actually,
  the existence of the include files).
  
  This will allow the library to be easily ported to systems
  that don't have these libraries.  (Of course, it also means
  that clients using the library on such systems will not be
  able to take advantage of the automatic compression format
  detection.)
  
  Revision  Changes    Path
  1.5       +5 -0      src/lib/libarchive/archive_read_support_compression_all.c
  1.5       +6 -0      src/lib/libarchive/archive_read_support_compression_bzip2.c
  1.6       +6 -0      src/lib/libarchive/archive_read_support_compression_gzip.c
  1.5       +6 -0      src/lib/libarchive/archive_write_set_compression_bzip2.c
  1.6       +6 -0      src/lib/libarchive/archive_write_set_compression_gzip.c



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