From owner-cvs-all@FreeBSD.ORG Sat Apr 23 17:56:35 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43B7616A4CE; Sat, 23 Apr 2005 17:56:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 165D443D54; Sat, 23 Apr 2005 17:56:35 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3NHuYiQ093082; Sat, 23 Apr 2005 17:56:34 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3NHuY3B093081; Sat, 23 Apr 2005 17:56:34 GMT (envelope-from kientzle) Message-Id: <200504231756.j3NHuY3B093081@repoman.freebsd.org> From: Tim Kientzle Date: Sat, 23 Apr 2005 17:56:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive Makefile archive_platform.h configure.ac.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2005 17:56:35 -0000 kientzle 2005-04-23 17:56:34 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive_platform.h configure.ac.in Log: Fix broken ACL configuration on FreeBSD 4 and Linux. Thanks to: Greg Lewis, Juergen Lock, Jaakko Heinonen for reporting and testing Revision Changes Path 1.34 +3 -2 src/lib/libarchive/Makefile 1.14 +12 -5 src/lib/libarchive/archive_platform.h 1.4 +4 -0 src/lib/libarchive/configure.ac.in