head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2004.04.12.20.25.50;	author glewis;	state dead;
branches;
next	1.1;

1.1
date	2004.03.24.17.20.48;	author glewis;	state Exp;
branches;
next	;


desc
@@


1.2
log
@. Update to the 2004-04-08 snapshot.
@
text
@--- Makefile.orig	Tue Mar 23 15:41:55 2004
+++ Makefile	Tue Mar 23 15:42:03 2004
@@@@ -120,7 +120,6 @@@@
 CFLAGS+= -DHAVE_DMALLOC -I/usr/local/include
 LDFLAGS+= -L/usr/local/lib -ldmalloc
 .endif
-CFLAGS+= -O3
 
 WARNS?=	6
 
@


1.1
log
@Add a port of Tim Kientzle's libarchive:

Libarchive is a programming library that can create and read several
different streaming archive formats, including most popular tar
variants and the POSIX cpio format.

WWW: http://people.freebsd.org/~kientzle/libarchive/

This code is present in -CURRENT but Tim currently has no intention of
MFC'ing it.  The port will allow 4.x users to benefit from Tim's current
work and the tools he is building on top of it (bsdtar, libpkg).

Not objected to by:	kientzle
@
text
@@

