diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-19 15:15:48 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-19 15:15:48 +0000 |
commit | 595995d141f64e8483d3034f156bc3874aa41edb (patch) | |
tree | 52ee2b8992c8212a8ed01c7c5214adf653fe63ef /net-im/licq/files | |
parent | changelog:P (diff) | |
download | gentoo-2-595995d141f64e8483d3034f156bc3874aa41edb.tar.gz gentoo-2-595995d141f64e8483d3034f156bc3874aa41edb.tar.bz2 gentoo-2-595995d141f64e8483d3034f156bc3874aa41edb.zip |
cleanups
Diffstat (limited to 'net-im/licq/files')
-rw-r--r-- | net-im/licq/files/1.2.0a-config.patch | 22 | ||||
-rw-r--r-- | net-im/licq/files/1.2.0a-gcc3-gentoo.patch | 51 | ||||
-rw-r--r-- | net-im/licq/files/1.2.0a-qt31.patch | 38 | ||||
-rw-r--r-- | net-im/licq/files/1.2.6-debugflag.patch | 13 |
4 files changed, 0 insertions, 124 deletions
diff --git a/net-im/licq/files/1.2.0a-config.patch b/net-im/licq/files/1.2.0a-config.patch deleted file mode 100644 index 34593b947c44..000000000000 --- a/net-im/licq/files/1.2.0a-config.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.old Wed Jul 31 08:40:07 2002 -+++ configure Wed Jul 31 08:40:26 2002 -@@ -2952,7 +2952,7 @@ - - ac_ext=C - # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. --ac_cpp='$CXXCPP $CPPFLAGS' -+ac_cpp='-Wno-deprecated $CXXCPP $CPPFLAGS' - ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' - ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' - cross_compiling=$ac_cv_prog_cxx_cross ---- plugins/qt-gui-1.2.0/configure.old Wed Jul 31 08:46:10 2002 -+++ plugins/qt-gui-1.2.0/configure Wed Jul 31 08:48:00 2002 -@@ -4544,7 +4544,7 @@ - - ac_ext=C - # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. --ac_cpp='$CXXCPP $CPPFLAGS' -+ac_cpp='-Wno-deprecated $CXXCPP $CPPFLAGS' - ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' - ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' - cross_compiling=$ac_cv_prog_cxx_cross diff --git a/net-im/licq/files/1.2.0a-gcc3-gentoo.patch b/net-im/licq/files/1.2.0a-gcc3-gentoo.patch deleted file mode 100644 index 6b751847b07d..000000000000 --- a/net-im/licq/files/1.2.0a-gcc3-gentoo.patch +++ /dev/null @@ -1,51 +0,0 @@ -diff -ur licq-1.2.0a/src/icqd-filetransfer.cpp licq-1.2.0a~/src/icqd-filetransfer.cpp ---- licq-1.2.0a/src/icqd-filetransfer.cpp 2002-07-25 21:21:11.000000000 -0500 -+++ licq-1.2.0a~/src/icqd-filetransfer.cpp 2002-12-25 13:16:06.000000000 -0600 -@@ -377,7 +377,7 @@ - m_nSpeed = b.UnpackUnsignedLong(); - b.UnpackString(m_szRemoteName, sizeof(m_szRemoteName)); - -- m_nBatchStartTime = time(TIME_NOW); -+ m_nBatchStartTime = time(NULL); - m_nBatchBytesTransfered = m_nBatchPos = 0; - - PushFileTransferEvent(FT_STARTxBATCH); -@@ -451,7 +451,7 @@ - // if this is the first call to this function... - if (m_nBytesTransfered == 0) - { -- m_nStartTime = time(TIME_NOW); -+ m_nStartTime = time(NULL); - m_nBatchPos += m_nFilePos; - gLog.Info("%sFile Transfer: Receiving %s (%ld bytes).\n", L_TCPxSTR, - m_szFileName, m_nFileSize); -@@ -569,7 +569,7 @@ - m_nFileSize = p.GetFileSize(); - strcpy(m_szFileName, p.GetFileName()); - -- m_nBatchStartTime = time(TIME_NOW); -+ m_nBatchStartTime = time(NULL); - m_nBatchBytesTransfered = m_nBatchPos = 0; - - PushFileTransferEvent(FT_STARTxBATCH); -@@ -722,7 +722,7 @@ - - if (m_nBytesTransfered == 0) - { -- m_nStartTime = time(TIME_NOW); -+ m_nStartTime = time(NULL); - m_nBatchPos += m_nFilePos; - gLog.Info("%sFile Transfer: Sending %s (%ld bytes).\n", L_TCPxSTR, - m_szPathName, m_nFileSize); -diff -ur licq-1.2.0a/src/licq.cpp licq-1.2.0a~/src/licq.cpp ---- licq-1.2.0a/src/licq.cpp 2002-07-22 22:59:24.000000000 -0500 -+++ licq-1.2.0a~/src/licq.cpp 2002-12-25 13:15:09.000000000 -0600 -@@ -681,7 +681,7 @@ - if (bDaemonShutdown) - { - struct timespec abstime; -- abstime.tv_sec = time(TIME_NOW) + MAX_WAIT_PLUGIN; -+ abstime.tv_sec = time(NULL) + (time_t) MAX_WAIT_PLUGIN; - abstime.tv_nsec = 0; - if (pthread_cond_timedwait(&LP_IdSignal, &LP_IdMutex, &abstime) == ETIMEDOUT) - break; diff --git a/net-im/licq/files/1.2.0a-qt31.patch b/net-im/licq/files/1.2.0a-qt31.patch deleted file mode 100644 index e7eda788032c..000000000000 --- a/net-im/licq/files/1.2.0a-qt31.patch +++ /dev/null @@ -1,38 +0,0 @@ -Index: licq/plugins/qt-gui-1.2.0/src/awaymsgdlg.cpp -=================================================================== -RCS file: /cvsroot/licq/qt-gui-1.2.0/src/awaymsgdlg.cpp,v -retrieving revision 1.48 -diff -u -3 -p -r1.48 awaymsgdlg.cpp ---- licq/plugins/qt-gui-1.2.0/src/awaymsgdlg.cpp 23 Feb 2001 10:28:43 -0000 1.48 -+++ licq/plugins/qt-gui-1.2.0/src/awaymsgdlg.cpp 15 Nov 2002 15:39:00 -0000 -@@ -167,6 +167,13 @@ AwayMsgDlg::~AwayMsgDlg() - emit done(); - } - -+// Since QT3.1 final somehow this qdialog does not accept() the -+// closeEvent, so we force it to do so :) -+void AwayMsgDlg::closeEvent(QCloseEvent *e) -+{ -+ e->accept(); -+} -+ - void AwayMsgDlg::slot_hints() - { - QString h = tr(hints); -Index: licq/plugins/qt-gui-1.2.0/src/awaymsgdlg.h -=================================================================== -RCS file: /cvsroot/licq/qt-gui-1.2.0/src/awaymsgdlg.h,v -retrieving revision 1.21 -diff -u -3 -p -r1.21 awaymsgdlg.h ---- licq/plugins/qt-gui-1.2.0/src/awaymsgdlg.h 12 Jul 2001 00:20:53 -0000 1.21 -+++ licq/plugins/qt-gui-1.2.0/src/awaymsgdlg.h 15 Nov 2002 15:39:00 -0000 -@@ -14,6 +14,9 @@ public: - AwayMsgDlg(QWidget *parent = 0); - ~AwayMsgDlg(); - void SelectAutoResponse(unsigned short status); -+ -+private: -+ void closeEvent(QCloseEvent *); - - protected: - MLEditWrap *mleAwayMsg; diff --git a/net-im/licq/files/1.2.6-debugflag.patch b/net-im/licq/files/1.2.6-debugflag.patch deleted file mode 100644 index bbcc15007d01..000000000000 --- a/net-im/licq/files/1.2.6-debugflag.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- configure 2003-03-23 23:21:31.000000000 +0100 -+++ configure.new 2003-06-20 11:14:46.000000000 +0200 -@@ -3668,8 +3668,8 @@ - fi; - - if test "$licqdaemon_use_debug" = "no"; then -- CXXFLAGS="`echo $CXXFLAGS | sed s/-g//`" -- CFLAGS="`echo $CFLAGS | sed s/-g//`" -+ CXXFLAGS="`echo $CXXFLAGS | sed \"s/-g[^ ]*//\"`" -+ CFLAGS="`echo $CFLAGS | sed \"s/-g[^ ]*//\"`" - fi - - ac_ext=cc |