From owner-svn-ports-all@FreeBSD.ORG Tue Dec 11 11:51:01 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 10196BF1; Tue, 11 Dec 2012 11:51:01 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E7A718FC14; Tue, 11 Dec 2012 11:51:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBBp0DD082812; Tue, 11 Dec 2012 11:51:00 GMT (envelope-from ume@svn.freebsd.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBBp0ff082811; Tue, 11 Dec 2012 11:51:00 GMT (envelope-from ume@svn.freebsd.org) Message-Id: <201212111151.qBBBp0ff082811@svn.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 11 Dec 2012 11:51:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308676 - head/deskutils/kdepimlibs4/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.14 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: Tue, 11 Dec 2012 11:51:01 -0000 Author: ume Date: Tue Dec 11 11:51:00 2012 New Revision: 308676 URL: http://svnweb.freebsd.org/changeset/ports/308676 Log: Fix build with latest cyrus-sasl2 port. Spotted by: Yuri Confirmed by: Yuri Added: head/deskutils/kdepimlibs4/files/patch-kioslave__smtp__command.h (contents, props changed) Added: head/deskutils/kdepimlibs4/files/patch-kioslave__smtp__command.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/kdepimlibs4/files/patch-kioslave__smtp__command.h Tue Dec 11 11:51:00 2012 (r308676) @@ -0,0 +1,13 @@ +Index: kioslave/smtp/command.h +diff -u kioslave/smtp/command.h.orig kioslave/smtp/command.h +--- kioslave/smtp/command.h.orig 2011-07-28 03:34:56.000000000 +0900 ++++ kioslave/smtp/command.h 2012-12-11 15:39:27.661365803 +0900 +@@ -33,6 +33,8 @@ + #define __KIOSMTP_COMMAND_H__ + + ++#include ++ + extern "C" { + #include + }