head 1.9; access; symbols OPENPKG_E1_MP_HEAD:1.8 OPENPKG_E1_MP:1.8 OPENPKG_E1_MP_2_STABLE:1.7 OPENPKG_E1_FP:1.7 OPENPKG_2_STABLE_MP:1.8 OPENPKG_2_STABLE_20061018:1.7 OPENPKG_2_STABLE_20060622:1.7 OPENPKG_2_STABLE:1.7.0.2 OPENPKG_2_STABLE_BP:1.7 OPENPKG_2_5_RELEASE:1.5 OPENPKG_2_5_SOLID:1.5.0.8 OPENPKG_2_5_SOLID_BP:1.5 OPENPKG_2_4_RELEASE:1.5 OPENPKG_2_4_SOLID:1.5.0.6 OPENPKG_2_4_SOLID_BP:1.5 OPENPKG_CW_FP:1.5 OPENPKG_2_3_RELEASE:1.5 OPENPKG_2_3_SOLID:1.5.0.4 OPENPKG_2_3_SOLID_BP:1.5 OPENPKG_2_2_RELEASE:1.5 OPENPKG_2_2_SOLID:1.5.0.2 OPENPKG_2_2_SOLID_BP:1.5 OPENPKG_2_1_RELEASE:1.4 OPENPKG_2_1_SOLID:1.4.0.2 OPENPKG_2_1_SOLID_BP:1.4 OPENPKG_2_0_RELEASE:1.2 OPENPKG_2_0_SOLID:1.2.0.2 OPENPKG_2_0_SOLID_BP:1.2; locks; strict; comment @# @; 1.9 date 2008.08.08.14.17.58; author rse; state dead; branches; next 1.8; commitid Uu8tbzGSFMZqyZdt; 1.8 date 2006.10.30.09.30.04; author thl; state Exp; branches; next 1.7; commitid S4TIqLFPk594NGSr; 1.7 date 2006.04.11.07.10.12; author tho; state Exp; branches 1.7.2.1; next 1.6; commitid 4vfHr0KltqwEvIsr; 1.6 date 2005.11.10.07.26.59; author rse; state Exp; branches; next 1.5; commitid iid8dRR0DQRkub9r; 1.5 date 2004.10.08.18.03.23; author ms; state Exp; branches; next 1.4; 1.4 date 2004.06.10.19.34.14; author rse; state Exp; branches; next 1.3; 1.3 date 2004.06.08.12.04.40; author rse; state Exp; branches; next 1.2; 1.2 date 2004.01.15.18.01.25; author ms; state dead; branches; next 1.1; 1.1 date 2003.09.29.19.01.36; author rse; state Exp; branches; next ; 1.7.2.1 date 2006.10.30.10.38.18; author thl; state Exp; branches; next ; commitid I0Ufm9LLXKJtaHSr; desc @@ 1.9 log @try to cleanup packaging @ text @Index: common/ac/wchar.h --- common/ac/wchar.h.orig 2005-11-10 02:39:23 +0100 +++ common/ac/wchar.h 2005-11-10 07:51:00 +0100 @@@@ -27,6 +27,7 @@@@ #include #if HAVE_WCHAR_H +#include #include #if !HAVE_WINT_T Index: libaegis/input.h --- libaegis/input.h.orig 2005-11-10 02:39:23 +0100 +++ libaegis/input.h 2005-11-10 08:07:56 +0100 @@@@ -26,6 +26,9 @@@@ #include #include +#undef getc +#undef ungetc + /** * The input_ty abstract class represent a generic input source. */ @ 1.8 log @vendor changed tarball in place @ text @@ 1.7 log @upgrading package: aegis 4.21 -> 4.22 @ text @a24 17 Index: libaegis/input/curl.h --- libaegis/input/curl.h.orig 2006-03-29 11:07:48 +0200 +++ libaegis/input/curl.h 2006-04-11 08:52:55 +0200 @@@@ -27,7 +27,6 @@@@ #include -#ifdef HAVE_LIBCURL /** * The input_curl class is used to represent an input obtained via @@@@ -153,5 +152,4 @@@@ return input_curl::looks_likely(nstring(fn)); } -#endif // HAVE_LIBCURL #endif // LIBAEGIS_INPUT_CURL_H @ 1.7.2.1 log @MFC: vendor changed tarball in place @ text @d25 17 @ 1.6 log @upgrading package: aegis 4.20 -> 4.21 @ text @d25 17 @ 1.5 log @patch appears to be flawed (redefined methods) so remove these @ text @d2 3 a4 3 --- common/ac/wchar.h.orig 2004-06-10 08:12:37 +0200 +++ common/ac/wchar.h 2004-06-10 21:19:39 +0200 @@@@ -26,8 +26,09 @@@@ d12 13 @ 1.4 log @upgrading package: aegis 4.17 -> 4.18 @ text @d4 1 a4 1 @@@@ -26,8 +26,23 @@@@ a10 14 +#ifndef HAVE_WCSLEN +size_t wcslen(const wchar_t *); +#endif +#ifndef HAVE_MBRTOWC +size_t mbrtowc(wchar_t *, const char *, size_t, mbstate_t *); +#endif +#ifndef HAVE_WCRTOMB +size_t wcrtomb(char *, wchar_t, mbstate_t *); +#endif +#ifndef HAVE_WCWIDTH +int wcwidth(wint_t wc); +int wcswidth(wchar_t *wcs, size_t n); +#endif + a11 2 #define HAVE_WINT_T 1 #ifndef _WINT_T @ 1.3 log @upgrading package: aegis 4.16 -> 4.17 @ text @d2 2 a3 2 --- common/ac/wchar.h.orig 2004-06-02 21:52:45 +0200 +++ common/ac/wchar.h 2004-06-08 13:55:28 +0200 d7 1 a7 1 #ifdef HAVE_WCHAR_H d25 2 a26 2 #ifndef HAVE_WINT_T #define HAVE_WINT_T @ 1.2 log @remove old patch which is no longer referenced in spec file @ text @d1 27 a27 26 Index: libaegis/getgr_cache.c --- libaegis/getgr_cache.c.orig 2003-09-29 11:14:14.000000000 +0200 +++ libaegis/getgr_cache.c 2003-09-29 20:55:11.000000000 +0200 @@@@ -49,7 +49,7 @@@@ #ifndef SOURCE_FORGE_HACK result->gr_name = 0; result->gr_passwd = 0; - result->gr_gid = (__gid_t)-1; + result->gr_gid = (gid_t)-1; result->gr_mem = 0; #else /* Index: libaegis/getpw_cache.c --- libaegis/getpw_cache.c.orig 2003-09-29 11:14:14.000000000 +0200 +++ libaegis/getpw_cache.c 2003-09-29 20:55:27.000000000 +0200 @@@@ -49,8 +49,8 @@@@ #ifndef SOURCE_FORGE_HACK result->pw_name = 0; result->pw_passwd = 0; - result->pw_uid = (__uid_t)-1; - result->pw_gid = (__gid_t)-1; + result->pw_uid = (uid_t)-1; + result->pw_gid = (gid_t)-1; result->pw_gecos = 0; #ifdef HAVE_pw_comment result->pw_comment = 0; @ 1.1 log @upgrading package: aegis 4.11 -> 4.12 @ text @@