head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.09.11.12.09.13;	author knu;	state dead;
branches;
next	1.1;

1.1
date	2001.02.01.14.48.44;	author sf;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 1.13.22.

PR:		ports/30371
Submitted by:	Cyrille Lefevre <clefevre@@citeweb.net>

Add a patch to work around a /bin/sh bug described in PR #30392.

Submitted by:	Christian Weisgerber <naddy@@mips.inka.de>
@
text
@$FreeBSD: ports/archivers/gtar/files/patch-lib_dirname_c,v 1.1 2001/02/01 14:48:44 sf Exp $
--- lib/dirname.c.orig	Wed Jan 31 02:08:57 2001
+++ lib/dirname.c	Wed Jan 31 02:10:31 2001
@@@@ -19,6 +19,12 @@@@
 # include <config.h>
 #endif
 
+#if HAVE_STRING_H
+# include <string.h>
+#else
+# include <strings.h>
+#endif
+
 #if HAVE_STDLIB_H
 # include <stdlib.h>
 #endif
@


1.1
log
@o update to 1.13.19.
o deinstall info properly.
o add WANT_STATIC flavor.

PR:		24502
Submitted by:	Cyrille Lefevre <clefevre@@citeweb.net>,
		maintainer
@
text
@d1 1
a1 1
$FreeBSD$
@

