summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/ghc: Switch/update remaining URLsMichał Górny2019-11-101-5/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Inline mirror://hackage and update URIsMichał Górny2019-11-101-1/+1
| | | | | | | | | | | | | | | | | This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/ghc: Update for sys-libs/ncurses-compatMichał Górny2019-10-011-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/ghc: backport binutils fixesSergei Trofimovich2018-06-091-10/+10
| | | | | | | | | | | 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: drop LD_LIBRARY_PATH hack, bug #637532Sergei Trofimovich2017-11-241-11/+0
| | | | | | | | | | | | | 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: explicitly pin to libs+headers slot of ncursesSergei Trofimovich2017-07-111-1/+1
| | | | | | | 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-111-1/+10
| | | | | | | | | | 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: add a ncurses:5/5 binary dependency, bug #561276Sergei Trofimovich2017-07-031-14/+7
| | | | | | Reported-by: Erich Seifert Bug: https://bugs.gentoo.org/561276 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+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-181-1/+1
| | | | | | | | 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
* ghc: spell '-nopie' as '-no-pie' for gcc-6.3.0, bug #606666Sergei Trofimovich2017-02-141-2/+8
| | | | | | | | | | | | 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: drop outdated lower bound on gcc and binutilsSergei Trofimovich2016-12-281-3/+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-281-0/+9
| | | | | | | | | | | 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-041-3/+3
| | | | Package-Manager: portage-2.2.28
* dev-lang/ghc: built 7.10.3 binaries for alpha, ppc, ppc64, sparcSergei Trofimovich2016-03-221-9/+9
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/ghc: bump up to 7.10.3, added binaries for x86, amd64Sergei Trofimovich2016-03-151-0/+672
Package-Manager: portage-2.2.28