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

View File

@@ -0,0 +1,38 @@
$NetBSD: patch-aa,v 1.1.1.1 1999/10/17 04:42:17 fredb Exp $
--- Makefile.in.orig Mon Aug 31 13:40:14 1998
+++ Makefile.in Fri Oct 15 18:51:56 1999
@@ -42,7 +42,7 @@
HARDLINK = ln -f
CC = @CC@
-INCLUDES = @CPPFLAGS@ -Ilibhfs @TCL_INCLUDES@ @TK_INCLUDES@
+INCLUDES = @CPPFLAGS@ @TCL_INCLUDES@ @TK_INCLUDES@
DEFINES = @DEFS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
@@ -51,7 +51,7 @@
TKLIBS = @TK_LIB_SPEC@ @TCL_LIB_SPEC@ @TK_LIBS@
COPTS = @CFLAGS@
-LDOPTS = @LDFLAGS@ -Llibhfs
+LDOPTS = @LDFLAGS@
### END OF USER CUSTOMIZATION #################################################
@@ -67,11 +67,11 @@
TCLTARGETS = hfssh hfs
TKTARGETS = xhfs
-LIBHFS = libhfs/libhfs.a
-INCHFS = libhfs/hfs.h
+LIBHFS =
+INCHFS =
-LIBRSRC = librsrc/librsrc.a
-INCRSRC = librsrc/rsrc.h
+LIBRSRC =
+INCRSRC =
HFSUTIL = hfsutil
HFSCK = hfsck/hfsck

View File

@@ -0,0 +1,11 @@
$NetBSD: patch-ab,v 1.1 2006/03/24 19:38:08 joerg Exp $
--- hfsutil.h.orig 2006-03-24 19:09:05.000000000 +0000
+++ hfsutil.h
@@ -20,5 +20,5 @@
*/
-extern int errno;
+#include <errno.h>
# define ERROR(code, str) (hfs_error = (str), errno = (code))

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-ac,v 1.1 2006/03/24 19:38:08 joerg Exp $
--- hcwd.c.orig 2006-03-24 19:09:35.000000000 +0000
+++ hcwd.c
@@ -43,8 +43,6 @@ static mountent *mounts = 0;
static int mtabsz = 0, nmounts = 0;
static int curvol = -1, dirty = 0;
-extern int errno;
-
/*
* NAME: addent()
* DESCRIPTION: insert mount entry into table

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-ad,v 1.1 2006/03/24 19:38:08 joerg Exp $
--- binhex.c.orig 2006-03-24 19:16:23.000000000 +0000
+++ binhex.c
@@ -38,8 +38,6 @@ int dup(int);
const char *bh_error = "no error";
-extern int errno;
-
# define ERROR(code, str) (bh_error = (str), errno = (code))
static FILE *file; /* input/output file */

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-ae,v 1.1 2006/03/24 19:38:08 joerg Exp $
--- copyin.c.orig 2006-03-24 19:19:27.000000000 +0000
+++ copyin.c
@@ -48,8 +48,6 @@ int dup(int);
const char *cpi_error = "no error";
-extern int errno;
-
# define ERROR(code, str) (cpi_error = (str), errno = (code))
# define MACB_BLOCKSZ 128

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-af,v 1.1 2006/03/24 19:38:08 joerg Exp $
--- copyout.c.orig 2006-03-24 19:24:34.000000000 +0000
+++ copyout.c
@@ -49,8 +49,6 @@ int dup(int);
const char *cpo_error = "no error";
-extern int errno;
-
# define ERROR(code, str) (cpo_error = (str), errno = (code))
# define MACB_BLOCKSZ 128