Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2012 22:14:50 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306358 - head/devel/flyspray/files
Message-ID:  <201210242214.q9OMEopg008188@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Wed Oct 24 22:14:50 2012
New Revision: 306358
URL: http://svn.freebsd.org/changeset/ports/306358

Log:
  Set svn:eol-style to CRLF to make the patch actually be applied.
  
  PR:		ports/172976
  Feature safe:	yes

Modified:
  head/devel/flyspray/files/patch-includes-fix.inc.php   (contents, props changed)

Modified: head/devel/flyspray/files/patch-includes-fix.inc.php
==============================================================================
--- head/devel/flyspray/files/patch-includes-fix.inc.php	Wed Oct 24 21:42:46 2012	(r306357)
+++ head/devel/flyspray/files/patch-includes-fix.inc.php	Wed Oct 24 22:14:50 2012	(r306358)
@@ -1,11 +1,11 @@
---- includes/fix.inc.php	2012-09-30 17:46:29.000000000 +0100
-+++ includes/fix.inc.php	2012-09-30 17:47:08.000000000 +0100
-@@ -13,7 +13,7 @@
- 
- defined('E_DEPRECATED') || define('E_DEPRECATED', 8192);
- 
--error_reporting(E_ALL);
-+error_reporting(E_ALL & ~E_STRICT);
- 
- // our default charset
- 
+--- includes/fix.inc.php	2012-09-30 17:46:29.000000000 +0100
++++ includes/fix.inc.php	2012-09-30 17:47:08.000000000 +0100
+@@ -13,7 +13,7 @@
+ 
+ defined('E_DEPRECATED') || define('E_DEPRECATED', 8192);
+ 
+-error_reporting(E_ALL);
++error_reporting(E_ALL & ~E_STRICT);
+ 
+ // our default charset
+ 



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