diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-16 15:25:16 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-16 15:25:16 +0000 |
commit | 7f30f3cc02e61befaaec2e7710c27f7aee84a6df (patch) | |
tree | 4b0eb884464a0d935b9e1de518a5d74da79c0021 /net-im/centericq/files | |
parent | ab98b0a1da91f07e13be44260f0d28e2ffd3ad2d (diff) | |
download | FreeBSD-ports-7f30f3cc02e61befaaec2e7710c27f7aee84a6df.zip FreeBSD-ports-7f30f3cc02e61befaaec2e7710c27f7aee84a6df.tar.gz |
upgrade to 4.5.0
Diffstat (limited to 'net-im/centericq/files')
-rw-r--r-- | net-im/centericq/files/patch-aa | 36 | ||||
-rw-r--r-- | net-im/centericq/files/patch-configure | 14 |
2 files changed, 7 insertions, 43 deletions
diff --git a/net-im/centericq/files/patch-aa b/net-im/centericq/files/patch-aa deleted file mode 100644 index ba3c9d0..0000000 --- a/net-im/centericq/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ ---- icqlib-1.2/cyrillic.c.orig Mon Jul 2 09:38:19 2001 -+++ icqlib-1.2/cyrillic.c Mon Jul 2 09:41:54 2001 -@@ -30,8 +30,8 @@ - - BYTE kw[] = {128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143, - 144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159, -- 160,161,162,184,164,165,166,167,168,169,170,171,172,173,174,175, -- 176,177,178,168,180,181,182,183,184,185,186,187,188,189,190,191, -+ 160,161,162,184,186,165,179,191,168,169,170,171,172,180,174,175, -+ 176,177,178,168,170,181,178,175,184,185,170,187,188,165,190,169, - 254,224,225,246,228,229,244,227,245,232,233,234,235,236,237,238, - 239,255,240,241,242,243,230,226,252,251,231,248,253,249,247,250, - 222,192,193,214,196,197,212,195,213,200,201,202,203,204,205,206, -@@ -39,8 +39,8 @@ - - BYTE wk[] = {128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143, - 144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159, -- 160,161,162,163,164,165,166,167,179,169,170,171,172,173,174,175, -- 176,177,178,179,180,181,182,183,163,185,186,187,188,189,190,191, -+ 160,161,162,163,164,189,166,167,179,191,180,171,172,173,174,183, -+ 176,177,182,166,173,181,182,183,163,185,164,187,188,189,190,167, - 225,226,247,231,228,229,246,250,233,234,235,236,237,238,239,240, - 242,243,244,245,230,232,227,254,251,253,255,249,248,252,224,241, - 193,194,215,199,196,197,214,218,201,202,203,204,205,206,207,208, -@@ -53,6 +53,11 @@ - This function will convert string from windows 1251 to koi8 - or from koi8 to windows 1251. - Andrew Frolov dron@ilm.net -+********************************************************* -+Fixed for win1251<->koi8-u convertion. Now all Ukrainian letters -+ are transcoded! -+Kunytsa Olexander aka Cawko Xakep UKMA InterNet Project -+xakep@snark.ukma.kiev.ua #19983820 - *********************************************************/ - - extern int icq_Russian; diff --git a/net-im/centericq/files/patch-configure b/net-im/centericq/files/patch-configure index 502ecc9..24ff718 100644 --- a/net-im/centericq/files/patch-configure +++ b/net-im/centericq/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig Mon Oct 8 04:22:30 2001 -+++ configure Mon Oct 8 04:22:48 2001 -@@ -1224,7 +1224,7 @@ - fi +--- configure.orig Sun Dec 16 18:09:46 2001 ++++ configure Sun Dec 16 18:10:13 2001 +@@ -1935,7 +1935,7 @@ fi + -ALL_LINGUAS="zh_TW.Big5 ru ro pt_BR pl it hu es de cs" +ALL_LINGUAS="zh_TW.Big5 ru ro pt_BR pl it hu es de cs uk" - echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 - echo "configure:1230: checking how to run the C preprocessor" >&5 - # On Suns, sometimes $CPP names a directory. + echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 + echo "configure:1941: checking for POSIXized ISC" >&5 + if test -d /etc/conf/kconfig.d && |