Date: Wed, 15 Feb 2017 12:39:53 +0000 (UTC) From: Vsevolod Stakhov <vsevolod@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434160 - in head/mail/exim: . files Message-ID: <201702151239.v1FCdrvV027427@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vsevolod Date: Wed Feb 15 12:39:53 2017 New Revision: 434160 URL: https://svnweb.freebsd.org/changeset/ports/434160 Log: - Fix build after r313495 - Bump revision PR: 216966 Submitted by: kib Added: head/mail/exim/files/patch-sys-file-include (contents, props changed) Modified: head/mail/exim/Makefile Modified: head/mail/exim/Makefile ============================================================================== --- head/mail/exim/Makefile Wed Feb 15 12:28:29 2017 (r434159) +++ head/mail/exim/Makefile Wed Feb 15 12:39:53 2017 (r434160) @@ -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 \ Added: head/mail/exim/files/patch-sys-file-include ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/exim/files/patch-sys-file-include Wed Feb 15 12:39:53 2017 (r434160) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702151239.v1FCdrvV027427>