diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
commit | 66fee909266a1dedf3dfc1f03bb0841380d78805 (patch) | |
tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /net-im/kopete/files/patch-kopete_protocols_oscar_liboscar-client.cpp | |
parent | Remove support for Qt3/kde in preparation for full Qt3/kde3 removal (diff) |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
Diffstat (limited to 'net-im/kopete/files/patch-kopete_protocols_oscar_liboscar-client.cpp')
-rw-r--r-- | net-im/kopete/files/patch-kopete_protocols_oscar_liboscar-client.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-im/kopete/files/patch-kopete_protocols_oscar_liboscar-client.cpp b/net-im/kopete/files/patch-kopete_protocols_oscar_liboscar-client.cpp deleted file mode 100644 index c475926d6372..000000000000 --- a/net-im/kopete/files/patch-kopete_protocols_oscar_liboscar-client.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- kopete/protocols/oscar/liboscar/client.cpp 2006/08/17 13:37:13 -+++ kopete/protocols/oscar/liboscar/client.cpp 2006/10/31 18:48:12 -@@ -340,6 +340,7 @@ - //we've finished logging in. start the services setup - kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "stage two done. setting up services" << endl; - initializeStaticTasks(); -+ d->ownStatusTask->go(); - ServiceSetupTask* ssTask = new ServiceSetupTask( d->connections.defaultConnection()->rootTask() ); - connect( ssTask, SIGNAL( finished() ), this, SLOT( serviceSetupFinished() ) ); - ssTask->go( true ); //fire and forget |