From owner-svn-ports-all@freebsd.org Wed Feb 15 12:39:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1154CDF438; Wed, 15 Feb 2017 12:39:54 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 903EF1720; Wed, 15 Feb 2017 12:39:54 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1FCdrVZ027429; Wed, 15 Feb 2017 12:39:53 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1FCdrvV027427; Wed, 15 Feb 2017 12:39:53 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201702151239.v1FCdrvV027427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Wed, 15 Feb 2017 12:39:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434160 - in head/mail/exim: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 12:39:54 -0000 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 +-#include + #include + #include + #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 + #include + #include +-#include + #include + + /* Not all systems have flock() available. Those that do must define LOCK_SH