non port: lang/ghc/Makefile |
SVNWeb
|
Number of commits found: 233 (showing only 100 on this page) |
Wed, 1 Mar 2023
|
[ 18:21 Gleb Popov (arrowd) ] 846cead
lang/ghc: Update to 9.2.7
|
Sun, 12 Feb 2023
|
[ 11:13 Gleb Popov (arrowd) ] 9e40cf6
lang/ghc: Update to 9.2.6
|
Mon, 7 Nov 2022
|
[ 15:40 Gleb Popov (arrowd) ] ba2e106
lang/ghc: Update to 9.2.5
MFH: 2022Q4
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 26 Aug 2022
|
[ 19:01 Gleb Popov (arrowd) ] 3ef9df6
lang/ghc: Use correct LLVM toolchain for the bootstrap compiler.
PR: 264192
Reported by: Mark Millard <marklmi26-fbsd@yahoo.com>
|
Mon, 1 Aug 2022
|
[ 09:38 Gleb Popov (arrowd) ] 90e26bb
lang/ghc: Update to 9.2.4
Deal with Haskell ports fallout caused by the update.
While there, re-add patches necessary for lang/ghc810 that were somehow lost.
|
Sun, 31 Jul 2022
|
[ 20:27 Gleb Popov (arrowd) ] 55788dd
lang/ghc810: Unbreak check-sanity.
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f98ae56 (Only the first 10 of 255 ports in this commit are shown above. )
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 7 Jul 2022
|
[ 10:24 Gleb Popov (arrowd) ] a0d2345
lang/ghc810: Add the port, slave to lang/ghc.
The need to have different GHC versions installed on the same system became
more common in the Haskell ecosystem. The devel/stack port solves this problem
by installing its own distributions into the user's HOME dir. Cabal doesn't do
that, but uses system-wide GHC installations. This slave port is intended to
help for such use cases.
This port can also be used as a fallback during major lang/ghc upgrades. At
the moment such upgrades require a lot of work to deal with Haskell packages
fallout. By switching failing ports to older GHC we can deliver lang/ghc
updates faster.
|
[ 10:24 Gleb Popov (arrowd) ] de74e58
lang/ghc: Update to 9.2.3
|
[ 10:24 Gleb Popov (arrowd) ] 8709d6b
lang/ghc: Update to 9.2.2
|
[ 10:19 Gleb Popov (arrowd) ] fcc19be
lang/ghc: Update to 9.2.1
|
Mon, 9 May 2022
|
[ 19:23 Kevin Bowling (kbowling) ] db78da8 (Only the first 10 of 120 ports in this commit are shown above. )
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com>
|
Sun, 13 Feb 2022
|
[ 18:23 Gleb Popov (arrowd) Author: Filipe da Silva Santos ] c764489
lang/ghc: Add a patch for correctly selecting a LLVM backend.
PR: 261798
MFH: 2022Q1
|
Wed, 17 Nov 2021
|
[ 20:48 Dmitry Marakasov (amdmi3) ] dc37cfc
lang/ghc: add NO_CCACHE=yes
This fixes the following build error with ccache (probably caused
by CCACHE_DIR not propagated through the build properly):
[1 of 1] Compiling Main ( Setup.hs, Setup.o )
ccache: error: Failed to create directory /nonexistent/.ccache/6/3:
Permission denied
`clang' failed in phase `Assembler'. (Exit code: 1)
Approved by: portmgr blanket
|
Sun, 17 Oct 2021
|
[ 20:24 Gleb Popov (arrowd) ] 0c6dace
lang/ghc: Update bootstrap compiler to 8.10.7
|
[ 20:24 Gleb Popov (arrowd) ] 852fb7f
lang/ghc: Remove powerpc64 support.
It was reported as broken by pkubaj.
|
[ 20:24 Gleb Popov (arrowd) ] b41e259
lang/ghc: Remove unused stuff and make cosmetic changes.
|
Sat, 16 Oct 2021
|
[ 09:51 Jimmy Olgeni (olgeni) ] 4460cf7 (Only the first 10 of 476 ports in this commit are shown above. )
*: fix tab vs. space issues, and comments according to the guide.
|
Fri, 1 Oct 2021
|
[ 12:51 Mikael Urankar (mikael) ] c57db8f
lang/ghc: Update arm bootstrap to 8.10.7
Update arm bootstrap to 8.10.7
Pass --host to the configure script otherwise ghc thinks we are crosscompiling
(only affects armv6 and armv7)
Remove CONFIGURE_ENV, it is now handled in patch-aclocal.m4 (submitted upstream
as https://gitlab.haskell.org/ghc/ghc/-/merge_requests/6599)
Approved by: arrowd
Differential Revision: https://reviews.freebsd.org/D32155
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
Sun, 29 Aug 2021
|
[ 13:37 Gleb Popov (arrowd) ] 707da9c
lang/ghc: Update to 8.10.6
|
[ 13:37 Gleb Popov (arrowd) ] f5c3589
lang/ghc: Update to 8.10.7
|
Thu, 24 Jun 2021
|
[ 16:00 Mikael Urankar (mikael) ] e099e7c
lang/ghc: Fix build on aarch64
BINARY_ALIAS doesn't work anymore.
Pass the correct environment variables in the pre-configure target instead.
PR: 256605
Reported by: tech-lists@zyxst.net
Approved by: arrowd (previous version)
|
Sat, 12 Jun 2021
|
[ 14:57 Gleb Popov (arrowd) ] a986124
lang/ghc: Add USES=iconv:patch,translit
We actually need iconv on the "configure" stage, but there is no such option.
The "translit" is here to force using libiconv from Ports.
Fixes: 4cb80ca6ddf3
|
[ 10:14 Gleb Popov (arrowd) ] 9db3b6bb
lang/ghc: Workaround build failure on CURRENT.
PR: 256424
Reported by: Filipe da Silva Santos <contact@shiori.com.br>
|
[ 10:14 Gleb Popov (arrowd) ] 4cb80ca
lang/ghc: Update to 8.10.5
|
Wed, 14 Apr 2021
|
[ 15:41 Mathieu Arnold (mat) ] 85737ae (Only the first 10 of 22 ports in this commit are shown above. )
Mk: Cleanup after moving apply-slist earlier.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 26 Mar 2021
|
[ 00:44 dbaio ]
lang/ghc: Generate PORTDOCS pkg-plist dynamically
This is the best approach for ports building its documentation with Sphinx in
html and will save time on future Sphinx updates.
Approved by: portmgr blanket
|
Thu, 18 Mar 2021
|
[ 10:52 arrowd ]
lang/ghc: Remove unused patches and add some comments on bootstrap generation.
|
Tue, 16 Mar 2021
|
[ 21:10 dbaio ]
textproc/py-sphinx: Update to 3.5.2
Add patches to fix Sphinx consumers; The most common issues are related with
pkg-plist, the output files for Sphinx changes between versions, keep this
dynamically is the better approach and will save time in future Sphinx updates.
Changelog: https://github.com/sphinx-doc/sphinx/blob/v3.5.2/CHANGES
PR: 254185
Approved by: python (with hat)
Exp-run by: antoine
|
Wed, 3 Mar 2021
|
[ 17:48 mikael ]
lang/ghc: Update arm bootstrap
The ghc bootstrap (v8.6.5) on arm requires devel/llvm60,
this llvm version is obsolete and still uses python2.7 to build,
update the bootstrap to a newer version (v8.10.4) that requires devel/llvm90
Bump bootstrap to 8.10.4 on arm
Bump minimum required FreeBSD version, 12.1 is not supported anymore
Drop unecessary RUN_DEPENDS
Collapse arm ARCH conditionnal
Approved by: arrowd
Differential Revision: https://reviews.freebsd.org/D28906
|
Tue, 16 Feb 2021
|
[ 07:16 arrowd ]
lang/ghc: Update to 8.10.4
|
Thu, 11 Feb 2021
|
[ 16:37 mikael ]
lang/ghc: use CONFIGURE_ENV instead of BINARY_ALIAS on arm
GHC saves the llvm command name (llc, opt, clang) found at compile time in its
settings file.
Using BINARY_ALIAS allows lang/ghc to build but breaks
ghc ports (devel/hs-cabal-install for example)
GHC configure script accepts now to define LLC, OPT, CLANG as
environment variable, switch to it.
<no location info>: error:
Warning: Couldn't figure out LLVM version!
Make sure you have installed LLVM 9
<no location info>: error: ghc: could not execute: opt-9.0
PR: 252166, 253367
Approved by: portmgr (tier-2 blanket)
|
Mon, 1 Feb 2021
|
[ 20:00 antoine ]
Do not include bsd.port.options.mk twice
|
Thu, 28 Jan 2021
|
[ 07:38 mikael ]
lang/ghc: arm requires clang90 to build
PR: 252166
Approved by: portmgr (tier-2 blanket)
|
Fri, 1 Jan 2021
|
[ 15:03 arrowd ]
lang/ghc: Update to 8.10.3 and bump devel/hs-cabal-install.
While there, add GHC_VERSION and CABAL_VERSION to the PLIST_SUB to reduce
pkg-plist diffs between updates.
|
Thu, 31 Dec 2020
|
[ 17:03 mikael ]
lang/ghc: fix build on aarch64
checking for llc-6.0... no
checking for llc... no
checking for opt-6.0... no
checking for opt... no
checking for llc-9... no
checking for llc-9.0... no
checking for llc... no
checking for opt-9... no
checking for opt-9.0... no
checking for opt... no
PR: 252166
Approved by: portmgr (tier-2 blanket)
|
Fri, 21 Aug 2020
|
[ 10:50 arrowd ]
lang/ghc: Update to 8.10.2
|
Tue, 18 Aug 2020
|
[ 19:09 arrowd ]
lang/ghc: Switch to folly static pkg-plist and add aux Makefile target to poke
with OPTIONs variety.
|
Mon, 17 Aug 2020
|
[ 12:26 arrowd ]
lang/ghc: Switch to static pkg-plist for documentation files.
|
Sun, 16 Aug 2020
|
[ 20:00 arrowd ]
lang/ghc: Remove some now unused variables.
|
[ 16:26 arrowd ]
lang/ghc: Remove support for building old versions by overriding GHC_VERSION
variable.
It turned out that I never used this feature since it was added.
|
[ 07:56 arrowd ] (Only the first 10 of 91 ports in this commit are shown above. )
lang/ghc: Update to 8.10.1.
As usual, along with the compiler, many Haskell packages are updated as well.
|
Tue, 4 Aug 2020
|
[ 09:01 arrowd ]
lang/ghc: Update to 8.8.4
|
Sun, 5 Jul 2020
|
[ 08:42 zeising ]
lang/ghc: Remove stale comment
Remove stale comment from lang/ghc about gcc shipping a libffi.so of its
own, this is no longer the case. This should have been part of r541237 and
r541232.
PR: 247028 (for tracking)
Reported by: arrowd, danfe
|
Sat, 4 Jul 2020
|
[ 21:37 zeising ]
lang/ghc: Don't hardcode libffi shlib version
Don't hardcode the libffi shared library version in lang/ghc makefile.
This fixes the build after devel/libffi was updated.
This was missed in r541232
PR: 247028 (for tracking)
|
[ 18:11 zeising ] (Only the first 10 of 105 ports in this commit are shown above. )
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking)
|
Thu, 4 Jun 2020
|
[ 19:31 arrowd ]
lang/ghc: Depend on newer LLVM 7.0, for which upstream declares support.
PR: 246988
Submitted by: mikael
|
Thu, 28 May 2020
|
[ 12:58 arrowd ]
lang/ghc: Print a error message if BOOT option is enabled, but the user has no
"ghc" in PATH.
PR: 246800
Submitted by: software@bertram-scharpf.de
|
Tue, 26 May 2020
|
[ 20:18 arrowd ]
lang/ghc: Add patch for timer machinery.
PR: 241849
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
|
Mon, 4 May 2020
|
[ 18:08 arrowd ] (Only the first 10 of 166 ports in this commit are shown above. )
Upgrade lang/ghc to 8.8.3 and many Haskell ports along the way.
PR: 244784
Submitted by: Evilham <contact@evilham.com> (some ports)
|
Fri, 27 Mar 2020
|
[ 18:57 arrowd ]
lang/ghc: Use 8.6.3 as bootstrap on PowerPC elfv1.
Submitted by: mikael
Reported by: pkubaj
|
[ 17:45 arrowd ]
lang/ghc: Don't use GCC on ARM arches. Cleanup Makefile.
PR: 245057
Submitted by: mikael
|
Thu, 26 Mar 2020
|
[ 18:33 arrowd ]
Update bootstraps for ARM architectures, get rid of GCC on powerpc64 elfv2/
PR: 245057
Submitted by: pkubaj, mikael
|
Fri, 13 Mar 2020
|
[ 18:15 arrowd ]
lang/ghc: Unhreak on powerpc64 by using new bootstrap compiler.
PR: 244788
Submitted by: pkubaj
|
Wed, 11 Mar 2020
|
[ 17:46 arrowd ]
Follow-follow-up for r528190.
PR: 244556
Submitted by: Evilham <contact@evilham.com>
Differential Revision: https://reviews.freebsd.org/D24023
|
[ 05:21 arrowd ]
lang/ghc: Follow-up fix for r528190.
PR: 244556
Reported by: Evilham <contact@evilham.com>, pkubaj
|
Tue, 10 Mar 2020
|
[ 18:45 arrowd ]
lang/ghc: Fix build on CURRENT.
PR: 244556
Submitted by: Evilham <contact@evilham.com>
Differential Revision: https://reviews.freebsd.org/D24014
|
Fri, 21 Feb 2020
|
[ 08:09 arrowd ] (Only the first 10 of 14 ports in this commit are shown above. )
lang/ghc: Install haddock even when WITH_DOCS=NO. Do this by actually building
WITH_DOCS=YES and omitting docs during staging.
Also, don't pack documentation when creating bootstrap tarball.
|
Wed, 19 Feb 2020
|
[ 18:30 arrowd ]
lang/ghc: Now that we use different bootstraps, do not apply ino64 hack anymore.
Unbreaks build on 12.1+
PR: 244217
|
Sun, 16 Feb 2020
|
[ 11:34 arrowd ]
Reroll r526091:
Use FreeBSD-11 compiled bootstrap on FreeBSD-11 and 12-compiled one on
FreeBSD-12.
|
Fri, 14 Feb 2020
|
[ 15:30 arrowd ]
Revert r526091. I uploaded wrong bootstraps.
|
[ 06:40 arrowd ]
Use FreeBSD-11 compiled bootstrap on FreeBSD-11 and 12-compiled one on
FreeBSD-12.
Another prerequisite for GHC 8.8.2.
|
Mon, 3 Feb 2020
|
[ 19:51 arrowd ]
lang/ghc: Upgrade bootstrap compiler for x86 arch to 8.6.5. This is a
prerequisite for updating GHC itself.
|
Wed, 4 Dec 2019
|
[ 05:31 arrowd ]
lang/ghc: Unbreak on powerpc64-elfv1.
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Reviewed by: pkubaj
Differential Revision: https://reviews.freebsd.org/D22633
|
Thu, 1 Aug 2019
|
[ 18:58 pkubaj ]
lang/ghc: fix build on powerpc64 elfv1
Dtrace doesn't seem to work on elfv1 powerpc64 (at least on 12.0-RELEASE).
Also properly detect when running on elfv1 and elfv2.
PR: 239193
Approved by: arrowd (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20995
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Thu, 11 Jul 2019
|
[ 09:44 arrowd ]
lang/ghc: Adjust OSVERSION checks for powerpc64.
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
|
Sun, 7 Jul 2019
|
[ 15:45 arrowd ]
lang/ghc: Add support for ELFv2 on powerpc64.
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Differential Revision: https://reviews.freebsd.org/D20872
|
[ 11:39 arrowd ]
lang/ghc: Remove `--enable-dtrace=0` for newer GHCs, seem to be working now.
PR: 228727
|
[ 07:38 arrowd ]
lang/ghc: Makefile cleanup for tier2 arches.
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Differential Revision: https://reviews.freebsd.org/D20860
|
Mon, 3 Jun 2019
|
[ 13:46 arrowd ]
lang/ghc: Upgrade to 8.6.5.
Approved by: tcberner (mentor, implicit)
|
Sun, 2 Jun 2019
|
[ 09:02 arrowd ] (Only the first 10 of 28 ports in this commit are shown above. )
lang/ghc: Update to 8.6.4 and bump PORTREVISIONs for Haskell ports.
While there, fix build with DOCS=off.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20464
|
Tue, 28 May 2019
|
[ 15:53 arrowd ] (Only the first 10 of 63 ports in this commit are shown above. )
Merge lang/ghcXXX ports into lang/ghc.
Remove OPTIONS support from library Haskell ports.
Do not install documentation by library Haskell ports.
Remove deprecation notice from library ports, that still needed.
PR: 224083
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20247
|
Sun, 6 Jan 2019
|
[ 12:18 arrowd ] (Only the first 10 of 807 ports in this commit are shown above. )
lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:
# portmaster -w -r ghc
or
# portupgrade -fr lang/ghc
In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch. For
example:
# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
# pkg install -y `cat ghc-pkgs.txt`
During update some hs-* ports got two PORTREVISION bumps in a row. Other ports
got a PORTVERSION update together with one PORTREVISION bump. This is caused
by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated,
so figuring out which ones require a bump and which are not is too tedious.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D18707
|
Mon, 17 Dec 2018
|
[ 06:04 arrowd ]
GHC ports: use proper sorting for Makefile variables. Add `create-stack-bindist`
target in bsd.ghc.mk.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D18540
|
Fri, 7 Dec 2018
|
[ 05:46 arrowd ]
Cleanup GHC ports:
- Switch to using ld instead of binutils ld or ld.bfd on amd64/i386.
- Add GMP option.
- Re-enable DYNAMIC option on ARM. It is reported that it works now.
- Fix create-bootstrap target to produce tarballs ready to be consumed by
ports.
- Update bootstrap compilers to 8.4.3 on amd64, i386, aarch64.
- Get rid merge build.boot.mk.in into build.mk.in.
- Sort some Makefile variables.
Reviewed by: Mikael Urankar <mikael.urankar@gmail.com> (ARM bits), tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D18378
|
Sun, 18 Nov 2018
|
[ 15:30 arrowd ]
lang/ghc: Update to 8.4.4 and factor out common port code into bsd.ghc.mk in
preparation for adding a port for previous version.
ARM testing by Mikael Urankar <mikael.urankar@gmail.com>.
Submitted by: Viktor Dukhovni <ietf-dane@dukhovni.org> (some patches)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D17866
|
Sun, 21 Oct 2018
|
[ 18:17 arrowd ]
lang/ghc: Cosmetic changes to Makefile and build.mk files.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D17636
|
Thu, 4 Oct 2018
|
[ 08:34 arrowd ]
lang/ghc: Remove BOOTH option.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D17372
|
Mon, 1 Oct 2018
|
[ 14:02 arrowd ]
lang/ghc: Disable using xelatex, as the build fails if it is present.
PR: 197241
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
Approved by: tcberner (mentor)
|
Fri, 31 Aug 2018
|
[ 08:51 arrowd ]
lang/ghc: Add support for ARM arches: aarch64, armv6, armv7.
PR: 196899
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Reviewed by: arrowd, mat, tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D15674
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Sat, 30 Jun 2018
|
[ 09:58 arrowd ] (Only the first 10 of 563 ports in this commit are shown above. )
lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:
# portmaster -w -r ghc
or
# portupgrade -fr lang/ghc
In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch. For
example:
# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:
# pkg install -y `cat ghc-pkgs.txt`
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16038
|
Mon, 4 Jun 2018
|
[ 11:03 arrowd ]
lang/ghc: Turn off DTrace support as it breaks building with BOOT option when
installed ghc also came from ports.
PR: 228727
Reported by: raichoo <raichoo@googlemail.com>
Approved by: tcberner (mentor)
|
Fri, 25 May 2018
|
[ 21:44 tcberner ] (Only the first 10 of 966 ports in this commit are shown above. )
Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest
Thanks a lot to arrowd for doing all the heavy lifting :)
PR: 227968
Exp-run by: antoine
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D15005
|
Wed, 25 Apr 2018
|
[ 22:00 mat ] (Only the first 10 of 15 ports in this commit are shown above. )
Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.
Sponsored by: Absolight
|
Sat, 10 Feb 2018
|
[ 08:03 tcberner ] (Only the first 10 of 560 ports in this commit are shown above. )
Switch C compiler used to compile GHC to base Clang.
This removes build dependency on gcc and runtime dependency on gcc's runtime
libraries.
Big thanks to Gleb for working on this.
PR: 225185
Submitted by: Gleb Popov <6yearold@gmail.com>
Exp-run by: antoine
Reviewed by: pgj
Differential Revision: https://reviews.freebsd.org/D12043
|
Wed, 27 Dec 2017
|
[ 08:47 mat ]
lang/ghc often fails to build with ccache, mark it so.
Sponsored by: Absolight
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Thu, 10 Aug 2017
|
[ 20:55 tcberner ]
Fix patch for ar/ld/gcc paths.
* In r447548 the updated patch unfortunately contained the sed'ed values.
* Also make the sed call not echo during build again.
Reported by: Gleb Popov <6yearold@gmail.com>
Approved by: pgj
Differential Revision: https://reviews.freebsd.org/D11961
|
Tue, 8 Aug 2017
|
[ 17:21 tcberner ] (Only the first 10 of 1370 ports in this commit are shown above. )
- Update The Glorious Glasgow Haskell Compiler to version 8.0.2
- Simplified port by only suporting GCC, and creating a build.mk file
- Update Pandoc to 1.19.2.1
- Update git-annex to 6.20170520
- Update Darcs to 2.12.5
- Update Gtk2Hs to 0.13.2.2
- Update Agda to 2.5.2
Please note that port revisions for all the Haskell ports without version
changes are bumped.
See the UPDATING file for instructions.
New ports (63):
(Only the first 15 lines of the commit message are shown above )
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
Sat, 27 May 2017
|
[ 12:09 kib ]
Fix lang/ghc after ino64 src commit.
Approved by: bapt, pgj
Sponsored by: The FreeBSD Foundation
Differential revision: https://reviews.freebsd.org/D10798
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Sun, 20 Nov 2016
|
[ 09:38 gerald ] (Only the first 10 of 364 ports in this commit are shown above. )
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Number of commits found: 233 (showing only 100 on this page) |