Date: Tue, 11 Dec 2012 14:53:41 +0000 From: Max Brazhnikov <makc@freebsd.org> To: Hajimu UMEMOTO <ume@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r308676 - head/deskutils/kdepimlibs4/files Message-ID: <201212111453.42114.makc@freebsd.org> In-Reply-To: <201212111151.qBBBp0ff082811@svn.freebsd.org> References: <201212111151.qBBBp0ff082811@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 11 Dec 2012 11:51:00 +0000 (UTC)Tue Dec 11 11:51:00 2012, Hajimu UMEMOTO wrote: > 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 <yuri__at__rawbw.com> > Confirmed by: Yuri <yuri__at__rawbw.com> > > 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 <sys/types.h> > ++ > + extern "C" { > + #include <sasl/sasl.h> > + } > Shouldn't it be fixed in cyrus-sasl instead? Max
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212111453.42114.makc>