mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
e6246d1055
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
11 lines
253 B
C++
11 lines
253 B
C++
--- ./src/impgp.cc.orig 2009-07-01 23:19:00.000000000 -0400
|
|
+++ ./src/impgp.cc 2009-07-01 23:19:29.000000000 -0400
|
|
@@ -12,6 +12,7 @@
|
|
string impgp::passphrase[];
|
|
|
|
impgp::impgp() {
|
|
+ gpgme_check_version(NULL);
|
|
if(gpgme_new(&ctx))
|
|
ctx = 0;
|
|
}
|