non port: lang/ghc/bsd.cabal.mk |
SVNWeb
|
Number of commits found: 48 |
Thu, 28 May 2020
|
[ 13:05 arrowd ]
lang/ghc: Remove legacy mk files, there are no users left in the tree.
|
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
|
Thu, 21 Mar 2019
|
[ 17:38 arrowd ]
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 ]
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 ]
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 ]
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 ] (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
|
Thu, 11 Jan 2018
|
[ 20:31 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.
|
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, 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)
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 19 Feb 2016
|
[ 20:49 pgj ]
- 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 ]
- 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 ] (Only the first 10 of 1153 ports in this commit are shown above. )
- 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 )
|
Mon, 10 Aug 2015
|
[ 15:32 pgj ]
- 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 ] (Only the first 10 of 39 ports in this commit are shown above. )
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 ]
- 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 ]
- 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 ] (Only the first 10 of 1166 ports in this commit are shown above. )
- 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 )
|
Tue, 15 Jul 2014
|
[ 13:08 pgj ]
- Fix LIB_DEPENDS lines
Obtained from: FreeBSD Haskell
|
Wed, 25 Jun 2014
|
[ 05:35 bapt ] (Only the first 10 of 304 ports in this commit are shown above. )
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 ]
- Fix problem with checksumming Haskell Cabal metaports
Submitted by: antonie
Obtained from: FreeBSD Haskell
|
Sun, 16 Feb 2014
|
[ 10:10 pgj ]
- 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 ] (Only the first 10 of 410 ports in this commit are shown above. )
- 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 ]
Convert to new perl framework
|
Tue, 4 Jun 2013
|
[ 18:53 pgj ] (Only the first 10 of 625 ports in this commit are shown above. )
- 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 )
|
Sat, 27 Apr 2013
|
[ 22:09 bapt ] (Only the first 10 of 25 ports in this commit are shown above. )
Convert the last USE_ICONV to USES=iconv
|
Mon, 15 Apr 2013
|
[ 13:11 pgj ]
- 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 ]
- 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 ] (Only the first 10 of 595 ports in this commit are shown above. )
- 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 )
|
Sat, 2 Feb 2013
|
[ 13:29 pgj ]
- 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 ] (Only the first 10 of 16 ports in this commit are shown above. )
- 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 ]
- 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 ] (Only the first 10 of 1010 ports in this commit are shown above. )
- 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 )
|
Fri, 3 Aug 2012
|
[ 04:07 pgj ]
- Remove some more cruft
Obtained from: FreeBSD Haskell
|
[ 03:08 pgj ]
- Update HsColour to 1.20.2
- Use the new options framework
Obtained from: FreeBSD Haskell
|
[ 02:30 pgj ] (Only the first 10 of 286 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 191 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 99 ports in this commit are shown above. )
- 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 ]
- 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 ]
- Fix bug in installing Haskell ports when GHC is installed with NOPORTDOCS
Obtained from: FreeBSD Haskell
|
Wed, 25 May 2011
|
[ 18:57 ashish ]
- 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 ]
- Stop processing if one of the dependencies is missing from bsd.hackage.mk
Obtained from: FreeBSD Haskell
|
Mon, 9 May 2011
|
[ 05:28 ashish ] (Only the first 10 of 460 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 130 ports in this commit are shown above. )
- Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")
Suggested by: admi3
|
Fri, 30 Jul 2010
|
[ 08:48 pgj ]
- 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 ]
- A minor fix in handling PLIST_SUBs
|
Wed, 12 May 2010
|
[ 16:33 pgj ] (Only the first 10 of 214 ports in this commit are shown above. )
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 |