summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2011-09-13 06:45:23 +0000
committerPeter Volkov <pva@gentoo.org>2011-09-13 06:45:23 +0000
commit49559c28a6fafee32174c39ddb3e0f49baee7215 (patch)
tree52485922bbdf254edbf4077591db832f4792b84e /app-text/aspell
parentVersion bump, thank Sławomir Nizio for this job. (diff)
downloadgentoo-2-49559c28a6fafee32174c39ddb3e0f49baee7215.tar.gz
gentoo-2-49559c28a6fafee32174c39ddb3e0f49baee7215.tar.bz2
gentoo-2-49559c28a6fafee32174c39ddb3e0f49baee7215.zip
Add description for patch
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-text/aspell')
-rw-r--r--app-text/aspell/Manifest2
-rw-r--r--app-text/aspell/files/aspell-0.60.6-darwin-bundles.patch7
2 files changed, 8 insertions, 1 deletions
diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest
index 0dc82201805c..e16467376c16 100644
--- a/app-text/aspell/Manifest
+++ b/app-text/aspell/Manifest
@@ -3,7 +3,7 @@ AUX aspell-0.60.3-templateinstantiations.patch 274 RMD160 e84029e2b8c63e75421aec
AUX aspell-0.60.5-gcc-4.3.patch 5460 RMD160 2b90f62f32994154034fc49baf71947f95279e01 SHA1 18ddce494afeff4fe97d1d531e4bd1f78b9d8465 SHA256 349f092bb2cc2f18d3cd8fb3039774f7157bf44179a704c968dcf425b40ed08e
AUX aspell-0.60.5-nls.patch 443 RMD160 c5d89ec5ca398c990a7bb6598d5283471e43b92a SHA1 d502ebb74c97662af8ea365eb1cfffd222681859 SHA256 9c8a619f97ffcbb6a90bb5d5f0531d0890ca0033dcfae5b0fc70cb635df7b39c
AUX aspell-0.60.5-solaris.patch 534 RMD160 cf7d1b11b771e916db83058c3f451b6d4b4218f7 SHA1 47f3dccf0a9bc19f8b55a78cd0f2162d1e07913d SHA256 e0d4f52e7cdfcf0ae727dbfd1fa967b9e6b7ad41bb56926108c2bff16ea232ad
-AUX aspell-0.60.6-darwin-bundles.patch 647 RMD160 4839f36d4283a0dd77656eee6905901403cb2dd8 SHA1 c27f1985c61c98c66c4d919d46f53dc4526046b9 SHA256 9e37613a35fa3b77ffad9330e026ad640de2666c1aa9cf930e2195136fb93785
+AUX aspell-0.60.6-darwin-bundles.patch 963 RMD160 0b63bfe121246ee7b2a19be5694defe2fc60bb33 SHA1 bdd2482d8f74648bb24602bf0f66e5b5ef091cec SHA256 033707a54885b63cc321b69d78255d5db19b10de4b6dde264d07a6a56de4c64b
AUX aspell-0.60.6-replace-fix.patch 1291 RMD160 e026dce5878339d2e83c7a99e5129b481f643dd9 SHA1 619d8fea8cd98d460165f3c0917a2a3a3a8fb7c3 SHA256 f31fe0844d3883c13d6588e08d78433eb9d7ce31d5b2e1cf60ced5c1f23218af
AUX aspell-quotechar-fix.patch 473 RMD160 200f38438108555bfdc67c68008bced0c3a6b779 SHA1 3602ab6c07818ac0187613d6c54731b65004f741 SHA256 3b5bc1a87613b396b080fb5a13003ac58b9fb443a8d2dc4eb2e03851ddad3a6d
DIST aspell-0.50.5.tar.gz 1016586 RMD160 6bfb0070e572ffdedf86ea87f50f4958bb418b12 SHA1 0b17272e1773ef133775d5e6be9fbccc8689ff58 SHA256 e385d747d7423846760170476f16f12719cf2846a99e1b5acea13eeb948c1f4d
diff --git a/app-text/aspell/files/aspell-0.60.6-darwin-bundles.patch b/app-text/aspell/files/aspell-0.60.6-darwin-bundles.patch
index 20d18b2f96c2..39178587f685 100644
--- a/app-text/aspell/files/aspell-0.60.6-darwin-bundles.patch
+++ b/app-text/aspell/files/aspell-0.60.6-darwin-bundles.patch
@@ -1,3 +1,10 @@
+grobian@gentoo.org:
+Darwin: fix for finding bundles (libtool modules, no equivalent in ELF)
+This patch is not really upstreamable, bundles can have any name, but
+Apple suggests using .bundle. libtool on Gentoo generates .bundle files
+for modules on Darwin, so we need aspell to actually look for .bundle,
+not .so.
+
--- lib/new_filter.cpp
+++ lib/new_filter.cpp
@@ -458,11 +458,23 @@