summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: Remove entries with OutdatedProfilePackageMichał Górny2023-12-173-20/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/libmpg123: Add 1.32.3, split out from media-sound/mpg123Igor V. Kovalenko2023-11-202-0/+2
| | | | | | Bug: https://bugs.gentoo.org/915858 Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* profiles/prefix/darwin/macos: mask debugpy and pydevd.Benda Xu2023-08-201-0/+8
| | | | Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* profiles/prefix/darwin/macos: mask dev-libs/libbsd and its USE flag.Benda Xu2023-08-172-1/+11
| | | | | | | | We should make a `virtual/libbsd` when we accumulate enough `!elibc_Darwin? ( dev-libs/libbsd )` dependencies. Reported-by: Jiajie Chen <jiegec@qq.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* profiles/prefix/darwin/macos: turn off ssl and smp default USE flags.Benda Xu2023-08-171-0/+22
| | | | | | | | dev-python/{twisted[ssl],ipython[smp]} both depend on rust, which is not yet supported on Gentoo/macOS. Suggested-by: Jiajie Chen <jiegec@qq.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* profiles/prefix/darwin/macos: welcome guile-3 to macos.Benda Xu2023-08-012-0/+10
| | | | | Bug: https://bugs.gentoo.org/825334 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* profiles/prefix/darwin/macos: mask tar-1.35 here like on SolarisFabian Groffen2023-07-241-0/+5
| | | | | | Same libintl linking problem. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin: mask patchelf.Benda Xu2023-07-191-0/+4
| | | | | | It is useless under Darwin, unless cross-compiling. Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* p/p/darwin/macos: add reasonable USE defaults in the profile.Benda Xu2023-07-171-0/+12
| | | | Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* p/p/darwin/macos/14.0: prepare for the upcoming macOS release.Benda Xu2023-07-1127-227/+67
| | | | | | | | Refactorize to merge the use.mask files into single directories. Suggested-by: Jiajie Chen <jiegec@qq.com> Reported-by: Chuangyu Ding <dchy12792246@icloud.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* p/p/darwin/macos/arch/x64: allow users to tune the x86 CPU flags.Benda Xu2023-07-092-1/+25
| | | | | | This is useful to fine tune the number crunching performance on macOS. Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* p/p/{darwin/macos,sunos/solaris}: move the xattr masks downwards.Benda Xu2023-07-094-10/+12
| | | | | | | The masks are more related to userland libc implementations than kernels, and suits better to macos and solaris subdirectories. Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* p/p/darwin/macos/package.mask: harfbuzz-7.2 droped in a7f050bbcecb.Benda Xu2023-07-091-1/+0
| | | | Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* p/prefix/{darwin,sunos}: mask sys-apps/attr and USE=xattr.Benda Xu2023-07-092-2/+12
| | | | | | | The required headers are not available on macOS or Solaris. Bug: https://bugs.gentoo.org/910070 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* profiles/prefix/macos/arch/arm64: drop forcing cpu_flags_arm_thumb*Fabian Groffen2023-06-242-4/+0
| | | | | | arm64 doesn't support thumb. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* prefix/darwin/arm64: set default cpu_flags_armFabian Groffen2023-06-232-4/+43
| | | | | | | M1 is v8 + custom stuff, so enable all v8 stuff, so things like ffmpeg can compile Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos: mask >=harfbuzz-7Fabian Groffen2023-06-051-0/+6
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/package.use.mask: mask USE=elf for glibFabian Groffen2023-05-031-1/+5
| | | | | | Darwin is not an ELF target and deps aren't keyworded/available here. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos/package.mask: drop obsolete maskFabian Groffen2023-05-011-6/+0
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: cleanup obsolete masksSam James2023-05-011-10/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles/prefix/darwin/macos/package.mask: mask gcc-12.2 #905152Fabian Groffen2023-04-271-1/+7
| | | | | | | odd interaction with -stdlib=libc++ Bug: https://bugs.gentoo.org/905152 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos/arch/arm64/make.defaults: don't hijack keywordFabian Groffen2023-02-201-1/+1
| | | | | | | | As discussed in bug #895524 with QA, remove hack that should've never been committed to be honestly. M1 macOS users will have to temp add this on their configs, while I sort out which packages can be keyworded. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos/arch/arm64: mask ↵Sam James2022-12-061-2/+2
| | | | | | | | | | <dev-libs/gmp-6.2.2[cpudetection] too We have IUSE="+cpudetection" and REQUIRED_USE="cpudetection? ( asm )" and asm is masked. Bug: https://archives.gentoo.org/gentoo-alt/message/9b57b9dfac47cfd5a8ec9d0489e25cf7 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: add prefix/darwin/macos/13.0 profilesFabian Groffen2022-11-0217-0/+74
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/arch: fix UnknownProfilePackageUseSam James2022-10-082-14/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles: Clean obsolete entriesMichał Górny2022-08-301-6/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* prefix/darwin/macos/arch/arm64: force -O1 where necessary as workaroundFabian Groffen2022-08-061-8/+18
| | | | | | | | | The GCC toolchain seems somewhat funky for certain packages, producing objects that the (host) linker doesn't agree with, so for the time being force -O1 as workaround for these few packages. Bug: https://bugs.gentoo.org/778014 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos/*/arm64/gcc: use nold variantFabian Groffen2022-08-032-2/+2
| | | | | | | | | binutils-apple doesn't compile currently on arm64 (#792780) and needs work, use the host-provided linker for the time being. Closes: https://bugs.gentoo.org/792780 Bug: https://bugs.gentoo.org/778014 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: remove global USE=altivecDavid Seifert2022-07-151-4/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* prefix/darwin/macos/package.mask: update vim-8.2.5066 maskFabian Groffen2022-07-081-2/+2
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: UnknownProfilePackageUse cleanup, pt. 2Michał Górny2022-06-222-10/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Resolve UnknownProfilePackage warningsMichał Górny2022-06-221-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* prefix/darwin/macos/package.mask: mask vim-8.2.5066Fabian Groffen2022-06-141-0/+6
| | | | | | broken compilation, already fixed upstream in 5067 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos: drop ref to exp GCC snapshotFabian Groffen2022-06-082-10/+0
| | | | | | gcc-11 SI WIP snapshot ebuilds were removed Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: mask USE=gsasl for upcoming Mutt 2.2.0 where applicableFabian Groffen2022-02-131-1/+5
| | | | | | needs keyworded virtual/gsasl Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos: use global fix for gnulib breakageFabian Groffen2022-01-162-9/+23
| | | | | | Bug: https://bugs.gentoo.org/831026 Bug: https://bugs.gentoo.org/829847 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos/package.mask: move 11.0/12.0 mask hereFabian Groffen2022-01-123-13/+5
| | | | | | | | | In order to keep duplication low, move the cmake mask from 11.0/12.0 profiles to this level, even though this compiles/works fine on older macOS versions. This is the same as the glib masks we do that make things like gzip and nano fail to compile. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos: mask =app-arch/gzip-1.11Sam James2022-01-091-0/+1
| | | | | | | | Same issue as with nano. 1.10 is fine. Hopefully fixed in next release w/ latest gnulib sync. Bug: https://bugs.gentoo.org/829847 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/prefix/darwin/macos: mask latest cmake on 11 and upFabian Groffen2022-01-082-0/+12
| | | | | Closes: https://bugs.gentoo.org/830425 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos: drop obsolete gdbm maskSam James2022-01-011-7/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles/prefix/darwin/macos: revise nano maskSam James2021-12-231-0/+1
| | | | | | | 5.9 fails too Bug: https://bugs.gentoo.org/829847 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/prefix/darwin/macos: mask nano-6.0 which fails to buildSam James2021-12-231-0/+7
| | | | | Bug: https://bugs.gentoo.org/829847 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/prefix/darwin/macos/arch/arm64: mask gcc-11.2.0Sam James2021-11-091-0/+6
| | | | | | | | About to add it to ::prefix and don't want to disrupt arm64 M1 prefix bootstrapping which needs gcc-11_pre... atm. Signed-off-by: Sam James <sam@gentoo.org>
* profiles/prefix/darwin/macos/arch/arm64: mask dev-libs/gmp[asm] for nowSam James2021-11-091-0/+8
| | | | | | | | | | | | | Known broken. From gmplib.org: ``` Issues with GMP 6.2.1: While we added support for Apple's new Arm based computers, our support has a problem. The problem is that Apple reserves CPU register x18, but GMP's mpn/arm64 assembly code uses that register. While GMP runs fine in our tests, we expect things to go awry in some execution situation. (Apple has not been kind enough to specify how they use x18. Therefore, we don't know what the consequences of using x18 might be.) ``` Signed-off-by: Sam James <sam@gentoo.org>
* profiles/prefix/darwin/macos/12.0/*/make.defaults: fix CHOSTSam James2021-11-022-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles/prefix/darwin/macos/12.0: add 12.0 profiles for macOS MontereySam James2021-11-0218-0/+79
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles: Clean stale USE masks/forcesMichał Górny2021-09-212-4/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/prefix/darwin/macos: mask =sys-libs/gdbm-1.21 (fails to build)Sam James2021-09-051-0/+5
| | | | | Bug: https://bugs.gentoo.org/811792 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: Remove all dev-util/pkgconfig referencesJakov Smolić2021-09-042-5/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* profiles/prefix/darwin/macos/package.mask: drop obsoleted masksFabian Groffen2021-08-221-5/+0
| | | | | | findutils-4.8.0 (only version in the tree) and wget are now fixed Signed-off-by: Fabian Groffen <grobian@gentoo.org>