]> git.pld-linux.org Git - packages/centericq.git/commitdiff
- renamed and updated to centericq 4.9.6
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 2 Sep 2003 17:10:49 +0000 (17:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
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

centericq-4.9.0-acfix.patch [deleted file]
centericq-4.9.0-po.patch [deleted file]
centericq-acfix.patch
centericq-am.patch [moved from centericq-4.9.0-am.patch with 57% similarity]

diff --git a/centericq-4.9.0-acfix.patch b/centericq-4.9.0-acfix.patch
deleted file mode 100644 (file)
index 7531a1e..0000000
+++ /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 (file)
index c587504..0000000
+++ /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; \
index fa743ddc06566ed7deb203ec85fc985a21b13806..bf4254e8f8477603a0f26ba81c8586b39811daf3 100644 (file)
@@ -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,,
 -  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>
similarity index 57%
rename from centericq-4.9.0-am.patch
rename to centericq-am.patch
index f45c6186a2977b40a84bc99ea860b7762d0e160f..f5db927fcd2afa1f040b25cbe1b4eb274733c069 100644 (file)
@@ -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
This page took 0.110507 seconds and 4 git commands to generate.