summaryrefslogtreecommitdiff
path: root/net-im/centericq/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-18 08:06:48 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-18 08:06:48 +0000
commitd012513e9f01ee75f56a185fda47b64e7b2a3a3a (patch)
tree57e4219e3d1ed0ff1f99d798673998a10a8ed153 /net-im/centericq/files
parentAdd new port Xaric - a UNIX irc client similer to BitchX or ircII. (diff)
upgrade to 3.22.8
Notes
Notes: svn path=/head/; revision=41636
Diffstat (limited to 'net-im/centericq/files')
-rw-r--r--net-im/centericq/files/patch-aa4
-rw-r--r--net-im/centericq/files/patch-ab11
-rw-r--r--net-im/centericq/files/patch-ad23
3 files changed, 2 insertions, 36 deletions
diff --git a/net-im/centericq/files/patch-aa b/net-im/centericq/files/patch-aa
index 6f23083dc0bf..a7c1230928a9 100644
--- a/net-im/centericq/files/patch-aa
+++ b/net-im/centericq/files/patch-aa
@@ -1,5 +1,5 @@
---- icqlib/cyrillic.c.orig Sun Apr 1 18:11:32 2001
-+++ icqlib/cyrillic.c Sun Apr 1 18:17:36 2001
+--- icqlib-1.2/cyrillic.c.orig Sun Apr 1 18:11:32 2001
++++ icqlib-1.2/cyrillic.c Sun Apr 1 18:17:36 2001
@@ -39,8 +39,8 @@
BYTE kw[] = {128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,
diff --git a/net-im/centericq/files/patch-ab b/net-im/centericq/files/patch-ab
deleted file mode 100644
index f2fbacab97a9..000000000000
--- a/net-im/centericq/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- motor.project.info.orig Sun Apr 15 16:20:14 2001
-+++ motor.project.info Sun Apr 1 23:01:51 2001
-@@ -64,6 +64,8 @@
- po/ru.mo
- po/de.mo
- po/de.po
-+po/uk.mo
-+po/uk.po
- po/centericq.pot
- po/zh_TW.Big5.mo
- po/zh_TW.Big5.po
diff --git a/net-im/centericq/files/patch-ad b/net-im/centericq/files/patch-ad
deleted file mode 100644
index 65eb824eb05d..000000000000
--- a/net-im/centericq/files/patch-ad
+++ /dev/null
@@ -1,23 +0,0 @@
---- po/Makefile.in.orig Thu Nov 30 11:23:18 2000
-+++ po/Makefile.in Sun Apr 15 16:58:35 2001
-@@ -17,16 +17,16 @@
- includedir = @includedir@
- oldincludedir = /usr/include
-
--LANGS = ru de zh_TW.Big5
-+LANGS = ru de zh_TW.Big5 uk
-
- all:
- for i in $(LANGS); do msgfmt -o $$i.mo $$i.po; done
-
--install:
-- for i in $(LANGS); do install -D -m 644 $$i.mo ${datadir}/locale/$$i/LC_MESSAGES/centericq.mo; done
-+install: all
-+ for i in $(LANGS); do install -d -m 755 ${datadir}/locale/$$i/LC_MESSAGES; install -C -D -m 644 $$i.mo ${datadir}/locale/$$i/LC_MESSAGES/centericq.mo; done
-
- clean:
--# for i in $(LANGS); do $(RM) $$i.mo; done
-+ for i in $(LANGS); do rm -r $$i.mo; done
-
- merge: extract
- for i in $(LANGS); do msgmerge -o $$i.po $$i.po centericq.pot; done