Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2005 05:51:38 +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/libarchive COPYING Makefile Makefile.am archive.h.in configure.ac.in
Message-ID:  <200510130551.j9D5pcO4015466@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2005-10-13 05:51:38 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       COPYING Makefile Makefile.am archive.h.in 
                         configure.ac.in 
  Log:
  1) Use GNU libtool to build shared libraries on non-FreeBSD
     systems (or on FreeBSD systems when using ports).
  
  2) Overhaul the versioning logic.  In particular,
     SHLIB_MAJOR number is now computed as "major+minor",
     which ensures library versions are the same for
     the FreeBSD build system and the portable
     libtool/autoconf/automake build system.
  
  Revision  Changes    Path
  1.2       +1 -1      src/lib/libarchive/COPYING
  1.40      +65 -21    src/lib/libarchive/Makefile
  1.4       +5 -2      src/lib/libarchive/Makefile.am
  1.25      +8 -2      src/lib/libarchive/archive.h.in
  1.8       +7 -3      src/lib/libarchive/configure.ac.in



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