diff options
Diffstat (limited to 'packages/dev-libs/log4cxx/files')
4 files changed, 15 insertions, 5 deletions
diff --git a/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-fix-c++14.patch b/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-fix-c++14.patch index 86ebdcc..e17982c 100644 --- a/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-fix-c++14.patch +++ b/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-fix-c++14.patch @@ -1,5 +1,6 @@ -Fix building with C++14, which errors out due to narrowing conversions. -See also: https://bugs.gentoo.org/show_bug.cgi?id=593874 +Source: from Gentoo distribution +Reason: Fix building with C++14, which errors out due to narrowing conversions. +Upstream: See also: https://bugs.gentoo.org/show_bug.cgi?id=593874 --- a/src/main/cpp/locationinfo.cpp +++ b/src/main/cpp/locationinfo.cpp diff --git a/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-gcc44.patch b/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-gcc44.patch index 854d34a..9ca77d2 100644 --- a/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-gcc44.patch +++ b/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-gcc44.patch @@ -1,4 +1,7 @@ -Fix for gcc-4.4 +Source: from Gentoo distribution +Reason: Fix for gcc-4.4 +Upstream: unknown + --- apache-log4cxx-0.10.0-orig/src/examples/cpp/console.cpp 2009-06-12 13:01:06.000000000 +0200 +++ apache-log4cxx-0.10.0/src/examples/cpp/console.cpp 2009-06-12 13:07:05.000000000 +0200 @@ -15,6 +15,7 @@ diff --git a/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-missing_includes.patch b/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-missing_includes.patch index 78a5791..8e5fe6c 100644 --- a/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-missing_includes.patch +++ b/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-missing_includes.patch @@ -1,3 +1,8 @@ +Source: from Gentoo distribution +Reason: Add includes required by recent c++ standarts +Upstream: unknown + + diff -Naur apache-log4cxx-0.10.0.orig/src/examples/cpp/console.cpp apache-log4cxx-0.10.0/src/examples/cpp/console.cpp --- apache-log4cxx-0.10.0.orig/src/examples/cpp/console.cpp 2008-04-01 00:34:52.000000000 +0200 +++ apache-log4cxx-0.10.0/src/examples/cpp/console.cpp 2008-05-06 05:40:52.000000000 +0200 diff --git a/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-unixODBC.patch b/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-unixODBC.patch index cedca2c..2b267a0 100644 --- a/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-unixODBC.patch +++ b/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-unixODBC.patch @@ -1,5 +1,6 @@ -http://issues.apache.org/jira/browse/LOGCXX-299 -http://bugs.gentoo.org/show_bug.cgi?id=254920 +Source: from Gentoo distribution +Reason: http://bugs.gentoo.org/show_bug.cgi?id=254920 +Upstream: http://issues.apache.org/jira/browse/LOGCXX-299 diff -ur apache-log4cxx-0.10.0.orig/src/main/cpp/odbcappender.cpp apache-log4cxx-0.10.0/src/main/cpp/odbcappender.cpp --- apache-log4cxx-0.10.0.orig/src/main/cpp/odbcappender.cpp 2008-04-01 01:34:09.000000000 +0300 |