Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2014 15:25:39 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354138 - head/mail/courier/files
Message-ID:  <201405151525.s4FFPdjG048691@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Thu May 15 15:25:38 2014
New Revision: 354138
URL: http://svnweb.freebsd.org/changeset/ports/354138
QAT: https://qat.redports.org/buildarchive/r354138/

Log:
  Fix build with modern compilers
  
  Approved by:	portmgr (blanket)

Added:
  head/mail/courier/files/patch-courier__cdfilters.c   (contents, props changed)

Added: head/mail/courier/files/patch-courier__cdfilters.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/courier/files/patch-courier__cdfilters.c	Thu May 15 15:25:38 2014	(r354138)
@@ -0,0 +1,10 @@
+--- courier/cdfilters.C.orig	2014-05-15 12:11:32.000000000 -0300
++++ courier/cdfilters.C	2014-05-15 12:11:44.000000000 -0300
+@@ -13,6 +13,7 @@
+ #include	<unistd.h>
+ #endif
+ #include	<stdlib.h>
++#include	<string.h>
+ #include	<errno.h>
+ #include	<ctype.h>
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405151525.s4FFPdjG048691>