aboutsummaryrefslogtreecommitdiffstats
path: root/mail/zmailer
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2006-09-24 20:16:37 +0800
committerarved <arved@FreeBSD.org>2006-09-24 20:16:37 +0800
commitdf2659346a20a6fd91eb99a0d786a3c9cfa10c08 (patch)
treed85c6486ad5a2803b2a7d3218510d17292f4df09 /mail/zmailer
parent3e98344d647ec7722a0f71cdf62a8636b2102446 (diff)
downloadfreebsd-ports-gnome-df2659346a20a6fd91eb99a0d786a3c9cfa10c08.tar.gz
freebsd-ports-gnome-df2659346a20a6fd91eb99a0d786a3c9cfa10c08.tar.zst
freebsd-ports-gnome-df2659346a20a6fd91eb99a0d786a3c9cfa10c08.zip
Fix build with recent headers
Diffstat (limited to 'mail/zmailer')
-rw-r--r--mail/zmailer/files/patch-smtpserver-smtpetrn.c11
-rw-r--r--mail/zmailer/files/patch-transports-smtp-smtp.h12
2 files changed, 23 insertions, 0 deletions
diff --git a/mail/zmailer/files/patch-smtpserver-smtpetrn.c b/mail/zmailer/files/patch-smtpserver-smtpetrn.c
new file mode 100644
index 000000000000..e81d603f331f
--- /dev/null
+++ b/mail/zmailer/files/patch-smtpserver-smtpetrn.c
@@ -0,0 +1,11 @@
+--- smtpserver/smtpetrn.c.orig Sun Sep 24 14:05:20 2006
++++ smtpserver/smtpetrn.c Sun Sep 24 14:06:45 2006
+@@ -21,6 +21,8 @@
+
+ #ifndef HAVE_OPENSSL
+ #include "md5.h"
++#else
++#include <openssl/md5.h>
+ #endif /* --HAVE_OPENSSL */
+
+ static int local_etrn(SS, name, cp, silence)
diff --git a/mail/zmailer/files/patch-transports-smtp-smtp.h b/mail/zmailer/files/patch-transports-smtp-smtp.h
new file mode 100644
index 000000000000..53b9a640e87d
--- /dev/null
+++ b/mail/zmailer/files/patch-transports-smtp-smtp.h
@@ -0,0 +1,12 @@
+--- transports/smtp/smtp.h.orig Sun Sep 24 14:10:22 2006
++++ transports/smtp/smtp.h Sun Sep 24 14:10:56 2006
+@@ -69,6 +69,9 @@
+ #include <netinet/tcp.h>
+ #endif
+
++#include <sys/types.h>
++#include <openssl/md5.h>
++
+ #ifndef NFDBITS
+ /*
+ * This stuff taken from the 4.3bsd /usr/include/sys/types.h, but on the