diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-07-15 16:47:45 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-07-15 16:47:45 +0000 |
commit | e6246d1055202098dd1df8f2a827665d39dddde8 (patch) | |
tree | 6a8029cf8aa42fc328c40fc63ed5d1ae25d0c255 /deskutils/kdepim44/files/patch-kleopatra-main.cpp | |
parent | - Update to 1.2.0 (diff) |
- Chase security/gpgme update.
Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the
following ports require a patch to use the new gpgme correctly:
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim4
deskutils/kdepim4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
finance/qhacc
mail/mutt-devel
net-im/ayttm
net-im/centericq
net-im/centerim
net-im/centerim-devel
security/openvas-libnasl
These patches were submitted by various people and documented in ports/135911.
PR: ports/135911
Notes
Notes:
svn path=/head/; revision=237891
Diffstat (limited to 'deskutils/kdepim44/files/patch-kleopatra-main.cpp')
-rw-r--r-- | deskutils/kdepim44/files/patch-kleopatra-main.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/deskutils/kdepim44/files/patch-kleopatra-main.cpp b/deskutils/kdepim44/files/patch-kleopatra-main.cpp new file mode 100644 index 000000000000..71c03cb69e39 --- /dev/null +++ b/deskutils/kdepim44/files/patch-kleopatra-main.cpp @@ -0,0 +1,20 @@ +--- ../kleopatra/main.cpp.orig 2009-07-01 18:44:25.000000000 -0400 ++++ ../kleopatra/main.cpp 2009-07-01 18:49:26.000000000 -0400 +@@ -75,6 +75,8 @@ + #include <QEventLoop> + #include <QThreadPool> + ++#include <gpgme++/global.h> ++ + #include <boost/shared_ptr.hpp> + + #include <cassert> +@@ -153,6 +155,8 @@ + QTime timer; + timer.start(); + ++ GpgME::initializeLibrary(); ++ + { + const unsigned int threads = QThreadPool::globalInstance()->maxThreadCount(); + QThreadPool::globalInstance()->setMaxThreadCount( qMax( 2U, threads ) ); |