aboutsummaryrefslogtreecommitdiffstats
path: root/mail/libspf/files
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-05-22 15:52:58 +0800
committervs <vs@FreeBSD.org>2004-05-22 15:52:58 +0800
commitd199dff51f94b15d47c7b34b3410f2b7ba7e41db (patch)
tree549d693b567ac8554f86608155371f6fb2f79a37 /mail/libspf/files
parent645a0e5ab31f3ffa16e039974340f8e2553274a0 (diff)
downloadfreebsd-ports-gnome-d199dff51f94b15d47c7b34b3410f2b7ba7e41db.tar.gz
freebsd-ports-gnome-d199dff51f94b15d47c7b34b3410f2b7ba7e41db.tar.zst
freebsd-ports-gnome-d199dff51f94b15d47c7b34b3410f2b7ba7e41db.zip
Add libspf 0.25.b, sender Policy Framework (SPF) library and client.
PR: ports/64265 Submitted by: Daniel Roethlisberger <daniel@roe.ch>
Diffstat (limited to 'mail/libspf/files')
-rw-r--r--mail/libspf/files/patch-spf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/libspf/files/patch-spf.h b/mail/libspf/files/patch-spf.h
new file mode 100644
index 000000000000..1e2e1cf1c874
--- /dev/null
+++ b/mail/libspf/files/patch-spf.h
@@ -0,0 +1,10 @@
+--- spf.h.orig Fri May 14 18:49:30 2004
++++ spf.h Fri May 21 17:13:30 2004
+@@ -47,6 +47,7 @@
+ #define _SPF_H 1
+
+ #include <sys/types.h> /* typedefs */
++#include <netinet/in.h>
+ #include <arpa/inet.h> /* in_addr struct */
+
+ __BEGIN_DECLS