| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
All GHC ports are now using Hadrian
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
This removes dependency on GHC 8.10.7 as a bootstrap, and transitively - on
llvm11
PR: 287528
|
| |
|
| |
|
|
|
|
| |
Move GHC 9.6.7 to lang/ghc96
|
|
|
|
| |
With all the substitutions in play this helper target became useless
|
| |
|
|
|
|
|
|
|
| |
compat12x is only needed for ghc810 and ghc92 so remove the build depend
for lang/ghc and lang/ghc94
Reviewed by: arrowd
|
|
|
|
| |
PR: 283368
|
|
|
|
| |
PR: 283368
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: rene
|
|
|
|
| |
PR: 276478
|
| |
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
| |
PR: 277492
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
| |
Fixes: c8d0965f210b5176103c0b8a81da352c9ae9e696
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
| |
Rerolled bootstraps are now using GMP-backed Integer's, so make sure we can
run them on the build stage.
|
| |
|
|
|
|
|
|
| |
Also remove support for armv{6,7} due to problems in getting bootstraps.
Obtained from: kevans
|
|
|
|
|
| |
PR: 271928
Reported by: John Hein <jcfyecrayz@liamekaens.com>, Mark Evenson <evenson.not.org@gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
It isn't used anywhere anymore.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
It builds successfully but for some reason only builds the vanilla way.
Reported by: pkg-fallout
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
MFH: 2022Q4
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PR: 264192
Reported by: Mark Millard <marklmi26-fbsd@yahoo.com>
|
|
|
|
|
|
| |
Deal with Haskell ports fallout caused by the update.
While there, re-add patches necessary for lang/ghc810 that were somehow lost.
|