notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: lang/ghc/bsd.cabal.mk
SVNWeb

Number of commits found: 48

Thu, 28 May 2020
[ 13:05 arrowd search for other commits by this committer ] Original commit   Revision:536767
lang/ghc: Remove legacy mk files, there are no users left in the tree.
Tue, 28 May 2019
[ 15:53 arrowd search for other commits by this committer ] Original commit   Revision:502898 (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
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
Thu, 21 Mar 2019
[ 17:38 arrowd search for other commits by this committer ] Original commit   Revision:496481
bsd.cabal.mk: Add USE_BINUTILS for powerpc64 arch and add support for
FLAGS_DEFAULT_${ARCH} variables.

PR:		236346
Submitted by:	 Piotr Kubaj <pkubaj@anongoth.pl>
Reviewed by:	Mikael Urankar <mikael.urankar@gmail.com>
Approved by:	tcberner (mentor)
Fri, 15 Mar 2019
[ 05:31 arrowd search for other commits by this committer ] Original commit   Revision:495767
bsd.cabal.mk: Sanitize arch string for powerpc64

Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
Approved by:	tcberner (mentor)
Fri, 31 Aug 2018
[ 08:51 arrowd search for other commits by this committer ] Original commit   Revision:478531
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
Sat, 28 Jul 2018
[ 20:09 arrowd search for other commits by this committer ] Original commit   Revision:475610
When deinstalling a Haskell package pass --no-user-package-db flag to ghc-pkg to
avoid creation of ~/.ghc directory.

Reported by:	tcberner
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16480
Sat, 10 Feb 2018
[ 08:03 tcberner search for other commits by this committer ] Original commit   Revision:461362 (Only the first 10 of 560 ports in this commit are shown above. View all ports for this commit)
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
Thu, 11 Jan 2018
[ 20:31 tijl search for other commits by this committer ] Original commit   Revision:458785
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.
Tue, 8 Aug 2017
[ 17:21 tcberner search for other commits by this committer ] Original commit   Revision:447548 (Only the first 10 of 1370 ports in this commit are shown above. View all ports for this commit)
- 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 View all of this commit message)
Wed, 18 Jan 2017
[ 13:20 tijl search for other commits by this committer ] Original commit   Revision:431796 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 19 Feb 2016
[ 20:49 pgj search for other commits by this committer ] Original commit   Revision:409206
- A couple of fixes for bsd.cabal.mk:

  - Retire USE_GHC_NATIVE: it is not needed any more
  - Do not rely on DISTNAME for setting CABAL_LIBSUBDIR: this caused problems
    when using USE_GITHUB
  - Improve integration with print/hs-hscolour

Obtained from:	FreeBSD Haskell
Mon, 31 Aug 2015
[ 05:39 pgj search for other commits by this committer ] Original commit   Revision:395649
- Remove the deprecated USE_AUTOTOOLS variable
- Improve interaction with USE_GITHUB in bsd.cabal.mk that fixes the build of
  math/hs-Agda-stdlib

Obtained from:	FreeBSD Haskell
Thu, 20 Aug 2015
[ 23:02 pgj search for other commits by this committer ] Original commit   Revision:394918 (Only the first 10 of 1153 ports in this commit are shown above. View all ports for this commit)
- 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 View all of this commit message)
Mon, 10 Aug 2015
[ 15:32 pgj search for other commits by this committer ] Original commit   Revision:393873
- Implement a couple of portlint(1) warnings, such as moving the LICENSE
  block earlier, sort USES.  This change also switches to USES=metaport for
  metaports, like haskell-platform or gtk2hs

PR:		201886
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
Obtained from:	FreeBSD Haskell
Fri, 23 Jan 2015
[ 22:50 antoine search for other commits by this committer ] Original commit   Revision:377770 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package
Mon, 10 Nov 2014
[ 22:17 pgj search for other commits by this committer ] Original commit   Revision:372425
- Remove @dirrm* from (often automatically generated) plists of GHC and
  all the Haskell Cabal ports

Obtained from:	FreeBSD Haskell
Mon, 25 Aug 2014
[ 18:19 pgj search for other commits by this committer ] Original commit   Revision:366118
- Add support for specifying TMPDIR when building hs- ports [1]
- Rework manual pages support
- Work around a possible pkg(8) bug (see pkg #985)

PR:		192940 [1]
Reported by:	marino [1]
Obtained from:	FreeBSD Haskell
Sun, 10 Aug 2014
[ 22:34 pgj search for other commits by this committer ] Original commit   Revision:364579 (Only the first 10 of 1166 ports in this commit are shown above. View all ports for this commit)
- 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 View all of this commit message)
Tue, 15 Jul 2014
[ 13:08 pgj search for other commits by this committer ] Original commit   Revision:361916
- Fix LIB_DEPENDS lines

Obtained from:	FreeBSD Haskell
Wed, 25 Jun 2014
[ 05:35 bapt search for other commits by this committer ] Original commit   Revision:359185 (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Sat, 22 Mar 2014
[ 18:41 pgj search for other commits by this committer ] Original commit   Revision:348803
- Fix problem with checksumming Haskell Cabal metaports

Submitted by:	antonie
Obtained from:	FreeBSD Haskell
Sun, 16 Feb 2014
[ 10:10 pgj search for other commits by this committer ] Original commit   Revision:344511
- Fix build with DOCS disabled [1]
- Revamp LLVM code generation support [2]
- Fix a bug in handling hs- port OPTIONS [3]

Reported by:	obraun [1], skinnr <skinnr@bitmessage.ch> [2]
Submitted by:	antoine [3]
Obtained from:	FreeBSD Haskell
Thu, 9 Jan 2014
[ 21:32 pgj search for other commits by this committer ] Original commit   Revision:339286 (Only the first 10 of 410 ports in this commit are shown above. View all ports for this commit)
- 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
Tue, 17 Sep 2013
[ 09:28 bapt search for other commits by this committer ] Original commit   Revision:327461
Convert to new perl framework
Tue, 4 Jun 2013
[ 18:53 pgj search for other commits by this committer ] Original commit   Revision:319894 (Only the first 10 of 625 ports in this commit are shown above. View all ports for this commit)
- 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 View all of this commit message)
Sat, 27 Apr 2013
[ 22:09 bapt search for other commits by this committer ] Original commit   Revision:316695 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Convert the last USE_ICONV to USES=iconv
Mon, 15 Apr 2013
[ 13:11 pgj search for other commits by this committer ] Original commit   Revision:315803
- Unbreak hs- ports when lang/ghc installed without haddock, the
  documentation tool (which is installed by default)

Reported by:	lev
Reviewed by:	ashish
Approved by:	portmgr (tabthorpe)
Obtained from:	FreeBSD Haskell
Sun, 31 Mar 2013
[ 13:43 pgj search for other commits by this committer ] Original commit   Revision:315636
- Fix a minor dynamic linking problem for certain Haskell Cabal ports
- Add an UPDATING entry for description and instructions

Submitted by:	ashish
Approved by:	portmgr (miwi)
Obtained from:	FreeBSD Haskell
Tue, 5 Feb 2013
[ 22:26 pgj search for other commits by this committer ] Original commit   Revision:311736 (Only the first 10 of 595 ports in this commit are shown above. View all ports for this commit)
- 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 View all of this commit message)
Sat, 2 Feb 2013
[ 13:29 pgj search for other commits by this committer ] Original commit   Revision:311427
- PKGNAMEPREFIX must appear earlier for bsd.cabal.mk consumers otherwise
  their options are mishandled

Reported by:	sperber
Obtained from:	FreeBSD Haskell
Tue, 29 Jan 2013
[ 00:35 jkim search for other commits by this committer ] Original commit   Revision:311141 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Update devel/libffi to 3.0.11.
- Reset maintainership for libffi.  See ports/164941.

PR:		ports/171768
Submitted by:	Takefu <takefu@airport.fm>
Tue, 22 Jan 2013
[ 10:52 pgj search for other commits by this committer ] Original commit   Revision:310825
- Fix configure flags for the bootstrap compiler, so now it works for
  clang-only base systems too [1]
- Allow to use GCC 4.6 and later (requested by: gerald)
- Add USE_NCURSES, so now it can pick up ports ncurses when installed
- Fix COMMENT to comply with the Porter's Handbook

PR:		ports/161356 [1]
Submitted by:	David Marker <dmarker@freedave.net> (reworked by: ashish) [1]
Obtained from:	FreeBSD Haskell
Thu, 20 Dec 2012
[ 02:23 pgj search for other commits by this committer ] Original commit   Revision:309275 (Only the first 10 of 1010 ports in this commit are shown above. View all ports for this commit)
- 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 View all of this commit message)
Fri, 3 Aug 2012
[ 04:07 pgj search for other commits by this committer ] Original commit 
- Remove some more cruft

Obtained from:	FreeBSD Haskell
[ 03:08 pgj search for other commits by this committer ] Original commit 
- Update HsColour to 1.20.2
- Use the new options framework

Obtained from:	FreeBSD Haskell
[ 02:30 pgj search for other commits by this committer ] Original commit  (Only the first 10 of 286 ports in this commit are shown above. View all ports for this commit)
- Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
Sun, 3 Jun 2012
[ 20:52 pgj search for other commits by this committer ] Original commit  (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
- Update The Glorious Glasgow Haskell Compiler to version 7.4.1

Please note that port revision for all the Haskell ports without version changes
are also bumped.  Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.

Thanks ashish@ for the assistance.

Obtained from:  FreeBSD Haskell
Mon, 13 Feb 2012
[ 03:49 pgj search for other commits by this committer ] Original commit  (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
- 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
Sun, 10 Jul 2011
[ 02:48 ashish search for other commits by this committer ] Original commit 
- Update print/hs-hscolour to 1.19
- Update print/hs-hscolour-docs to 1.19
- Update value of HSCOLOUR_VERSION in lang/ghc/bsd.cabal.mk

Obtained from:  FreeBSD Haskell
Fri, 3 Jun 2011
[ 17:05 ashish search for other commits by this committer ] Original commit 
- Fix bug in installing Haskell ports when GHC is installed with NOPORTDOCS

Obtained from:  FreeBSD Haskell
Wed, 25 May 2011
[ 18:57 ashish search for other commits by this committer ] Original commit 
- Fix lang/ghc to not install unusable haddock when NOPORTDOCS is set
- Fix lang/ghc/bsd.cabal.mk to depend on devel/hs-haddock for documentation
- Split textproc/hs-xhtml into a separate -docs port (required by haddock)
- Bump PORTREVISION of devel/hs-haskell-platform, depends on textproc/hs-xhtml

Obtained from:  FreeBSD Haskell
Fri, 13 May 2011
[ 18:09 pgj search for other commits by this committer ] Original commit 
- Stop processing if one of the dependencies is missing from bsd.hackage.mk

Obtained from:  FreeBSD Haskell
Mon, 9 May 2011
[ 05:28 ashish search for other commits by this committer ] Original commit  (Only the first 10 of 460 ports in this commit are shown above. View all ports for this commit)
- 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
Sun, 8 Aug 2010
[ 08:49 pgj search for other commits by this committer ] Original commit  (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
- Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")

Suggested by:   admi3
Fri, 30 Jul 2010
[ 08:48 pgj search for other commits by this committer ] Original commit 
- Make standalone ports run-independent of GHC
- Make install directories explicit on configuration
- Add support for redefinition of make(1) targets
Sat, 15 May 2010
[ 18:45 pgj search for other commits by this committer ] Original commit 
- A minor fix in handling PLIST_SUBs
Wed, 12 May 2010
[ 16:33 pgj search for other commits by this committer ] Original commit  (Only the first 10 of 214 ports in this commit are shown above. View all ports for this commit)
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.

Number of commits found: 48