non port: devel/stack/Makefile |
SVNWeb
|
Number of commits found: 40 |
Mon, 30 May 2022
|
[ 19:09 Gleb Popov (arrowd) ] 3c72e4e
devel/stack: After libffi upgrade, add libffi33 to the deps list.
|
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>
|
Fri, 1 Oct 2021
|
[ 12:51 Mikael Urankar (mikael) ] b8b3270
devel/stack: Add aarch64 support.
Approved by: arrowd
Differential Revision: https://reviews.freebsd.org/D32221
|
Sun, 5 Sep 2021
|
[ 07:41 Gleb Popov (arrowd) Author: Alexis Praga ] 917f40f
devel/stack: Update to 2.7.3
|
Sun, 29 Aug 2021
|
[ 14:54 Alexey Dokuchaev (danfe) ] adb7b06 (Only the first 10 of 34 ports in this commit are shown above. )
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}.
|
Thu, 13 May 2021
|
[ 17:58 Gleb Popov (arrowd) ] 95ffd5b
devel/stack: Update to 2.7.1
|
Wed, 21 Apr 2021
|
[ 04:48 Tobias Kortkamp (tobik) ] bdca32c (Only the first 10 of 55 ports in this commit are shown above. )
Bump USES=cabal ports after 12837690ed0c
|
Mon, 19 Apr 2021
|
[ 08:00 Tobias Kortkamp (tobik) ] c204633 (Only the first 10 of 27 ports in this commit are shown above. )
Remove my useless "Created by" lines
|
Sun, 18 Apr 2021
|
[ 15:38 Gleb Popov (arrowd) ] e4ca154
devel/stack: Add LIB_DEPENDS on compat12x for FreeBSD >= 13.
GHC binaries downloaded by stack are compiled on FreeBSD 11/12 and link to
old libncursesw.so.
Reported by: Alexis Praga <alexis.praga@free.fr>
|
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.
|
Wed, 30 Dec 2020
|
[ 18:57 arrowd ]
Uses/cabal.mk: Set EXTRACT_ONLY based on DISTFILES value, just like bsd.port.mk
does.
This removes the need for specifying EXTRACT_ONLY for Haskell ports that have
USE_{GITHUB,GITLAB}.
PR: 244784
|
Sat, 24 Oct 2020
|
[ 16:03 arrowd ]
devel/stack: Update to 2.5.1
|
Sun, 16 Aug 2020
|
[ 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, 7 Jul 2020
|
[ 10:06 zeising ]
devel/stack: Add runtime dep on libffi321
Add a runtime dependency on libffi321 to devel/stack.
stack can be used to pull in haskell modules that are precompiled against
the old libffi shared library.
PR: 247028 (for tracking)
Reguested by: arrowd
|
Sat, 4 Jul 2020
|
[ 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)
|
Mon, 22 Jun 2020
|
[ 16:56 arrowd ]
devel/stack: Disable AESNI when building cryptonite library.
This Haskell library contains C code, which uses advanced instructions not
present in older amd64 CPUs.
PR: 247288
Reported by: pmueller@occsilva.de
MFH: 2020Q2
|
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, 9 Aug 2019
|
[ 09:41 arrowd ]
devel/stack: Update to 2.1.3.1. Add RUN_DEPENDS on gmake and perl, as these are
required when Stack installs GHC.
|
Tue, 25 Jun 2019
|
[ 07:38 arrowd ]
devel/stack: Update to 2.1.1.1.
|
Thu, 20 Jun 2019
|
[ 16:03 arrowd ] (Only the first 10 of 36 ports in this commit are shown above. )
In wrapper scripts, use $@ instead of $* to correctly pass arguments to the real
program
PR: 238719
Approved by: tcberner (mentor, implicit)
|
Thu, 13 Jun 2019
|
[ 13:57 arrowd ] (Only the first 10 of 50 ports in this commit are shown above. )
For ports with USES=cabal install a wrapper shell script instead of a real
executable into /bin/, that sets some environment variables to workaround
https://github.com/haskell/cabal/issues/5997
While there, update bunch of Haskell ports, install their data files.
PR: 237878
Reviewed by: tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20556
|
Thu, 9 May 2019
|
[ 14:39 arrowd ] (Only the first 10 of 102 ports in this commit are shown above. )
Introduce USES=cabal and use it to build Haskell applications.
PR: 230186
Reviewed by: mat, tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19730
|
Tue, 8 Jan 2019
|
[ 13:20 mat ] (Only the first 10 of 21 ports in this commit are shown above. )
Remove MASTER_SITES=GH when it is the only one.
It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo.
|
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
|
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
|
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
|
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
|
Tue, 19 Dec 2017
|
[ 18:59 tobik ]
Drop maintainership
|
Mon, 9 Oct 2017
|
[ 10:50 tobik ]
devel/stack: Update to 1.5.1
- This late port update fixes using Stackage Nightly snapshots
>= 2017-07-31 (which use GHC 8.2.1) with Stack
- Fix iconv dependency and use iconv:translit like all the other
Haskell ports since GHC 8.0.2 was imported in r447548
MFH: 2017Q4
|
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 )
|
Wed, 26 Jul 2017
|
[ 18:20 tobik ]
Update to 1.5.0
Changes: https://github.com/commercialhaskell/stack/releases/tag/v1.5.0
|
Fri, 28 Apr 2017
|
[ 13:08 tobik ]
Remove gcc run dependency
- ghc uses USE_GCC=yes and when USE_GCC=yes implies a different one of
the lang/gcc* ports (which will happen after PR 218330 or when the
user sets a different version of GCC via Mk/bsd.default-versions.mk),
devel/stacks pulls in two conflicting ports - lang/gcc and lang/gcc5 -
in the first case, or pulls in the wrong port for its own dependency.
- Some Haskell libraries/programs require gcc in the PATH, but not all
do; the port should not have a gcc dependency for this reason alone.
PR: 218482
Reported by: gerald
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10459
|
Thu, 16 Mar 2017
|
[ 11:38 tobik ]
Update to 1.4.0
Changes: https://github.com/commercialhaskell/stack/releases/tag/v1.4.0
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10016
|
Wed, 15 Feb 2017
|
[ 12:28 tobik ] (Only the first 10 of 36 ports in this commit are shown above. )
Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610
|
Wed, 25 Jan 2017
|
[ 16:11 marino ]
devel/stack: Fix ambiguous gcc RUN_DEPENDS specification
Not any gcc will suffice, stack needs exactly the gcc from lang/gcc.
The previous specification would match any gcc found on the search path,
e.g. a base compiler.
Approved by: just-fix-it
|
Sun, 8 Jan 2017
|
[ 20:29 junovitch ]
devel/stack: update 1.3.0 -> 1.3.2
PR: 215807
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
|
Wed, 14 Dec 2016
|
[ 09:27 amdmi3 ]
- Update to 1.3.0
PR: 215276
Submitted by: t@tobik.me (maintainer)
|
Fri, 16 Sep 2016
|
[ 22:56 cpm ]
- Update stack to 1.2.0 release
Changelog:
https://github.com/commercialhaskell/stack/releases/tag/v1.2.0
PR: 212720
Submitted by: Tobias Kortkamp (maintainer)
Reviewed by: amdmi3 (mentor)
Approved by: amdmi3 (mentor)
|
Fri, 26 Aug 2016
|
[ 09:33 pi ]
devel/stack: fix dependencies and hang on build
PR: 211312
Reported by: freebsd@get-experience.com
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
|
Sat, 16 Jul 2016
|
[ 15:40 pi ]
New port: devel/stack
Stack is a cross-platform program for developing Haskell projects.
It is aimed at Haskellers both new and experienced.
WWW: http://www.haskellstack.org/
PR: 208862
Submitted by: Tobias Kortkamp <t@tobik.me>
|
Number of commits found: 40 |