diff options
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/package.mask | 9 | ||||
-rw-r--r-- | profiles/prefix/darwin/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/prefix/sunos/solaris/package.mask | 5 |
3 files changed, 9 insertions, 11 deletions
diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 8aef87c65608..7b793caf48c2 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <grobian@gentoo.org> (2025-04-05) +# Fails to compile, implicit decl _NSGetExecutablePath +=sys-apps/gawk-5.3.2 + # Sam James <sam@gentoo.org> (2025-04-01) # Fails to build w/ `error: implicit declaration of function 'clock_nanosleep'` # See bug #951918. @@ -22,11 +26,6 @@ dev-libs/libbsd # embrace guile-3. (bug #825334) media-sound/lilypond -# Fabian Groffen <grobian@gentoo.org> (2023-06-24) -# Fails to link due to missing libintl, already fixed upstream: -# https://git.savannah.gnu.org/cgit/tar.git/commit/?id=8632df398b2f548465ebe68b8f494c0d6f8d913d -=app-arch/tar-1.35 - # Benda Xu <heroxbd@gentoo.org> (2023-07-09) # Requires Glibc <sys/xattr.h> to work properly. # For example, 'lgetxattr' is not available on macOS or gnulib. diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask index 4b5ae83616ed..87728f6a734e 100644 --- a/profiles/prefix/darwin/package.use.mask +++ b/profiles/prefix/darwin/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <grobian@gentoo.org> (2025-04-27) +# Darwin is explicitly unsupported by libdrm +media-video/ffmpeg drm + # Fabian Groffen <grobian@gentoo.org> (2023-05-03) # Darwin is Mach-O, so ELF stuff is not useful here and missing deps dev-libs/glib elf diff --git a/profiles/prefix/sunos/solaris/package.mask b/profiles/prefix/sunos/solaris/package.mask index 655447e9d10a..fe45577b6beb 100644 --- a/profiles/prefix/sunos/solaris/package.mask +++ b/profiles/prefix/sunos/solaris/package.mask @@ -1,11 +1,6 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Fabian Groffen <grobian@gentoo.org> (2023-06-23) -# Fails to link due to missing libintl, already fixed upstream: -# https://git.savannah.gnu.org/cgit/tar.git/commit/?id=8632df398b2f548465ebe68b8f494c0d6f8d913d -=app-arch/tar-1.35 - # Benda Xu <heroxbd@gentoo.org> (2023-07-09) # Requires Glibc <sys/xattr.h> to work properly. # For example, 'lgetxattr' is not available on Solaris or gnulib. |