From owner-cvs-src@FreeBSD.ORG Tue Sep 14 07:18:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB78116A4CE; Tue, 14 Sep 2004 07:18:44 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C97043D46; Tue, 14 Sep 2004 07:18:44 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i8E7Ih01066510; Tue, 14 Sep 2004 00:18:44 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i8E7IhWx066509; Tue, 14 Sep 2004 00:18:43 -0700 (PDT) (envelope-from obrien) Date: Tue, 14 Sep 2004 00:18:43 -0700 From: "David O'Brien" To: Tim Kientzle Message-ID: <20040914071843.GA66472@dragon.nuxi.com> References: <200403192237.i2JMb7O3096581@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403192237.i2JMb7O3096581@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h archive_entry.3 archive_entry.c archive_entry.h archive_platform.h archive_private.h archive_read.c archive_read_data_into_fd.c archive_read_support_compression_gzip.c archive_read_support_format_cpio.c archive_read_support_format_gnutar.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2004 07:18:45 -0000 On Fri, Mar 19, 2004 at 02:37:07PM -0800, Tim Kientzle wrote: > kientzle 2004/03/19 14:37:06 PST > > FreeBSD src repository > > Modified files: > lib/libarchive Makefile archive.h archive_entry.3 .. > Log: > Many fixes: > * Disabled shared-library building, as some API breakage is > still likely. Hi Tim, Is it safe to turn shared libs back on? -- -- David (obrien@FreeBSD.org)