summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/ghc-8.0.2-r0: alpha stableTobias Klausmann2018-06-181-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/631138
* dev-lang/ghc: stable 8.0.2 for ia64, bug #631138Sergei Trofimovich2018-06-121-1/+1
| | | | | | Bug: https://bugs.gentoo.org/631138 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* dev-lang/ghc: buld amd64 and x86 binaries for 8.4.3Sergei Trofimovich2018-06-103-6/+8
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/ghc: restore missing binutils-2.13 patchSergei Trofimovich2018-06-101-0/+65
| | | | | | Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/657712 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/ghc: backport binutils fixesSergei Trofimovich2018-06-097-58/+70
| | | | | | | | | | | A few changes: - move off from code.haskell.org to /slyfox.uni.cx for binaries - enable --relax on all arches, not just sparc - fix dwarf generation (-g) on binutils-2.30 - allow >=haskell-updater-1.3 - fix relocation for haddoc, hp2ps, hpc Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/ghc: bump up to 8.4.3, no binaries yetSergei Trofimovich2018-06-094-0/+801
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/ghc: bump up to 8.4.2 (no keywords)Sergei Trofimovich2018-05-092-0/+758
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* dev-lang/ghc: bump up to 8.4.1 with x86 and amd64 binariesSergei Trofimovich2018-03-092-11/+10
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/ghc: rebuild ghc against gcc-6 (PIE support), bug #644170Sergei Trofimovich2018-01-222-5/+5
| | | | | | | | Refresh binaries for amd64 and x86 to support -no-pie option by default. Reported-by: Anton Kochkov Bug: https://bugs.gentoo.org/644170 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-lang/ghc: bump up to 8.4.1_alpha1 (unkeyworded)Sergei Trofimovich2017-12-262-0/+759
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-lang/ghc: add amd64 and x86 binariesSergei Trofimovich2017-11-252-4/+6
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-lang/ghc: tweak patch to be -p1-appliableSergei Trofimovich2017-11-251-2/+2
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-lang/ghc: bump up to 8.2.2, no keywords, binaries or core library pinsSergei Trofimovich2017-11-242-0/+755
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-lang/ghc: drop LD_LIBRARY_PATH hack, bug #637532Sergei Trofimovich2017-11-246-81/+33
| | | | | | | | | | | | | LD_LIBRARY_PATH only worked for prefix systems using host's libc. On systems with prefix/libc it causes host's ld.so to load prefix's libc.so. They are incompatible as ld.so relies on presence of certain private symbols libc.so Reported-by: Horea Christian Bug: https://bugs.gentoo.org/637532 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-lang/ghc: stable 8.0.2 for x86/amd64, bug #631138Sergei Trofimovich2017-09-231-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64 x86"
* dev-lang/ghc: bachport *-darwin* tripletsSergei Trofimovich2017-09-022-0/+32
| | | | | | | | | yuuko has CHOST=x86_64-apple-darwin16 which does not work on ghc-8.2.1. Backport upstream commit http://git.haskell.org/ghc.git/commitdiff/d39a3409acd3c40fb018ec1c114f15d3ecef6ef9 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-lang/ghc: drop attemp to sed non-existing utils/haddock/doc/configure.acSergei Trofimovich2017-09-021-6/+0
| | | | | | Noticed by yuuko Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-lang/ghc: update A variable to match .xz tarballSergei Trofimovich2017-09-022-2/+2
| | | | | | | *-darwin hardcodes tarball extension to avoid our prebuilt binaries. Bug noticed by yuuko. Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-lang/ghc: bump up to 8.2.1 with x86 and amd64 binaries, no KEYWORDS yetSergei Trofimovich2017-07-2313-0/+1843
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-lang/ghc: guard manuals building behind USE=docSergei Trofimovich2017-07-121-0/+1
| | | | | | | Building ghc.1 needs sphinx present in system. Reported-by: Patrick McLean Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-lang/ghc: explicitly pin to libs+headers slot of ncursesSergei Trofimovich2017-07-113-3/+3
| | | | | | | sys-libs/ncurses:= can match sys-libs/ncurses:5. To build ghc we always need sys-libs/ncurses:0=. Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-lang/ghc: remove build-type dependency on ncurses, bug #561276Sergei Trofimovich2017-07-112-2/+21
| | | | | | | | | | Re-adding ncurses:5 buildtime-only dependency was an accidental bug. ghc binaries explicitly avoid ncurses for bootstrap. Reported-by: Zac Medico Bug: https://bugs.gentoo.org/561276 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-lang/ghc: fix check-reqs usageSergei Trofimovich2017-07-081-3/+7
| | | | | | Apparently pkg_pretend / pkg_setup don't share global environment. Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-lang/ghc: add check for disk space requirement, bug #611866Sergei Trofimovich2017-07-081-1/+15
| | | | | | Reported-by: Mike Limansky Bug: https://bugs.gentoo.org/611866 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-lang/ghc: add a ncurses:5/5 binary dependency, bug #561276Sergei Trofimovich2017-07-033-34/+20
| | | | | | Reported-by: Erich Seifert Bug: https://bugs.gentoo.org/561276 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-lang/ghc: disable parallel 'make install' until it gets fixed upstreamSergei Trofimovich2017-06-202-7/+10
| | | | | | While at it added binaries for ppc, ppc64 (BE), ia64. Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-lang/ghc: drop outdated docbook xsl prefix hacks.Benda Xu2017-05-281-10/+1
| | | | | | sys-libs/ncurses:5/6 SLOT has been removed. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/ghc: restore HCFLAGS=-O1 for UNREG archesSergei Trofimovich2017-05-232-0/+36
| | | | | | | | | This fix is primary to restore ia64 support. But in general it speeds GHC build up substantially: from 10+ hours down to 3.5 hours. Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-lang/ghc: added 'arm64' binary, built by Alexander AdlerSergei Trofimovich2017-03-192-0/+3
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-lang/ghc: do not persist '-no-pie' in ghc wrapper, bug #609624Sergei Trofimovich2017-02-182-2/+2
| | | | | | | | This fixes build failure of shared libraries on gcc-6.3.0 Reported-by: Helmut Jarausch Bug: https://bugs.gentoo.org/609624 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/ghc: drop '-fno-stack-protector'Sergei Trofimovich2017-02-181-1/+0
| | | | | | | | | GHC does not use Evil Mangler any more thus GHC should not care about stack protection in C code. It should just work. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/ghc: keyword alpha as we have binaries for itSergei Trofimovich2017-02-141-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/ghc: add alpha binary for 8.0.2Sergei Trofimovich2017-02-142-2/+3
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* ghc: spell '-nopie' as '-no-pie' for gcc-6.3.0, bug #606666Sergei Trofimovich2017-02-142-4/+16
| | | | | | | | | | | | Gentoo upstreamed -pie/-nopie patch to GCC upstream but there is a twist: '-nopie' gentoo flag became '-no-pie'. But at least '-no-pie' is accessible in both vanilla and hardened profiles of gcc-6.3.0. Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/606666 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/ghc: apply gentoo dev-libs/libffi patch for alphaSergei Trofimovich2017-01-292-0/+58
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/ghc: added amd64 and x86 binaries for ghc-8.0.2Sergei Trofimovich2017-01-202-4/+6
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/ghc: bump up to 8.0.2, no KEYWORDS or binaries yetSergei Trofimovich2017-01-167-0/+942
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/ghc: drop outdated lower bound on gcc and binutilsSergei Trofimovich2016-12-282-6/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/ghc: drop oldSergei Trofimovich2016-12-2823-4726/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/ghc: add dependency on ncurses-5 ABI for ghc[binary], bug #603632Sergei Trofimovich2016-12-285-4/+49
| | | | | | | | | | | all existing GHC versions were built agains ncurses-5. Pull in this binary depend when uses choses to install ghc binary as-is. Reported-by: Chris Henhawke Bug: https://bugs.gentoo.org/603632 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/ghc: Prefixify STAGE0_AR.Benda Xu2016-07-261-2/+3
| | | | | | Bug: 540168 Package-Manager: portage-2.3.0
* dev-lang/ghc: amd64/x86 stable, bug #563090Sergei Trofimovich2016-05-151-1/+1
| | | | Package-Manager: portage-2.2.28
* dev-lang/ghc: add ia64 binary for ghc-7.10.3Sergei Trofimovich2016-04-042-3/+4
| | | | Package-Manager: portage-2.2.28
* dev-lang/ghc: built 7.10.3 binaries for alpha, ppc, ppc64, sparcSergei Trofimovich2016-03-222-9/+13
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/ghc: bump up to 7.10.3, added binaries for x86, amd64Sergei Trofimovich2016-03-154-0/+748
| | | | Package-Manager: portage-2.2.28
* dev-lang/ghc: move QA_PREBUILT to pkg_setup(), bug #566534Sergei Trofimovich2016-02-106-16/+18
| | | | | | | | | | Should fix paludis users. The change requires yet unreleased portage 2.2.28 to make QA_PREBUILT work as expected. Bug: https://bugs.gentoo.org/566534 Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-4/+4
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.