summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: mask USE=gsasl for upcoming Mutt 2.2.0 where applicableFabian Groffen2022-02-132-1/+9
| | | | | | needs keyworded virtual/gsasl Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: Bump copyright datesMichał Górny2022-02-122-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Clean up obsolete entriesMichał Górny2022-02-122-5/+1
| | | | Signed-off-by: Michał Górny <mgorny@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: remove uclibcDavid Seifert2022-01-022-6/+2
| | | | | Closes: https://bugs.gentoo.org/820905 Signed-off-by: David Seifert <soap@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-214-7/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Remove masks/flags for removed packagesMichał Górny2021-09-211-4/+0
| | | | 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/make.defaults: drop TMPFILES_OPTIONALFabian Groffen2021-08-241-5/+0
| | | | | | | Obviously, metadata cache doesn't take the setting of this var into account, so cannot define it in the profile. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/make.default: set TMPFILES_OPTIONAL to unbreak PrefixFabian Groffen2021-08-231-1/+6
| | | | | | | systemd-tmpfiles isn't very friendly for non-Linux, that put aside, tmpfiles aren't really used in Prefix; the host reboots, not the Prefix Signed-off-by: Fabian Groffen <grobian@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>
* profiles/*: Remove eapi file from otherwise empty dirsUlrich Müller2021-08-022-2/+0
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles/*: Add missing eapi filesUlrich Müller2021-08-022-0/+2
| | | | | | In all dirs containing regular files. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles: Remove obsolete python3_7 referencesMichał Górny2021-06-011-4/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: drop redundant LibreSSL masks (shadowed)Sam James2021-05-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles: prefix/darwin: Drop obsolete <dev-lang/tk-8.6 package.maskAndreas Sturmlechner2021-04-101-6/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles/prefix/darwin/macos/features/fsf-gcc-ld64: mask ↵Sam James2021-04-061-0/+6
| | | | | | media-libs/libsdl[sound, joystick] Signed-off-by: Sam James <sam@gentoo.org>
* profiles/prefix/darwin: Don't modify USE_EXPAND in subprofileUlrich Müller2021-04-061-4/+1
| | | | | | | Policy reference: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#use_expand-and-arch-use-flags Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles/prefix/package.use.mask: mask curl_ssl_nssFabian Groffen2021-03-131-1/+5
| | | | | Bug: https://bugs.gentoo.org/769578 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: More headersUlrich Müller2021-03-041-0/+3
| | | | | | | For now, add copyright headers to all files with 15 or more nonempty lines, unless they're trivial lists. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles/prefix/darwin/macos/package.mask: drop obsolete maskSam James2021-02-121-5/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles/prefix/darwin/macos/11.0/arm64: mask SSP with GCCFabian Groffen2021-02-071-0/+5
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos/11.0/arm64: add gcc subprofileFabian Groffen2021-02-073-0/+8
| | | | | | add gcc subprofile, and umask gcc-11 in there Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin: remove old use.maskJoonas Niilola2021-02-061-4/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* profiles: install virtual/man as part of @systemFabian Groffen2021-02-051-2/+1
| | | | | | | | man-pages aren't terribly useful, but it is very useful to be able to read man-pages from prefix-installed packages, so install a man that knows where everything is. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: Clean py2.7 leftoversMichał Górny2021-01-311-6/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/prefix/use.mask: drop obsolete ruby23 maskFabian Groffen2021-01-231-4/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/sunos/solaris/arch/sparc64: add make.defaultsFabian Groffen2021-01-181-0/+8
| | | | | | | multilib settings were missing, probably causing ncurses build failure, identical to what happens in bug #711590 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/package.mask: drop obsolete wget maskSam James2021-01-141-5/+0
| | | | | | | This version is no longer in tree. Bug: https://bugs.gentoo.org/763123 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/prefix/darwin/macos/package.mask: drop cmake-3.19.3 maskFabian Groffen2021-01-141-4/+0
| | | | | | cmake ebuild was fixed Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos/package.mask: mask cmake-3.19.3Fabian Groffen2021-01-141-0/+4
| | | | | | | | | | Fails to compile with multiple errors like /Library/Gentoo-HighSierra/var/tmp/portage/dev-util/cmake-3.19.3/work/cmake-3.19.3/Source/cmGlobalXCodeGenerator.cxx:3161:5: error: ‘CFStringRef’ was not declared in this scope 3161 | CFStringRef s = CFUUIDCreateString(kCFAllocatorDefault, uuid); | ^~~~~~~~~~~ Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos: switch gcc profiles to ld64Fabian Groffen2021-01-104-4/+4
| | | | | | | now that we have binutils-apple-8.2.1-r101 verified to compile/link entire system, enable it globally, instead of native-cctools wrappers Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos/package.mask: mask findutils-4.8.0 like wgetFabian Groffen2021-01-101-1/+3
| | | | | | seems some bad commit went through in gnulib Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos/package.mask: drop obsolete binutils-apple maskFabian Groffen2021-01-101-5/+0
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos/package.mask: mask wget-1.21.1Fabian Groffen2021-01-101-1/+5
| | | | | | | Fails to compile with a bunch of problems, fall back to older version, a next release likely fixes these problems. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/linux/x86: drop profile.bashrcFabian Groffen2021-01-071-12/+0
| | | | | | | | SYMLINK_LIB is going away (if it isn't yet), a 32-bootstrap on 64-host needs help from bootstrap-prefix.sh to succeed. Closes: https://bugs.gentoo.org/640186 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos: drop forgotten 10.14/x86 profileFabian Groffen2021-01-067-57/+0
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: drop x86-macosFabian Groffen2021-01-0624-183/+3
| | | | | | | | | | Reality is, people having access to a machine that supports this are rare, bootstrapping to such machines is broken, and even if it would work, the usefulness is zero. So drop it, 32-bits Intel macOS is dead. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos: migrate 10.5/ppc to generic gcc featureFabian Groffen2021-01-058-6/+23
| | | | | | | | - add fsf-gcc-ld64 feature (to replace fsf-gcc-nold) - make 10.5/pcc include fsf-gcc-ld64 - add dummy 10.5/ppc/gcc for consistency with other gcc-based profiles Signed-off-by: Fabian Groffen <grobian@gentoo.org>