From owner-svn-ports-all@FreeBSD.ORG Thu Mar 26 13:44:46 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B2DE305; Thu, 26 Mar 2015 13:44:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C3739C4; Thu, 26 Mar 2015 13:44:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2QDijj2079928; Thu, 26 Mar 2015 13:44:45 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2QDij2R079925; Thu, 26 Mar 2015 13:44:45 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201503261344.t2QDij2R079925@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 26 Mar 2015 13:44:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382307 - head/devel/log4cxx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2015 13:44:46 -0000 Author: marino Date: Thu Mar 26 13:44:44 2015 New Revision: 382307 URL: https://svnweb.freebsd.org/changeset/ports/382307 QAT: https://qat.redports.org/buildarchive/r382307/ Log: devel/log4cxx: Add DragonFly support Bring in fix from dports (port is not maintained) Fix originally came from pkgsrc. Added: head/devel/log4cxx/files/patch-src_examples_cpp_console.cpp (contents, props changed) head/devel/log4cxx/files/patch-src_main_cpp_inputstreamreader.cpp (contents, props changed) head/devel/log4cxx/files/patch-src_main_cpp_socketoutputstream.cpp (contents, props changed) Added: head/devel/log4cxx/files/patch-src_examples_cpp_console.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/log4cxx/files/patch-src_examples_cpp_console.cpp Thu Mar 26 13:44:44 2015 (r382307) @@ -0,0 +1,12 @@ +$NetBSD: patch-src_examples_cpp_console.cpp,v 1.1 2011/11/25 21:45:52 joerg Exp $ + +--- src/examples/cpp/console.cpp.orig 2011-11-25 19:53:15.000000000 +0000 ++++ src/examples/cpp/console.cpp +@@ -16,6 +16,7 @@ + */ + + #include ++#include + #include + #include + #include Added: head/devel/log4cxx/files/patch-src_main_cpp_inputstreamreader.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/log4cxx/files/patch-src_main_cpp_inputstreamreader.cpp Thu Mar 26 13:44:44 2015 (r382307) @@ -0,0 +1,12 @@ +$NetBSD: patch-src_main_cpp_inputstreamreader.cpp,v 1.1 2011/11/25 21:45:52 joerg Exp $ + +--- src/main/cpp/inputstreamreader.cpp.orig 2011-11-25 19:46:39.000000000 +0000 ++++ src/main/cpp/inputstreamreader.cpp +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + + using namespace log4cxx; + using namespace log4cxx::helpers; Added: head/devel/log4cxx/files/patch-src_main_cpp_socketoutputstream.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/log4cxx/files/patch-src_main_cpp_socketoutputstream.cpp Thu Mar 26 13:44:44 2015 (r382307) @@ -0,0 +1,12 @@ +$NetBSD: patch-src_main_cpp_socketoutputstream.cpp,v 1.1 2011/11/25 21:45:52 joerg Exp $ + +--- src/main/cpp/socketoutputstream.cpp.orig 2011-11-25 19:49:58.000000000 +0000 ++++ src/main/cpp/socketoutputstream.cpp +@@ -19,6 +19,7 @@ + #include + #include + #include ++#include + + using namespace log4cxx; + using namespace log4cxx::helpers;