diff options
author | 2005-09-28 17:33:31 +0000 | |
---|---|---|
committer | 2005-09-28 17:33:31 +0000 | |
commit | 55aac6228a51384cc745c77d6a6e9099af9d3df5 (patch) | |
tree | 60b9cf2740897f292ffa8f039e63edae66bde063 /profiles | |
parent | version bump (diff) | |
download | historical-55aac6228a51384cc745c77d6a6e9099af9d3df5.tar.gz historical-55aac6228a51384cc745c77d6a6e9099af9d3df5.tar.bz2 historical-55aac6228a51384cc745c77d6a6e9099af9d3df5.zip |
Mask libidn and idn for bug #106498 on OSX 10.4 and 10.3 in order to be
able to keyword mutt. libidn needs java-config which has not be found a
solution for at the moment. We mask it as long as no solution has been
found.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-darwin/macos/10.3/package.mask | 4 | ||||
-rw-r--r-- | profiles/default-darwin/macos/10.3/use.mask | 3 | ||||
-rw-r--r-- | profiles/default-darwin/macos/10.4/package.mask | 4 | ||||
-rw-r--r-- | profiles/default-darwin/macos/10.4/use.mask | 3 |
4 files changed, 14 insertions, 0 deletions
diff --git a/profiles/default-darwin/macos/10.3/package.mask b/profiles/default-darwin/macos/10.3/package.mask index 07bc999df463..4d0d48e187ad 100644 --- a/profiles/default-darwin/macos/10.3/package.mask +++ b/profiles/default-darwin/macos/10.3/package.mask @@ -47,3 +47,7 @@ app-vim/taglist # Nonetheless, cpio is part of System, and we don't want it pulled in # for users of this profile app-arch/cpio + +# libidn needs java-config. This one is not yet ported, so as long as +# thre is no solution for that it is masked +net-dns/libidn diff --git a/profiles/default-darwin/macos/10.3/use.mask b/profiles/default-darwin/macos/10.3/use.mask index 96d86b2755e3..dd54c5d4c421 100644 --- a/profiles/default-darwin/macos/10.3/use.mask +++ b/profiles/default-darwin/macos/10.3/use.mask @@ -23,3 +23,6 @@ wxwindows # see GCC man-page (-static): "This option will not work on Mac OS X..." static + +# pulls libidn, which has problems with java-config +idn diff --git a/profiles/default-darwin/macos/10.4/package.mask b/profiles/default-darwin/macos/10.4/package.mask index 97bfcb1e2717..f0f1bf6d84a0 100644 --- a/profiles/default-darwin/macos/10.4/package.mask +++ b/profiles/default-darwin/macos/10.4/package.mask @@ -49,3 +49,7 @@ app-vim/taglist # Nonetheless, cpio is part of System, and we don't want it pulled in # for users of this profile. app-arch/cpio + +# libidn needs java-config. This one is not yet ported, so as long as +# thre is no solution for that it is masked +net-dns/libidn diff --git a/profiles/default-darwin/macos/10.4/use.mask b/profiles/default-darwin/macos/10.4/use.mask index d1643956cd41..9442fcd1ac2d 100644 --- a/profiles/default-darwin/macos/10.4/use.mask +++ b/profiles/default-darwin/macos/10.4/use.mask @@ -24,3 +24,6 @@ wxwindows # see GCC man-page (-static): "This option will not work on Mac OS X..." static + +# pulls libidn, which has problems with java-config +idn |