head 1.5; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1 OPENPKG_E1_FP:1.1 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1 OPENPKG_2_STABLE_20060622:1.1 OPENPKG_2_STABLE:1.1.0.4 OPENPKG_2_STABLE_BP:1.1 OPENPKG_2_5_RELEASE:1.1 OPENPKG_2_5_SOLID:1.1.0.2 OPENPKG_2_5_SOLID_BP:1.1; locks; strict; comment @# @; 1.5 date 2009.06.15.15.35.08; author rse; state Exp; branches; next 1.4; commitid bWseGhyhRrY6ZXRt; 1.4 date 2008.12.17.17.22.08; author rse; state Exp; branches; next 1.3; commitid PItKgoswXt5ymQut; 1.3 date 2008.07.12.12.47.11; author rse; state Exp; branches; next 1.2; commitid 5ywnVGNdnpz5Vvat; 1.2 date 2007.06.11.16.22.22; author thl; state Exp; branches; next 1.1; commitid dduLL14qPz76Svls; 1.1 date 2005.09.23.12.45.12; author rse; state Exp; branches; next ; desc @@ 1.5 log @upgrading package: xdelta 1.1.3 -> 1.1.4 @ text @Index: xdelta-1.1.4/xdelta.m4 --- xdelta-1.1.4/xdelta.m4.orig 2001-06-12 05:16:37 +0200 +++ xdelta-1.1.4/xdelta.m4 2008-07-12 14:42:21 +0200 @@@@ -4,7 +4,7 @@@@ dnl AM_PATH_XDELTA([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) dnl Test for XDELTA, and define XDELTA_CFLAGS and XDELTA_LIBS, if "gmodule" or dnl -AC_DEFUN(AM_PATH_XDELTA, +AC_DEFUN([AM_PATH_XDELTA], [dnl dnl Get the cflags and libraries from the xdelta-config script dnl @ 1.4 log @modifying package: xdelta-1.1.3 20080712 -> 20081217 @ text @d1 3 a3 3 Index: xdelta-1.1.3/xdelta.m4 --- xdelta-1.1.3/xdelta.m4.orig 2001-06-12 05:16:37 +0200 +++ xdelta-1.1.3/xdelta.m4 2008-07-12 14:42:21 +0200 a12 12 Index: xdelta-1.1.3/xdmain.c --- xdelta-1.1.3/xdmain.c.orig 2001-09-24 08:59:18 +0200 +++ xdelta-1.1.3/xdmain.c 2008-07-12 14:42:21 +0200 @@@@ -64,7 +64,7 @@@@ #include "xdelta.h" -extern HandleFuncTable xd_handle_table; +static HandleFuncTable xd_handle_table; #define XD_PAGE_SIZE (1<<20) @ 1.3 log @try to get building under FreeBSD/amd64 7.0 @ text @a24 13 Index: xdelta30r/xdelta3.h --- xdelta30r/xdelta3.h.orig 2007-10-10 11:24:37 +0200 +++ xdelta30r/xdelta3.h 2008-07-12 14:43:21 +0200 @@@@ -91,7 +91,9 @@@@ typedef u_int32_t uint32_t; #endif +#ifndef __FreeBSD__ typedef long long unsigned int uint64_t; +#endif #else #define WIN32_LEAN_AND_MEAN @ 1.2 log @defeat aclocal underquoted definition warning @ text @d1 15 a15 3 Index: xdmain.c --- xdmain.c.orig 2001-09-24 08:59:18 +0200 +++ xdmain.c 2005-09-23 14:43:23 +0200 d25 13 a37 13 Index: xdelta.m4 --- xdelta.m4.orig 2001-06-12 05:16:37 +0200 +++ xdelta.m4 2007-06-11 17:54:00 +0200 @@@@ -4,7 +4,7 @@@@ dnl AM_PATH_XDELTA([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) dnl Test for XDELTA, and define XDELTA_CFLAGS and XDELTA_LIBS, if "gmodule" or dnl -AC_DEFUN(AM_PATH_XDELTA, +AC_DEFUN([AM_PATH_XDELTA], [dnl dnl Get the cflags and libraries from the xdelta-config script dnl @ 1.1 log @fix building under new GCC 4.0 world order @ text @d13 13 @