Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
$NetBSD: patch-aa,v 1.1 2006/01/03 15:51:02 joerg Exp $
--- xtend.c.orig 2006-01-03 15:34:49.000000000 +0000
+++ xtend.c
@@ -44,5 +44,4 @@ static char RCSID[] = "@(#) $Id: xtend.c
static char RCSID2[] = "@(#) $Silliness: Why are you snooping with ident? $";
-extern int errno;
int verbose = 0, special = 0;
char parsefunction (char *byte);
+13
View File
@@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.1 2006/01/03 15:51:02 joerg Exp $
--- util.c.orig 2006-01-03 15:36:06.000000000 +0000
+++ util.c
@@ -51,7 +51,7 @@
#include <time.h>
#endif /* !HAVE_CONFIG_H */
-extern int errno, verbose, special, statusfile;
+extern int verbose, special, statusfile;
extern unsigned short okaytowipe;
extern unsigned char addresstable[16][16];
extern char *file, *port, *lockdir;
+12
View File
@@ -0,0 +1,12 @@
$NetBSD: patch-ac,v 1.1 2006/01/03 15:51:02 joerg Exp $
--- parse.c.orig 2006-01-03 15:37:34.000000000 +0000
+++ parse.c
@@ -60,7 +60,6 @@ char *commandcodes[] =
"statusrequest"
};
-extern int errno;
extern char *port, *file, *shell, rcfilename[PATH_MAX], *lockdir, status;
extern unsigned char addresstable[16][16];
extern int verbose, special, statusfile;
+12
View File
@@ -0,0 +1,12 @@
$NetBSD: patch-ad,v 1.1 2006/01/03 15:51:02 joerg Exp $
--- exec.c.orig 2006-01-03 15:46:21.000000000 +0000
+++ exec.c
@@ -35,7 +35,6 @@
#include <vfork.h>
#endif
-extern int errno;
extern char **environ;
extern char *shell;
extern char *commands[];
+14
View File
@@ -0,0 +1,14 @@
$NetBSD: patch-ae,v 1.1 2010/02/19 14:16:31 joerg Exp $
--- Makefile.in.orig 1999-03-18 23:57:21.000000000 +0000
+++ Makefile.in
@@ -82,8 +82,7 @@ xtend: xtend.o util.o parse.o exec.o @LI
$(CC) $(LDFLAGS) xtend.o util.o parse.o exec.o @LIBOBJS@ -o xtend
install: $(PROGS)
- -mv $(bindir)/xtend $(bindir)/xtend.old
- ${INSTALL_PROGRAM} -m @xtend_perms@ @xtend_group@ @xtend_owner@ xtend $(DESTDIR)$(bindir)
+ ${INSTALL_PROGRAM} xtend $(DESTDIR)$(bindir)
${INSTALL_DATA} xtend.1 $(DESTDIR)$(mandir)/man1
config.h.in: configure acconfig.h