Date: Thu, 20 Mar 2014 18:44:30 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348716 - head/lang/ironpython/files Message-ID: <201403201844.s2KIiUP4067071@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Thu Mar 20 18:44:30 2014 New Revision: 348716 URL: http://svnweb.freebsd.org/changeset/ports/348716 QAT: https://qat.redports.org/buildarchive/r348716/ Log: - Unbreak build after the last lang/mono update Reported by: pkg-fallout Added: head/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs (contents, props changed) Added: head/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs Thu Mar 20 18:44:30 2014 (r348716) @@ -0,0 +1,11 @@ +--- Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs.orig 2014-02-28 08:17:32.000000000 +0100 ++++ Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs 2014-02-28 08:17:57.000000000 +0100 +@@ -705,7 +705,7 @@ + static sqlite3_pcache pcache1Create( int szPage, bool bPurgeable ) + { + PCache1 pCache; /* The newly created page cache */ +- PGroup pGroup; /* The group the new page cache will belong to */ ++ PGroup pGroup = null; /* The group the new page cache will belong to */ + int sz; /* Bytes of memory required to allocate the new cache */ + + /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403201844.s2KIiUP4067071>