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


1.2
date	2001.02.01.14.48.44;	author sf;	state dead;
branches;
next	1.1;

1.1
date	2000.12.26.21.25.35;	author andreas;	state Exp;
branches;
next	;


desc
@@


1.2
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
@--- lib/prepargs.c.orig	Thu Nov 16 01:32:16 2000
+++ lib/prepargs.c	Thu Nov 16 01:32:58 2000
@@@@ -23,6 +23,11 @@@@
 #endif
 #include "prepargs.h"
 #include <sys/types.h>
+#if HAVE_STRING_H
+# include <string.h>
+#else
+# include <strings.h>
+#endif
 #include <xalloc.h>
 
 #include <ctype.h>
@


1.1
log
@import more stuff from PR 23815
- use PKGNAMEPREFIX so that package is named *g*tar like the port
- patch-ac silences gcc when compiling prepargs.c
additionally:
- fetch patch-ab out of Attic, we still want info file not
  splitted into pieces
- bump PORTREVISION, since patch-ab fixes package building

PR:		23815
Submitted by:	Christian Weisgerber <naddy@@mips.inka.de>
@
text
@@

