From 0ae8d6c9f04e4f411f6ce8e0ab161f12da818006 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 24 Jan 2005 16:58:06 +0000 Subject: Fix build on Interix. (Changes submitted to author.) --- archivers/dar/patches/patch-ab | 13 +++++++++++++ archivers/dar/patches/patch-ac | 13 +++++++++++++ archivers/dar/patches/patch-ad | 14 ++++++++++++++ archivers/dar/patches/patch-ae | 14 ++++++++++++++ archivers/dar/patches/patch-af | 14 ++++++++++++++ archivers/dar/patches/patch-ag | 14 ++++++++++++++ archivers/dar/patches/patch-ah | 14 ++++++++++++++ archivers/dar/patches/patch-ai | 14 ++++++++++++++ 8 files changed, 110 insertions(+) create mode 100644 archivers/dar/patches/patch-ab create mode 100644 archivers/dar/patches/patch-ac create mode 100644 archivers/dar/patches/patch-ad create mode 100644 archivers/dar/patches/patch-ae create mode 100644 archivers/dar/patches/patch-af create mode 100644 archivers/dar/patches/patch-ag create mode 100644 archivers/dar/patches/patch-ah create mode 100644 archivers/dar/patches/patch-ai (limited to 'archivers/dar/patches') diff --git a/archivers/dar/patches/patch-ab b/archivers/dar/patches/patch-ab new file mode 100644 index 00000000000..9013f7079d7 --- /dev/null +++ b/archivers/dar/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2005/01/24 16:58:06 tv Exp $ + +--- configure.ac.orig 2005-01-24 11:28:25.000000000 -0500 ++++ configure.ac +@@ -47,7 +47,7 @@ AC_HEADER_STDC + AC_HEADER_SYS_WAIT + AC_CHECK_HEADER(zlib.h, [], [AC_MSG_ERROR([Cannot find zlib.h header file])]) + AC_CHECK_HEADER(bzlib.h, [], [AC_MSG_ERROR([Cannot find bzlib.h header file])]) +-AC_CHECK_HEADERS([fcntl.h netinet/in.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h termios.h unistd.h utime.h sys/types.h signal.h errno.h sys/un.h sys/stat.h time.h fnmatch.h regex.h pwd.h grp.h getopt.h stdio.h]) ++AC_CHECK_HEADERS([fcntl.h netinet/in.h arpa/inet.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h termios.h unistd.h utime.h sys/types.h signal.h errno.h sys/un.h sys/stat.h time.h fnmatch.h regex.h pwd.h grp.h getopt.h stdio.h]) + + AC_SYS_LARGEFILE + diff --git a/archivers/dar/patches/patch-ac b/archivers/dar/patches/patch-ac new file mode 100644 index 00000000000..a325ae4b029 --- /dev/null +++ b/archivers/dar/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2005/01/24 16:58:06 tv Exp $ + +--- configure.orig 2005-01-24 11:28:21.000000000 -0500 ++++ configure +@@ -20128,7 +20128,7 @@ fi + + + +-for ac_header in fcntl.h netinet/in.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h termios.h unistd.h utime.h sys/types.h signal.h errno.h sys/un.h sys/stat.h time.h fnmatch.h regex.h pwd.h grp.h getopt.h stdio.h ++for ac_header in fcntl.h netinet/in.h arpa/inet.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h termios.h unistd.h utime.h sys/types.h signal.h errno.h sys/un.h sys/stat.h time.h fnmatch.h regex.h pwd.h grp.h getopt.h stdio.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + if eval "test \"\${$as_ac_Header+set}\" = set"; then diff --git a/archivers/dar/patches/patch-ad b/archivers/dar/patches/patch-ad new file mode 100644 index 00000000000..541853b5692 --- /dev/null +++ b/archivers/dar/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.1 2005/01/24 16:58:06 tv Exp $ + +--- src/libdar/catalogue.cpp.orig 2005-01-24 11:29:06.000000000 -0500 ++++ src/libdar/catalogue.cpp +@@ -35,6 +35,9 @@ extern "C" + #if HAVE_NETINET_IN_H + #include + #endif ++#if HAVE_ARPA_INET_H ++#include ++#endif + + #ifdef STDC_HEADERS + #include diff --git a/archivers/dar/patches/patch-ae b/archivers/dar/patches/patch-ae new file mode 100644 index 00000000000..f80bc00c50f --- /dev/null +++ b/archivers/dar/patches/patch-ae @@ -0,0 +1,14 @@ +$NetBSD: patch-ae,v 1.1 2005/01/24 16:58:06 tv Exp $ + +--- src/libdar/header.cpp.orig 2005-01-24 11:29:34.000000000 -0500 ++++ src/libdar/header.cpp +@@ -35,6 +35,9 @@ extern "C" + #if HAVE_NETINET_IN_H + #include + #endif ++#if HAVE_ARPA_INET_H ++#include ++#endif + + #if TIME_WITH_SYS_TIME + # include diff --git a/archivers/dar/patches/patch-af b/archivers/dar/patches/patch-af new file mode 100644 index 00000000000..aff68884080 --- /dev/null +++ b/archivers/dar/patches/patch-af @@ -0,0 +1,14 @@ +$NetBSD: patch-af,v 1.1 2005/01/24 16:58:06 tv Exp $ + +--- src/libdar/zapette.cpp.orig 2005-01-24 11:30:02.000000000 -0500 ++++ src/libdar/zapette.cpp +@@ -36,6 +36,9 @@ extern "C" + #if HAVE_NETINET_IN_H + #include + #endif ++#if HAVE_ARPA_INET_H ++#include ++#endif + } // end extern "C" + + #include diff --git a/archivers/dar/patches/patch-ag b/archivers/dar/patches/patch-ag new file mode 100644 index 00000000000..052230673c7 --- /dev/null +++ b/archivers/dar/patches/patch-ag @@ -0,0 +1,14 @@ +$NetBSD: patch-ag,v 1.1 2005/01/24 16:58:06 tv Exp $ + +--- src/dar_suite/data_tree.cpp.orig 2005-01-24 11:30:25.000000000 -0500 ++++ src/dar_suite/data_tree.cpp +@@ -35,6 +35,9 @@ extern "C" + #if HAVE_NETINET_IN_H + #include + #endif ++#if HAVE_ARPA_INET_H ++#include ++#endif + } // end extern "C" + + #include diff --git a/archivers/dar/patches/patch-ah b/archivers/dar/patches/patch-ah new file mode 100644 index 00000000000..2ee656f5d0d --- /dev/null +++ b/archivers/dar/patches/patch-ah @@ -0,0 +1,14 @@ +$NetBSD: patch-ah,v 1.1 2005/01/24 16:58:06 tv Exp $ + +--- config.h.in.orig 2005-01-24 11:40:24.000000000 -0500 ++++ config.h.in +@@ -21,6 +21,9 @@ + */ + #undef HAVE_ALLOCA_H + ++/* Define to 1 if you have the header file. */ ++#undef HAVE_ARPA_INET_H ++ + /* Define to 1 if you have the `btowc' function. */ + #undef HAVE_BTOWC + diff --git a/archivers/dar/patches/patch-ai b/archivers/dar/patches/patch-ai new file mode 100644 index 00000000000..79b8acd6b1d --- /dev/null +++ b/archivers/dar/patches/patch-ai @@ -0,0 +1,14 @@ +$NetBSD: patch-ai,v 1.1 2005/01/24 16:58:06 tv Exp $ + +--- src/libdar/filesystem.cpp.orig 2005-01-24 11:52:38.000000000 -0500 ++++ src/libdar/filesystem.cpp +@@ -93,6 +93,9 @@ char *strchr (), *strrchr (); + + #if MAJOR_IN_MKDEV + #include ++#if !defined(makedev) && defined(mkdev) ++#define makedev(a,b) mkdev((a),(b)) ++#endif + #else + #if MAJOR_IN_SYSMACROS + #include -- cgit v1.2.3