svn commit: r354138 - head/mail/courier/files

Renato Botelho garga at FreeBSD.org
Thu May 15 15:25:39 UTC 2014


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>
+ 


More information about the svn-ports-all mailing list