diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-10-17 21:07:04 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-10-17 21:07:04 +0300 |
commit | 2eb3d52f7ea724c00f456771bc5d59e579193a37 (patch) | |
tree | 9d3e2c36f29c62e5e584ec90c4807f06382bdd1b | |
parent | 229d587312d78f54ebda24987beb2b53b81179d6 (diff) |
log4cxxx: changes requested by exherbo devs
5 files changed, 16 insertions, 6 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 diff --git a/packages/dev-libs/log4cxx/log4cxx.exlib b/packages/dev-libs/log4cxx/log4cxx.exlib index e569e4a..40ac126 100644 --- a/packages/dev-libs/log4cxx/log4cxx.exlib +++ b/packages/dev-libs/log4cxx/log4cxx.exlib @@ -12,7 +12,7 @@ LICENCES="Apache-2.0" SLOT="0" MYOPTIONS=" - smtp + smtp [[ description = [ Send an e-mail when a specific logging event occurs, typically on errors or fatal errors ] ]] ( providers: unixodbc iodbc ) [[ number-selected = at-most-one ]] " |