head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.3 OPENPKG_E1_MP:1.3 OPENPKG_E1_MP_2_STABLE:1.3 OPENPKG_E1_FP:1.3 OPENPKG_2_STABLE_MP:1.3 OPENPKG_2_STABLE_20061018:1.3 OPENPKG_2_STABLE_20060622:1.3 OPENPKG_2_STABLE:1.3.0.10 OPENPKG_2_STABLE_BP:1.3 OPENPKG_2_5_RELEASE:1.3 OPENPKG_2_5_SOLID:1.3.0.8 OPENPKG_2_5_SOLID_BP:1.3 OPENPKG_2_4_RELEASE:1.3 OPENPKG_2_4_SOLID:1.3.0.6 OPENPKG_2_4_SOLID_BP:1.3 OPENPKG_CW_FP:1.3 OPENPKG_2_3_RELEASE:1.3 OPENPKG_2_3_SOLID:1.3.0.4 OPENPKG_2_3_SOLID_BP:1.3 OPENPKG_2_2_RELEASE:1.3 OPENPKG_2_2_SOLID:1.3.0.2 OPENPKG_2_2_SOLID_BP:1.3 OPENPKG_2_1_RELEASE:1.2 OPENPKG_2_1_SOLID:1.2.0.10 OPENPKG_2_1_SOLID_BP:1.2 OPENPKG_2_0_RELEASE:1.2 OPENPKG_2_0_SOLID:1.2.0.8 OPENPKG_2_0_SOLID_BP:1.2 OPENPKG_1_3_RELEASE:1.2 OPENPKG_1_3_SOLID:1.2.0.6 OPENPKG_1_3_SOLID_BP:1.2 OPENPKG_1_STABLE_MP:1.2 OPENPKG_1_2_RELEASE:1.2 OPENPKG_1_2_SOLID:1.2.0.4 OPENPKG_1_2_SOLID_BP:1.2 OPENPKG_1_STABLE:1.2.0.2 OPENPKG_1_STABLE_BP:1.2; locks; strict; comment @# @; 1.3 date 2004.08.18.07.58.23; author rse; state Exp; branches; next 1.2; 1.2 date 2003.01.17.10.47.13; author rse; state Exp; branches; next 1.1; 1.1 date 2002.10.16.16.10.48; author rse; state Exp; branches; next ; desc @@ 1.3 log @upgrading package: tardy 1.11 -> 1.12 @ text @Index: common/tar/input/filename.cc --- common/tar/input/filename.cc.orig 2004-08-17 04:48:24.000000000 +0200 +++ common/tar/input/filename.cc 2004-08-18 09:55:17.567867930 +0200 @@@@ -29,6 +29,9 @@@@ #include #include #include +#if defined(__sun) +#include +#endif #include #include @ 1.2 log @fix building under Solaris and bless it for PLUS @ text @d1 4 a4 48 --- common/error.cc Wed Oct 16 13:53:49 2002 +++ common/error.cc Wed Oct 16 18:01:24 2002 @@@@ -28,6 +28,7 @@@@ #include #include +#include #include #include #include --- common/tar/input/filename.cc Wed Oct 16 13:53:49 2002 +++ common/tar/input/filename.cc Wed Oct 16 18:01:36 2002 @@@@ -27,7 +27,6 @@@@ #include #include #include -#include #include #include --- common/config.h.in.orig Sun Oct 20 04:08:24 2002 +++ common/config.h.in Fri Jan 17 11:32:21 2003 @@@@ -130,6 +130,9 @@@@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H +/* Define if you have the header file. */ +#undef HAVE_SYS_MKDEV_H + /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET --- configure.orig Sun Oct 20 04:08:24 2002 +++ configure Fri Jan 17 11:31:21 2003 @@@@ -2960,7 +2960,7 @@@@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ - inttypes.h stdint.h unistd.h + inttypes.h stdint.h unistd.h sys/mkdev.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_header" >&5 --- common/tar/input/filename.cc.orig Fri Jan 17 11:29:31 2003 +++ common/tar/input/filename.cc Fri Jan 17 11:32:56 2003 @@@@ -27,6 +27,9 @@@@ #include #include d6 3 a8 1 +#ifdef HAVE_SYS_MKDEV_H a10 2 #include #include d12 2 @ 1.1 log @new package: tardy 1.10 (Tar File Post-Processor) @ text @d21 35 @