diff options
author | 2023-08-26 14:43:08 +0100 | |
---|---|---|
committer | 2023-08-26 14:43:08 +0100 | |
commit | b03595edbc4e8b9ddc6588d05ce190cbd82067e0 (patch) | |
tree | 5ded67d500e5d2d3a1844dceae2f4bf5157b0118 /dev-libs | |
parent | dev-libs/xerces-c: restore patch to fix install location (diff) | |
download | gentoo-b03595edbc4e8b9ddc6588d05ce190cbd82067e0.tar.gz gentoo-b03595edbc4e8b9ddc6588d05ce190cbd82067e0.tar.bz2 gentoo-b03595edbc4e8b9ddc6588d05ce190cbd82067e0.zip |
dev-libs/xerces-c: add more metadata to catalog patch
I've also no idea why I dropped the patch before, but even more interestingly,
it's been dropped in the past as well!
Bug: https://bugs.gentoo.org/673548
Bug: https://bugs.gentoo.org/738140
Bug: https://bugs.gentoo.org/913045
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/xerces-c/files/xerces-c-3.2.2-fix-XERCESC-2163.patch | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-libs/xerces-c/files/xerces-c-3.2.2-fix-XERCESC-2163.patch b/dev-libs/xerces-c/files/xerces-c-3.2.2-fix-XERCESC-2163.patch index 57dde7220985..50db010bf5ee 100644 --- a/dev-libs/xerces-c/files/xerces-c-3.2.2-fix-XERCESC-2163.patch +++ b/dev-libs/xerces-c/files/xerces-c-3.2.2-fix-XERCESC-2163.patch @@ -1,3 +1,10 @@ +https://bugs.gentoo.org/673548 +https://bugs.gentoo.org/738140 +https://bugs.gentoo.org/913045 + +https://issues.apache.org/jira/browse/XERCESC-2163 +https://github.com/apache/xerces-c/pull/7 + From db7a8b0cd2a163de1e3ef8c950cf9e708b0b5f98 Mon Sep 17 00:00:00 2001 From: Craig Andrews <candrews@integralblue.com> Date: Wed, 2 Jan 2019 15:01:21 -0500 @@ -5,12 +12,6 @@ Subject: [PATCH] build: Install XercesMessages_en_US.cat to /usr/share/xerces-c/msg Fixes XERCESC-2163 ---- - src/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index c29aa257b..6f1929d99 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1198,7 +1198,7 @@ if(XERCES_USE_MSGLOADER_ICONV) |