summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Gołębiowski2003-09-02 17:10:49 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit2af0785ba03cf63e225fb93132f741c1cad67382 (patch)
treef4bd8701b884fd2d2aa65e5cc07c858ba160f889
parentf1a27bcc2948afe0d0c87a75b7c86a1313316171 (diff)
downloadcentericq-2af0785ba03cf63e225fb93132f741c1cad67382.zip
centericq-2af0785ba03cf63e225fb93132f741c1cad67382.tar.gz
- renamed and updated to centericq 4.9.6
Changed files: centericq-4.9.0-acfix.patch -> 1.2 centericq-4.9.0-am.patch -> 1.2 centericq-4.9.0-po.patch -> 1.2 centericq-acfix.patch -> 1.2 centericq-am.patch -> 1.1
-rw-r--r--centericq-4.9.0-acfix.patch30
-rw-r--r--centericq-4.9.0-po.patch24
-rw-r--r--centericq-acfix.patch20
-rw-r--r--centericq-am.patch (renamed from centericq-4.9.0-am.patch)24
4 files changed, 25 insertions, 73 deletions
diff --git a/centericq-4.9.0-acfix.patch b/centericq-4.9.0-acfix.patch
deleted file mode 100644
index 7531a1e..0000000
--- a/centericq-4.9.0-acfix.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- centericq-4.9.0/configure.in.orig Sun May 19 11:27:09 2002
-+++ centericq-4.9.0/configure.in Wed Jun 12 10:03:41 2002
-@@ -55,10 +55,10 @@
- AC_CHECK_HEADERS([hash_map strstream ext/hash_map sstream],,)
-
- AC_CHECK_HEADERS(ext/hash_map,,
-- AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes])))
-+ [AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes]))])
-
- AC_CHECK_HEADERS(sstream,,
-- AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes])))
-+ [AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))])
-
- AC_LANG_RESTORE
-
---- centericq-4.9.0/libicq2000-0.4.0/configure.in.orig Sun Apr 21 10:30:08 2002
-+++ centericq-4.9.0/libicq2000-0.4.0/configure.in Wed Jun 12 10:07:16 2002
-@@ -23,10 +23,10 @@
- AC_CHECK_HEADERS([hash_map strstream ext/hash_map sstream],,)
-
- AC_CHECK_HEADERS(ext/hash_map,,
-- AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes])))
-+ [AC_CHECK_HEADERS(hash_map,, AC_MSG_ERROR([Your libstdc++ installation does not have the extra hash classes]))])
-
- AC_CHECK_HEADERS(sstream,,
-- AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes])))
-+ [AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))])
-
- AC_LANG_RESTORE
-
diff --git a/centericq-4.9.0-po.patch b/centericq-4.9.0-po.patch
deleted file mode 100644
index c587504..0000000
--- a/centericq-4.9.0-po.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urN centericq-4.9.0.old/po/Makefile.in.in centericq-4.9.0/po/Makefile.in.in
---- centericq-4.9.0.old/po/Makefile.in.in Mon Jul 8 10:13:53 2002
-+++ centericq-4.9.0/po/Makefile.in.in Sun Dec 22 13:56:12 2002
-@@ -111,16 +111,16 @@
- install-data-no: all
- install-data-yes: all
- if test -r "$(MKINSTALLDIRS)"; then \
-- $(MKINSTALLDIRS) $(datadir); \
-+ $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
- else \
-- $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
-+ $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
- fi
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
- case "$$cat" in \
-- *.gmo) destdir=$(gnulocaledir);; \
-- *) destdir=$(localedir);; \
-+ *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \
-+ *) destdir=$(DESTDIR)$(localedir);; \
- esac; \
- lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
- dir=$$destdir/$$lang/LC_MESSAGES; \
diff --git a/centericq-acfix.patch b/centericq-acfix.patch
index fa743dd..bf4254e 100644
--- a/centericq-acfix.patch
+++ b/centericq-acfix.patch
@@ -1,6 +1,7 @@
---- centericq-4.7.2/configure.in.orig Sun May 19 11:27:09 2002
-+++ centericq-4.7.2/configure.in Wed Jun 12 10:03:41 2002
-@@ -55,10 +55,10 @@
+diff -burN centericq-4.9.6-orig/configure.in centericq-4.9.6-acfix/configure.in
+--- centericq-4.9.6-orig/configure.in 2003-08-21 23:24:31.000000000 +0200
++++ centericq-4.9.6-acfix/configure.in 2003-09-02 10:12:27.682536280 +0200
+@@ -99,10 +99,10 @@
AC_CHECK_HEADERS([hash_map strstream ext/hash_map sstream],,)
AC_CHECK_HEADERS(ext/hash_map,,
@@ -11,11 +12,12 @@
- AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes])))
+ [AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))])
- AC_LANG_RESTORE
+ AC_CHECK_HEADERS(iconv.h)
---- centericq-4.7.2/libicq2000-0.6/configure.in.orig Sun Apr 21 10:30:08 2002
-+++ centericq-4.7.2/libicq2000-0.6/configure.in Wed Jun 12 10:07:16 2002
-@@ -23,10 +23,10 @@
+diff -burN centericq-4.9.6-orig/libicq2000-0.1/configure.in centericq-4.9.6-acfix/libicq2000-0.1/configure.in
+--- centericq-4.9.6-orig/libicq2000-0.1/configure.in 2003-04-05 19:47:36.000000000 +0200
++++ centericq-4.9.6-acfix/libicq2000-0.1/configure.in 2003-09-02 10:12:50.616049856 +0200
+@@ -19,10 +19,10 @@
AC_CHECK_HEADERS([hash_map strstream ext/hash_map sstream],,)
AC_CHECK_HEADERS(ext/hash_map,,
@@ -26,5 +28,5 @@
- AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes])))
+ [AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))])
- AC_LANG_RESTORE
-
+ AC_TRY_COMPILE([
+ #include <sys/types.h>
diff --git a/centericq-4.9.0-am.patch b/centericq-am.patch
index f45c618..f5db927 100644
--- a/centericq-4.9.0-am.patch
+++ b/centericq-am.patch
@@ -1,19 +1,23 @@
-diff -urN centericq-4.9.0.old/kkconsui-0.1/Makefile.am centericq-4.9.0/kkconsui-0.1/Makefile.am
---- centericq-4.9.0.old/kkconsui-0.1/Makefile.am Thu Dec 12 18:32:30 2002
-+++ centericq-4.9.0/kkconsui-0.1/Makefile.am Sun Dec 22 12:15:43 2002
-@@ -5,5 +5,3 @@
+diff -burN centericq-4.9.6-orig/kkconsui-0.1/Makefile.am centericq-4.9.6-am/kkconsui-0.1/Makefile.am
+--- centericq-4.9.6-orig/kkconsui-0.1/Makefile.am 2003-08-21 23:24:32.000000000 +0200
++++ centericq-4.9.6-am/kkconsui-0.1/Makefile.am 2003-09-02 10:14:57.928695392 +0200
+@@ -5,8 +5,3 @@
SUBDIRS = include src
- EXTRA_DIST =
+ EXTRA_DIST = config.guess config.sub
AUTOMAKE_OPTIONS = foreign
+-libkkconsui_a_LIBADD = src/treeview.o src/colorschemer.o src/textinputline.o src/fileselector.o src/textwindow.o src/texteditor.o src/dialogbox.o src/screenarea.o src/textbrowser.o src/abstractui.o src/horizontalbar.o src/linkedlist.o src/cmenus.o src/conscommon.o
+-libkkconsui_a_LIBADD = src/treeview.o src/colorschemer.o src/textinputline.o src/fileselector.o src/textwindow.o src/texteditor.o src/dialogbox.o src/screenarea.o src/textbrowser.o src/abstractui.o src/horizontalbar.o src/linkedlist.o src/cmenus.o src/conscommon.o
-libkkconsui_a_LIBADD = src/texteditor.o src/horizontalbar.o src/textinputline.o src/abstractui.o src/textbrowser.o src/treeview.o src/textwindow.o src/dialogbox.o src/cmenus.o src/linkedlist.o src/conscommon.o src/screenarea.o src/fileselector.o src/colorschemer.o
-libkkconsui_a_LIBADD = src/texteditor.o src/horizontalbar.o src/textinputline.o src/abstractui.o src/textbrowser.o src/treeview.o src/textwindow.o src/dialogbox.o src/cmenus.o src/linkedlist.o src/conscommon.o src/screenarea.o src/fileselector.o src/colorschemer.o
-diff -urN centericq-4.9.0.old/libicq2000-0.4.0/Makefile.am centericq-4.9.0/libicq2000-0.4.0/Makefile.am
---- centericq-4.9.0.old/libicq2000-0.4.0/Makefile.am Thu Dec 12 18:32:32 2002
-+++ centericq-4.9.0/libicq2000-0.4.0/Makefile.am Sun Dec 22 12:16:42 2002
-@@ -4,7 +4,3 @@
+-libkkconsui_a_LIBADD = src/texteditor.o src/horizontalbar.o src/textinputline.o src/abstractui.o src/textbrowser.o src/treeview.o src/textwindow.o src/dialogbox.o src/cmenus.o src/linkedlist.o src/conscommon.o src/screenarea.o src/fileselector.o src/colorschemer.o
+diff -burN centericq-4.9.6-orig/libicq2000-0.1/Makefile.am centericq-4.9.6-am/libicq2000-0.1/Makefile.am
+--- centericq-4.9.6-orig/libicq2000-0.1/Makefile.am 2003-08-21 23:24:33.000000000 +0200
++++ centericq-4.9.6-am/libicq2000-0.1/Makefile.am 2003-09-02 10:15:25.002579536 +0200
+@@ -4,8 +4,3 @@
SUBDIRS = libicq2000 src
- EXTRA_DIST =
+ EXTRA_DIST = stamp-h.in
AUTOMAKE_OPTIONS = foreign
+-liblibicq2000_a_LIBADD = src/buffer.o src/Client.o src/Contact.o src/ContactList.o src/DirectClient.o src/events.o src/exceptions.o src/ICBMCookie.o src/ICQ.o src/SNAC-base.o src/SNAC-BUD.o src/SNAC-GEN.o src/SNAC-LOC.o src/SNAC-MSG.o src/SNAC-SRV.o src/SNAC-UIN.o src/SNAC.o src/socket.o src/TLV.o src/Translator.o src/UserInfoBlock.o src/Xml.o src/SNAC-BOS.o src/SNAC-SBL.o src/version.o src/userinfohelpers.o src/SMTPClient.o src/SocketClient.o src/time_extra.o src/MessageHandler.o src/Capabilities.o src/ContactTree.o
-liblibicq2000_a_LIBADD = src/Client.o src/Contact.o src/ContactList.o src/DirectClient.o src/ICBMCookie.o src/ICQ.o src/SNAC-BOS.o src/SNAC-BUD.o src/SNAC-GEN.o src/SNAC-LOC.o src/SNAC-MSG.o src/SNAC-SBL.o src/SNAC-SRV.o src/SNAC-UIN.o src/SNAC-base.o src/SNAC.o src/TLV.o src/Translator.o src/UserInfoBlock.o src/Xml.o src/buffer.o src/events.o src/exceptions.o src/socket.o src/userinfohelpers.o src/version.o src/SMTPClient.o src/SocketClient.o src/time_extra.o src/Capabilities.o src/MessageHandler.o src/ContactTree.o
-liblibicq2000_a_LIBADD = src/Client.o src/Contact.o src/ContactList.o src/DirectClient.o src/ICBMCookie.o src/ICQ.o src/SNAC-BOS.o src/SNAC-BUD.o src/SNAC-GEN.o src/SNAC-LOC.o src/SNAC-MSG.o src/SNAC-SBL.o src/SNAC-SRV.o src/SNAC-UIN.o src/SNAC-base.o src/SNAC.o src/TLV.o src/Translator.o src/UserInfoBlock.o src/Xml.o src/buffer.o src/events.o src/exceptions.o src/socket.o src/userinfohelpers.o src/version.o src/SMTPClient.o src/SocketClient.o src/time_extra.o src/Capabilities.o src/MessageHandler.o src/ContactTree.o
-liblibicq2000_a_LIBADD = src/buffer.o src/Client.o src/Contact.o src/ContactList.o src/DirectClient.o src/events.o src/exceptions.o src/ICBMCookie.o src/ICQ.o src/SNAC-base.o src/SNAC-BUD.o src/SNAC-GEN.o src/SNAC-LOC.o src/SNAC-MSG.o src/SNAC-SRV.o src/SNAC-UIN.o src/SNAC.o src/socket.o src/TLV.o src/Translator.o src/UserInfoBlock.o src/Xml.o src/SNAC-BOS.o src/SNAC-SBL.o src/version.o src/userinfohelpers.o src/SMTPClient.o src/SocketClient.o src/time_extra.o src/MessageHandler.o src/Capabilities.o src/ContactTree.o