Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 May 2022 19:23:51 1.20.0_2
|
Kevin Bowling (kbowling)  |
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com> |
21 Apr 2021 04:48:23 1.20.0_1
|
Tobias Kortkamp (tobik)  |
Bump USES=cabal ports after 12837690ed0c |
06 Apr 2021 14:31:07 1.20.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 Feb 2021 12:55:32
1.20.0
|
arrowd  |
devel/hs-happy: Update to 1.20.0 |
04 Jul 2020 18:11:42
1.19.12_1
|
zeising  |
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) |
27 May 2020 13:43:31
1.19.12
|
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2). |
04 May 2020 18:08:10
1.19.12
|
arrowd  |
Upgrade lang/ghc to 8.8.3 and many Haskell ports along the way.
PR: 244784
Submitted by: Evilham <contact@evilham.com> (some ports) |
04 Aug 2019 09:25:29
1.19.11
|
arrowd  |
Use HTTPS in pkg-descr's of Haskell ports. |
21 Jul 2019 13:43:25
1.19.11
|
arrowd  |
devel/hs-happy: Update to 1.19.11. |
20 Jun 2019 16:03:10
1.19.10_2
|
arrowd  |
In wrapper scripts, use $@ instead of $* to correctly pass arguments to the real
program
PR: 238719
Approved by: tcberner (mentor, implicit) |
13 Jun 2019 13:57:14
1.19.10_1
|
arrowd  |
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 |
04 Jun 2019 06:31:43
1.19.10
|
arrowd  |
devel/hs-happyL Update to 1.19.10.
Approved by: tcberner (mentor, implicit) |
09 May 2019 14:39:30
1.19.9
|
arrowd  |
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 |
06 Jan 2019 12:18:07
1.19.5_5 
|
arrowd  |
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 |
30 Jun 2018 09:58:00
1.19.5_4
|
arrowd  |
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 |
25 May 2018 21:44:13
1.19.5_3
|
tcberner  |
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 |
10 Feb 2018 08:03:22
1.19.5_2
|
tcberner  |
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 |
11 Jan 2018 20:31:45
1.19.5_1
|
tijl  |
Eliminate USE_AUTOTOOLS from Haskell ports. Let these ports set
XMLDOCS_CONF=yes instead and add support for that to bsd.cabal.mk.
Remove a patch from devel/hs-happy that is already handled by post-patch
in bsd.cabal.mk. |
08 Aug 2017 17:21:46
1.19.5_1
|
tcberner  |
- 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 ) |
20 Aug 2015 23:02:17
1.19.5
|
pgj  |
- Update The Glorious Glasgow Haskell Compiler to version 7.10.2
- Include a patch for addressing timer issues [1]
- Add support for building both GHC and Haskell ports with Clang, either from
ports or the base system
- Discontinue supporting Haskell Platform, use Stackage instead as a
reference
- Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs
- Update Gtk2Hs to version 0.13 [2]
- Update Pandoc to version 1.15.0.6
- Update git-annex to version 5.20150727
- Update Darcs to 2.10 [3]
- Unbreak wxHaskell ports
Please note that port revisions for all the Haskell ports without version
changes are bumped. (Only the first 15 lines of the commit message are shown above ) |
10 Sep 2014 20:50:37
1.19.4_1
|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
10 Aug 2014 22:34:52
1.19.4
|
pgj  |
- Update The Glorious Glasgow Haskell Compiler to version 7.8.3
- Update Haskell Platform to version 2014.2.0.0
- Update Yesod Platform to version 1.2.13
- Update Gtk2Hs to version 0.12.5
- Update Pandoc to version 1.12.4.2
- Update git-annex to version 5.20140717
- Unbreak wxHaskell ports
Please note that port revisions for all the Haskell ports without version
changes are bumped.
New ports (69):
databases/hs-esqueleto: Type-safe EDSL for SQL queries on persistent backends
devel/hs-Glob: Globbing library (Only the first 15 lines of the commit message are shown above ) |
29 Mar 2014 00:52:55
1.18.10_6
|
pgj  |
- Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence
Obtained from: FreeBSD Haskell |
10 Mar 2014 20:55:22
1.18.10_5
|
gerald  |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
09 Jan 2014 21:32:14
1.18.10_4
|
pgj  |
- Stagify lang/ghc and all the Haskell Cabal ports
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
${DO_NADA}, some refactoring
Obtained from: FreeBSD Haskell |
09 Jan 2014 21:29:40
1.18.10_4
|
pgj  |
- Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused by
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt
PR: ports/184806
Reported by: many
Obtained from: FreeBSD Haskell
MFH: 2014Q1 |
26 Oct 2013 00:52:36
1.18.10_3
|
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
20 Sep 2013 17:04:44
1.18.10_2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
04 Jun 2013 18:53:41
1.18.10_2
|
pgj  |
- Update The Glorious Glasgow Haskell Compiler to version 7.6.3
- Update Haskell Platform to version 2013.2.0.0
Please note that port revisions for all the Haskell ports without version
changes are bumped.
Some highlights of the update:
- Fix PDF generation for pandoc [1]
- From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for
hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with
portmaster(8) [2]
- Experimental support for LLVM-based code generation (disabled by default)
- Many simplifications, refactoring in bsd.cabal.mk
(Only the first 15 lines of the commit message are shown above ) |
05 Feb 2013 22:26:32
1.18.10_1
|
pgj  |
- Fix breakage in the DYNAMIC-enabled ports triggered by the recent
devel/libffi update
- Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE)
Please note that port revision for all the Haskell ports without version
changes are bumped.
New ports (20):
devel/hs-MonadRandom 0.1.8
devel/hs-base64-conduit 0.5.1
devel/hs-bifunctors 3.2
devel/hs-either 3.1
devel/hs-errors 1.3.1
devel/hs-generic-deriving 1.4.0 (Only the first 15 lines of the commit message are shown above ) |
20 Dec 2012 02:23:06
1.18.10
|
pgj  |
- Update The Glorious Glasgow Haskell Compiler to version 7.4.2
- Update Haskell Platform to version 2012.4.0.0
- Update Gtk2Hs to 0.12.4
- Transfer maintainership of math/hs-math-functions to haskell@ [1]
Please note that port revisions for all the Haskell ports without version
changes are bumped.
Some further highlights of the update:
- Trim Makefile headers
- Enable dynamic libraries and dynamic linking by default
- Enable bootstrapping by versions of GHC and HsColour already installed
- Use GCC and binutils from ports
New ports (32): (Only the first 15 lines of the commit message are shown above ) |
16 Dec 2012 06:12:28
1.18.9_1
|
az  |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
03 Aug 2012 02:30:11
1.18.9_1
|
pgj  |
- Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft
Obtained from: FreeBSD Haskell |
03 Jun 2012 21:46:01
1.18.9
|
pgj  |
- Update to 1.18.9
Obtained from: FreeBSD Haskell |
13 Feb 2012 03:49:33
1.18.6_1
|
pgj  |
- Please welcome GHC 7.0.4
GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped. Other per-port
updates are coming soon.
This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.
Thanks ashish@ for the help!
Obtained from: FreeBSD Haskell |
22 Oct 2011 23:50:23
1.18.6
|
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
09 May 2011 05:28:57
1.18.6
|
ashish  |
- Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.
We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.
We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.
PR: ports/156642
Approved by: tabthorpe (mentor)
Obtained from: FreeBSD Haskell |
04 Dec 2010 07:34:27
1.18.5_1
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
1.18.5_1
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
1.18.5_1
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
08 Aug 2010 08:49:38
1.18.5
|
pgj  |
- Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")
Suggested by: admi3 |
30 Jul 2010 08:56:09
1.18.5
|
pgj  |
- Update to 1.18.5 |
12 May 2010 16:33:59
1.18.4_1
|
pgj  |
Introduce a new (and hopefully better) ports infrastructure for Haskell Cabal
ports which makes possible the direct translation of Cabal package
descriptions to FreeBSD ports. It promises both easier addition and
maintenance for Cabal-based ports. |
19 Apr 2010 10:43:43
1.18.4_1
|
ale  |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
02 Sep 2009 15:38:45
1.18.4
|
pgj  |
- Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bump
port revision where appropriate
- Add devel/hs-ghc-paths
- Add devel/hs-QuickCheck
- Add devel/hs-readline
- Add devel/hs-haskeline
- Add devel/hs-mmap
- Remove lang/ghc-doc
- Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4
- Set NHC98 as default compiler for devel/hs-hat as it does not compile
with GHC 6.10.4
PR: ports/137055, ports/137058, ports/137059, ports/137060,
ports/137061,
ports/137062, ports/137063, ports/137063, ports/137064,
ports/137065,
ports/137066, ports/137067, ports/137068, ports/137069,
ports/137070, (Only the first 15 lines of the commit message are shown above ) |
24 Jan 2009 00:18:23
1.18.2
|
pgj  |
- Update to 1.18.2
- Fix CONFIGURE_ARGS, PORTDOCS, PORTEXAMPLES
- Update pkg-descr
- Set MASTER_SITES to HackageDB
Approved by: gabor |
20 Aug 2008 00:57:32
1.17
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
11 Feb 2008 18:54:34
1.17
|
obraun  |
- Update to 1.17.
- Set maintainer to haskell@
Approved by: old maintainer (simonmar@microsoft.com) |
30 Sep 2007 04:47:37
1.16_2
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
19 May 2007 20:32:57
1.16_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
22 Jan 2007 09:44:41
1.16
|
vs  |
Update to 1.16
Approved by: Haskell cabal |
04 May 2006 21:41:12
1.15_1
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
22 Jan 2006 08:30:12
1.15_1
|
edwin  |
SHA256ify
Approved by: krion@ |
12 Jan 2006 12:54:32
1.15_1
|
sem  |
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org> |
31 Jan 2005 18:49:26
1.15
|
vs  |
Add more build-dependencies by using += instead of nuking already
present ones with a simple =.
Noticed by: cluster via kris |
28 Jan 2005 10:40:42
1.15
|
vs  |
- Update to 1.15: Happy now supports GLR-grammars
- Use PORTDOCS=* (so we don't need to do too much manual tracking)
Approved by: maintainer |
12 Aug 2004 14:15:36
1.14
|
vs  |
Update to 1.14 |
26 Jul 2004 12:06:07
1.13_1
|
vs  |
Remove mirror.ac.uk from MASTERSITES in Haskell(-related) ports.
PR: ports/69481
Submitted by: Tim Bishop |
16 Jul 2004 15:44:18
1.13_1
|
vs  |
Minor portlint-spree, including fixes for package-building hs-tclhaskell-ghc
and hs-c2hs on the cluster (for 4.X). |
11 May 2004 19:22:26
1.13_1
|
obraun  |
Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.
Pointed out by: Simon Marlow <simonmar@microsoft.com> |
31 Mar 2004 03:12:58
1.13_1
|
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 05:21:48
1.13_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
19 Jan 2004 10:25:35
1.13
|
obraun  |
Fix for GHC 6.2.
Submitted by: maintainer |
21 Feb 2003 11:23:04
1.13
|
knu  |
De-pkg-comment. |
20 Nov 2002 09:10:55
1.13
|
obraun  |
Add the new virtual category haskell. |
04 Sep 2002 18:39:09
1.13
|
obraun  |
Add prefix `hs-' for Haskell related ports after repo copy.
Remove Haskell ports without prefix. |