summaryrefslogtreecommitdiff
path: root/archivers/dar/patches
diff options
context:
space:
mode:
authormartti <martti>2005-06-29 07:38:40 +0000
committermartti <martti>2005-06-29 07:38:40 +0000
commit16da8f228606e386829aed756b01fe23dc64e17a (patch)
tree377feece77375486b7dbc8c7aaa32324bd875178 /archivers/dar/patches
parent660aaa54183aad9dc1d67d4e82402fffee46d042 (diff)
downloadpkgsrc-16da8f228606e386829aed756b01fe23dc64e17a.tar.gz
Updated dar to 2.2.2
* lots of new options * lots of bug fixes * translation updates * documentation updates
Diffstat (limited to 'archivers/dar/patches')
-rw-r--r--archivers/dar/patches/patch-ab24
-rw-r--r--archivers/dar/patches/patch-ac13
-rw-r--r--archivers/dar/patches/patch-ad14
-rw-r--r--archivers/dar/patches/patch-ae14
-rw-r--r--archivers/dar/patches/patch-af14
-rw-r--r--archivers/dar/patches/patch-ag14
-rw-r--r--archivers/dar/patches/patch-ah14
-rw-r--r--archivers/dar/patches/patch-ai14
-rw-r--r--archivers/dar/patches/patch-aj14
-rw-r--r--archivers/dar/patches/patch-ak13
-rw-r--r--archivers/dar/patches/patch-al22
11 files changed, 12 insertions, 158 deletions
diff --git a/archivers/dar/patches/patch-ab b/archivers/dar/patches/patch-ab
index 9013f7079d7..f584b439bf4 100644
--- a/archivers/dar/patches/patch-ab
+++ b/archivers/dar/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.1 2005/01/24 16:58:06 tv Exp $
+$NetBSD: patch-ab,v 1.2 2005/06/29 07:38:40 martti 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
-
+--- doc/mini-howto/Makefile.in.orig 2005-06-09 13:19:08.000000000 +0300
++++ doc/mini-howto/Makefile.in 2005-06-09 13:19:21.000000000 +0300
+@@ -17,7 +17,7 @@
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-pkgdatadir = $(datadir)/@PACKAGE@
++pkgdatadir = $(datadir)/doc/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ../..
diff --git a/archivers/dar/patches/patch-ac b/archivers/dar/patches/patch-ac
deleted file mode 100644
index a325ae4b029..00000000000
--- a/archivers/dar/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$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
deleted file mode 100644
index 541853b5692..00000000000
--- a/archivers/dar/patches/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
-$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 <netinet/in.h>
- #endif
-+#if HAVE_ARPA_INET_H
-+#include <arpa/inet.h>
-+#endif
-
- #ifdef STDC_HEADERS
- #include <ctype.h>
diff --git a/archivers/dar/patches/patch-ae b/archivers/dar/patches/patch-ae
deleted file mode 100644
index f80bc00c50f..00000000000
--- a/archivers/dar/patches/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
-$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 <netinet/in.h>
- #endif
-+#if HAVE_ARPA_INET_H
-+#include <arpa/inet.h>
-+#endif
-
- #if TIME_WITH_SYS_TIME
- # include <sys/time.h>
diff --git a/archivers/dar/patches/patch-af b/archivers/dar/patches/patch-af
deleted file mode 100644
index aff68884080..00000000000
--- a/archivers/dar/patches/patch-af
+++ /dev/null
@@ -1,14 +0,0 @@
-$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 <netinet/in.h>
- #endif
-+#if HAVE_ARPA_INET_H
-+#include <arpa/inet.h>
-+#endif
- } // end extern "C"
-
- #include <string>
diff --git a/archivers/dar/patches/patch-ag b/archivers/dar/patches/patch-ag
deleted file mode 100644
index 052230673c7..00000000000
--- a/archivers/dar/patches/patch-ag
+++ /dev/null
@@ -1,14 +0,0 @@
-$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 <netinet/in.h>
- #endif
-+#if HAVE_ARPA_INET_H
-+#include <arpa/inet.h>
-+#endif
- } // end extern "C"
-
- #include <iomanip>
diff --git a/archivers/dar/patches/patch-ah b/archivers/dar/patches/patch-ah
deleted file mode 100644
index 2ee656f5d0d..00000000000
--- a/archivers/dar/patches/patch-ah
+++ /dev/null
@@ -1,14 +0,0 @@
-$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 <arpa/inet.h> 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
deleted file mode 100644
index 79b8acd6b1d..00000000000
--- a/archivers/dar/patches/patch-ai
+++ /dev/null
@@ -1,14 +0,0 @@
-$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 <sys/mkdev.h>
-+#if !defined(makedev) && defined(mkdev)
-+#define makedev(a,b) mkdev((a),(b))
-+#endif
- #else
- #if MAJOR_IN_SYSMACROS
- #include <sys/sysmacros.h>
diff --git a/archivers/dar/patches/patch-aj b/archivers/dar/patches/patch-aj
deleted file mode 100644
index a8fbd26e948..00000000000
--- a/archivers/dar/patches/patch-aj
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aj,v 1.1 2005/01/24 17:51:57 tv Exp $
-
---- src/testing/Makefile.am.orig 2005-01-24 12:46:13.000000000 -0500
-+++ src/testing/Makefile.am
-@@ -13,7 +13,9 @@ endif
-
- noinst_PROGRAMS = test_hide_file test_terminateur test_catalogue test_infinint test_tronc test_compressor test_mask test_tuyau test_deci test_path test_erreurs test_sar test_filesystem test_scrambler test_generic_file test_storage test_special_alloc test_limitint test_libdar
- LDADD = -L../libdar -l$(MYLIB)
-+if DEBUG_STATIC
- AM_LDFLAGS = -all-static
-+endif
- noinst_HEADERS = testtools.hpp
-
- test_hide_file_SOURCES = test_hide_file.cpp ../dar_suite/no_comment.cpp ../dar_suite/hide_file.cpp ../dar_suite/config_file.cpp
diff --git a/archivers/dar/patches/patch-ak b/archivers/dar/patches/patch-ak
deleted file mode 100644
index 622748e46ca..00000000000
--- a/archivers/dar/patches/patch-ak
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ak,v 1.1 2005/01/24 17:51:57 tv Exp $
-
---- src/testing/Makefile.in.orig 2005-01-24 12:46:14.000000000 -0500
-+++ src/testing/Makefile.in
-@@ -155,7 +155,7 @@ upx = @upx@
-
- noinst_PROGRAMS = test_hide_file test_terminateur test_catalogue test_infinint test_tronc test_compressor test_mask test_tuyau test_deci test_path test_erreurs test_sar test_filesystem test_scrambler test_generic_file test_storage test_special_alloc test_limitint test_libdar
- LDADD = -L../libdar -l$(MYLIB)
--AM_LDFLAGS = -all-static
-+@DEBUG_STATIC_TRUE@AM_LDFLAGS = -all-static
- noinst_HEADERS = testtools.hpp
-
- test_hide_file_SOURCES = test_hide_file.cpp ../dar_suite/no_comment.cpp ../dar_suite/hide_file.cpp ../dar_suite/config_file.cpp
diff --git a/archivers/dar/patches/patch-al b/archivers/dar/patches/patch-al
deleted file mode 100644
index 9a733fb514d..00000000000
--- a/archivers/dar/patches/patch-al
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-al,v 1.1 2005/01/24 17:57:15 tv Exp $
-
---- src/testing/test_filesystem.cpp.orig 2005-01-24 12:53:17.000000000 -0500
-+++ src/testing/test_filesystem.cpp
-@@ -53,6 +53,17 @@ extern "C"
- #if HAVE_SYS_UN_H
- #include <sys/un.h>
- #endif
-+
-+#if MAJOR_IN_MKDEV
-+#include <sys/mkdev.h>
-+#if !defined(makedev) && defined(mkdev)
-+#define makedev(a,b) mkdev((a),(b))
-+#endif
-+#else
-+#if MAJOR_IN_SYSMACROS
-+#include <sys/sysmacros.h>
-+#endif
-+#endif
- } // end extern "C"
-
- #include <string.h>