mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
3ab1b8443e
- Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine)
15 lines
298 B
C
15 lines
298 B
C
--- jabberd/jabberd.h.orig
|
|
+++ jabberd/jabberd.h
|
|
@@ -103,10 +103,10 @@
|
|
#include <jabberdlib.h>
|
|
#include <gnutls/gnutls.h>
|
|
#include <gnutls/x509.h>
|
|
+#include <gnutls/openpgp.h>
|
|
|
|
#ifdef HAVE_GNUTLS_EXTRA
|
|
# include <gnutls/extra.h>
|
|
-# include <gnutls/openpgp.h>
|
|
#endif
|
|
|
|
/** Packet types */
|