summaryrefslogtreecommitdiff
path: root/lang/ghc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lang/ghc: Remove USE_HADRIAN knobGleb Popov8 days1-46/+3
| | | | All GHC ports are now using Hadrian
* lang/ghc: Drop i386 supportGleb Popov8 days2-7/+2
| | | | | | The latest working GHC port for i386 was ghc92 until we switched to a newer bootstrap. This change doesn't remove much, because most of Haskell ports use GHC 94+ and weren't available for i386 anyways.
* lang/ghc*: Completely stop depending on LLVMGleb Popov8 days1-11/+1
| | | | | | | | | - LLVM is needed only for arches that are missing the native codegen backend in GHC - Starting from GHC 9 both AArch64 and X86 are natively supported - Leave LLVM_VERSION and LLVM_BOOT_VERSION vars for documentational purpose PR: 287528
* lang/ghc92: Use the same GHC 9.2 as bootstrapGleb Popov10 days1-3/+3
| | | | | | | This removes dependency on GHC 8.10.7 as a bootstrap, and transitively - on llvm11 PR: 287528
* lang/ghc: Add a GHC 9.6 AArch64 bootstrapGleb Popov11 days1-1/+3
|
* lang/ghc810: Remove the portGleb Popov2025-06-042-12/+0
|
* lang/ghc: Update to 9.8.4Gleb Popov2025-05-136-5500/+5680
| | | | Move GHC 9.6.7 to lang/ghc96
* lang/ghc: Remove the fixup-plist machineryGleb Popov2025-05-052-34/+0
| | | | With all the substitutions in play this helper target became useless
* lang/ghc: Update to 9.6.7Gleb Popov2025-05-046-58/+61
|
* lang/ghc*: Remove BUILD_DEPEND on compat12xEmmanuel Vadot2025-03-151-5/+0
| | | | | | | compat12x is only needed for ghc810 and ghc92 so remove the build depend for lang/ghc and lang/ghc94 Reviewed by: arrowd
* lang/ghc: Introduce PDFDOCS option.Gleb Popov2024-12-211-2/+8
| | | | PR: 283368
* lang/ghc: Do not build PDF docs to avoid a heavy dependency on xetexGleb Popov2024-12-191-5/+3
| | | | PR: 283368
* lang/ghc: Pull a patch from upstream fixing a forking bugGleb Popov2024-09-232-1/+46
|
* lang/ghc: Update to 9.6.6Gleb Popov2024-07-082-7/+7
|
* lang/ghc: Update to 9.6.5Gleb Popov2024-06-303-833/+11
|
* lang/ghc: Fix Hadrian build with BOOT option enabledGleb Popov2024-04-011-3/+4
| | | | Reported by: rene
* Framework: Use WRK_ENV when handling USE_LOCALEGleb Popov2024-03-281-1/+1
| | | | PR: 276478
* lang/ghc: Try to unbreak on AArch64 by pulling a patch from upstream.Gleb Popov2024-03-232-3/+823
|
* lang/ghc: Mark BROKEN on FreeBSD 14 aarch64Gleb Popov2024-03-231-0/+2
| | | | Reported by: pkg-fallout
* lang/ghc: Use SETENVI for gmake invocationsGleb Popov2024-03-091-4/+4
| | | | PR: 277492
* lang/ghc: Update to 9.6.4Gleb Popov2024-03-025-41/+499
|
* lang/ghc: Update to 9.4.8Gleb Popov2024-01-302-9/+9
|
* lang/ghc: Unbreak GHC 9.2 on AArch64, refresh bootstraps.Gleb Popov2024-01-034-5018/+5021
|
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | | - Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
* lang/ghc: Update to 9.4.7Gleb Popov2023-12-302-7/+7
|
* lang/ghc: Update to 9.4.6Gleb Popov2023-08-123-10/+11
|
* lang/ghc92: Reroll Hadrian bootstrap for real this time.Gleb Popov2023-07-122-5/+5
| | | | Fixes: c8d0965f210b5176103c0b8a81da352c9ae9e696
* lang/ghc92: Reroll Hadrian bootstrap as it depends on GHC 8.10.7 bootstrap.Gleb Popov2023-07-122-3/+3
| | | | Reported by: pkg-fallout
* lang/ghc*: Add unconditional BUILD_DEPENDS on libgmp.Gleb Popov2023-07-121-0/+2
| | | | | Rerolled bootstraps are now using GMP-backed Integer's, so make sure we can run them on the build stage.
* lang/ghc: Reroll amd64 and i386 bindists of GHC 8.10.7Gleb Popov2023-07-061-5/+5
|
* lang/ghc: Reroll Aarch64 8.10.7 bootstrap and simplify Makefile.Gleb Popov2023-07-012-17/+4
| | | | | | Also remove support for armv{6,7} due to problems in getting bootstraps. Obtained from: kevans
* lang/ghc: Pass CC and CXX to Hadrian to fix build in lang/gcc presence.Gleb Popov2023-06-241-3/+4
| | | | | PR: 271928 Reported by: John Hein <jcfyecrayz@liamekaens.com>, Mark Evenson <evenson.not.org@gmail.com>
* lang/ghc92: Update to 9.2.8Gleb Popov2023-06-032-5/+14
|
* lang/ghc: Mark IGNOREd on i386 and aarch64.Gleb Popov2023-05-281-0/+2
|
* lang/ghc: Pick correct Hadrian plan from the slave ports.Gleb Popov2023-05-281-1/+3
|
* lang/ghc: Remove GHC 8.10.4 from distinfo.Gleb Popov2023-05-271-4/+0
| | | | It isn't used anywhere anymore.
* lang/ghc: Update to 9.4.5Gleb Popov2023-05-277-583/+1002
|
* lang/ghc92: Create slave port for GHC 9.2.7.Gleb Popov2023-05-271-5/+8
|
* lang/ghc: Remove USES=localbase and USES=iconv.Gleb Popov2023-05-171-3/+3
| | | | | | | Apparently these aren't needed anymore. Add iconv dependency to devel/stack, because it might download old GHC bindists, which are still using ports libiconv.
* lang/ghc: Disable Hadrian build on aarch64 too.Gleb Popov2023-05-131-1/+1
| | | | | | It builds successfully but for some reason only builds the vanilla way. Reported by: pkg-fallout
* lang/ghc: Try to fix build on aarch64.Gleb Popov2023-05-071-1/+1
| | | | Reported by: pkg-fallout
* lang/ghc: Starting with GHC 9.2.7 switch to the Hadrian build system.Gleb Popov2023-05-035-19/+5439
| | | | | | | | Hadrian is a new build system for GHC which is written in Haskell and requires bootstrapping process. Ugh. Luckily, we only prepare a source bootstrap archive as bootstrap GHC has everything needed to build it. Hadrian also fails to build GHC on i386 so build it the old way for now.
* lang/ghc: Replace GMP_CONFIGURE_WITH with GMP_CONFIGURE_ON.Gleb Popov2023-04-071-2/+5
|
* lang/ghc: Update to 9.2.7Gleb Popov2023-03-012-4/+4
|
* lang/ghc: Update to 9.2.6Gleb Popov2023-02-123-4/+7
|
* lang/ghc: Update to 9.2.5Gleb Popov2022-11-073-6/+9
| | | | MFH: 2022Q4
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* lang/ghc: Use correct LLVM toolchain for the bootstrap compiler.Gleb Popov2022-08-261-1/+1
| | | | | PR: 264192 Reported by: Mark Millard <marklmi26-fbsd@yahoo.com>
* lang/ghc: Update to 9.2.4Gleb Popov2022-08-013-4/+4
| | | | | | Deal with Haskell ports fallout caused by the update. While there, re-add patches necessary for lang/ghc810 that were somehow lost.