diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2017-02-15 12:39:53 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2017-02-15 12:39:53 +0000 |
commit | b66dc913d65bb17ed608e85e8a2a8ae2665b58b8 (patch) | |
tree | b3e74c9d8278b2a859595a990adfe11b6934127f /mail/exim | |
parent | 98058b8684af288ef390d85811276b9253debf3e (diff) |
Notes
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 2 | ||||
-rw-r--r-- | mail/exim/files/patch-sys-file-include | 20 |
2 files changed, 21 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 001e52a6a74f..ffcf2db4f354 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -3,7 +3,7 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= EXIM:exim MASTER_SITE_SUBDIR= /exim4/:exim \ diff --git a/mail/exim/files/patch-sys-file-include b/mail/exim/files/patch-sys-file-include new file mode 100644 index 000000000000..27aa1af0eb31 --- /dev/null +++ b/mail/exim/files/patch-sys-file-include @@ -0,0 +1,20 @@ +--- src/exim.h.orig 2017-02-14 19:13:41.381402389 +0200 ++++ src/exim.h 2017-02-14 19:13:53.330916377 +0200 +@@ -129,7 +129,6 @@ + #endif + + #include <sys/types.h> +-#include <sys/file.h> + #include <dirent.h> + #include <netdb.h> + #ifndef NO_POLL_H +--- src/exim_lock.c.orig 2017-02-14 19:21:09.709389008 +0200 ++++ src/exim_lock.c 2017-02-14 19:21:23.994407794 +0200 +@@ -27,7 +27,6 @@ + #include <utime.h> + #include <sys/utsname.h> + #include <sys/stat.h> +-#include <sys/file.h> + #include <pwd.h> + + /* Not all systems have flock() available. Those that do must define LOCK_SH |