aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ghc
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-301-2/+6
| | | | APproved by: krion@
* - Update graphics/libglut to 6.4.1.sem2006-01-121-1/+2
| | | | | | | | | | | - 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>
* Honour WITHOUT_X11.vs2006-01-062-382/+397
| | | | | | | | | Note that except for OpenAL the --without-foo flags to configure are currently ignored, so some post-configure intervention is required to get this right when X11 is present but not desired. Requested by: Yuri Karaban Approved by: maintainer (cabal)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Requires newer version of perl than base in 4.xvs2005-10-171-0/+4
|
* Update distinfo, since I have rerolled the boostrap tarball on haskell.org.obraun2005-10-151-2/+2
|
* Update to 6.4.1vs2005-10-143-15/+110
| | | | Approved by: maintainer (cabal)
* Fix build on 6.xkrion2005-08-261-1/+4
| | | | | Submitted by: lesi Approved by: portmgr (self)
* Add off-site patches partially obtained from CVS to enable libglut (fixes to ↵vs2005-06-283-11/+120
| | | | | | | | | | include-path) and OpenAL (needs -pthread). This requires running $AUTOCONF after patching the autoconf-files. Bump PORTREVISION. Requested by: Ron de Bruijn Approved by: maintainer (Haskell cabal)
* Set USE_GL to pull in missing stuffvs2005-03-231-0/+1
| | | | | | Noticed by: krisbot Tested by: obraun@ Approved by: portmgr (marcus)
* Resurrect patch to bring libgmp into scope which got accidently dropped onvs2005-03-212-0/+11
| | | | | | the recent upgrade. Approved by: Haskell cabal
* Upgrade to 6.4.obraun2005-03-154-32/+413
| | | | Approved by: maintainer
* Update checksum. Tarball has been rerolled just containing an update to the ↵obraun2004-10-211-2/+2
| | | | ANNOUNCE file.
* Upgrade ghc to 6.2.2, remove BROKEN, make portlint a little bit happier.obraun2004-10-172-17/+13
|
* BROKEN on 5.x: Does not compilekris2004-09-191-0/+4
| | | | Approved by: portmgr (self)
* Remove mirror.ac.uk from MASTERSITES in Haskell(-related) ports.vs2004-07-261-3/+1
| | | | | PR: ports/69481 Submitted by: Tim Bishop
* Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.obraun2004-05-121-1/+3
| | | | Pointed out by: Simon Marlow <simonmar@microsoft.com>
* Upgrade to 6.2.1.obraun2004-03-246-50/+16
| | | | Approved by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Remove this one. The contents is not true for the current port version.obraun2004-02-041-10/+0
|
* * Upgrade lang/ghc to 6.2.obraun2004-01-1611-822/+830
| | | | | | | | | * Welcome lang/ghc5 after repocopy from lang/ghc. * Say goodbye to lang/ghc6. * Fix dependency of devel/hs-tclhaskell-ghc and devel/hs-uni. Approved by: portmgr (marcus), maintainer Repocopy by: joe
* Use patches and libgmp port on -STABLE, too.obraun2003-12-167-15/+3
| | | | | Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Approved by: maintainer
* - Fix build on -CURRENT by importing some gcc33 fixesobraun2003-12-137-2/+106
| | | | | | | | | | | - Fix linker issue on -CURRENT by not using SplitObjs, same as: http://www.haskell.org/pipermail/glasgow-haskell-users/2003-June/005289.html - Use libgmp from ports on -CURRENT (saves further patching) - Bump PORTREVISION PR: ports/60155 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Approved by: maintainer
* Upgrade to 5.04.3.obraun2003-03-282-4/+4
| | | | | PR: ports/50354 Submitted by: maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* Upgrade to 5.04.2.obraun2003-01-022-8/+9
| | | | | PR: ports/46230 Submitted by: maintainer
* Add the new virtual category haskell.obraun2002-11-201-1/+1
|
* Add md5sum for -current bootstrap tarball. It works now on -current.obraun2002-09-191-0/+1
|
* Remove no longer needed patches.obraun2002-09-182-64/+0
|
* Upgrade to 5.04.1.obraun2002-09-183-17/+3
| | | | | | | | Note: This does *NOT* work on -current. The bootstrap tarball for -current is still missing. I am working on it. However I wanted to make this new version available on 4.7-R. Submitted by: maintainer
* Fix pkg-message, after adding `hs-' prefix to Haskell ports.obraun2002-09-051-1/+2
|
* * Install three binaries with prefix "-ghc" to avoid problems withobraun2002-08-223-352/+398
| | | | | | | | | | textproc/haxml and devel/drift. (1) * Add WITHOUT_PROFILE knob to install without profiling libraries. (2) * Bump PORTREVISION. PR: ports/41051 (1), ports/41231 (2) Submitted by: Volker Stolz <vs@lambda.foldr.org> (2) Approved by: maintainer, dwcjr (mentor)
* * All the world's an i386...naddy2002-07-232-0/+2
| | | | * Remove empty patch file.
* I forgot to add 2 new patchfiles :(olgeni2002-07-223-0/+65
|
* Update port to version 5.04.olgeni2002-07-214-162/+427
| | | | | | PR: 40779 Submitted by: Simon Marlow <simon@smarlow.com> Reviewed by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Fix for -currentdwcjr2002-05-092-3/+13
| | | | | PR: 36803 Submitted by: maintainer
* Update port to version 5.02.2 and remove dependency on devel/happy from theolgeni2002-01-313-3/+22
| | | | | | | configuration script. PR: 34349 Submitted by: Simon Marlow <simon@smarlow.com>
* Update port to version 5.02.1olgeni2002-01-075-536/+607
| | | | | PR: 32001 Submitted by: Simon Marlow <simon@smarlow.com>
* Update to version 4.08.2.steve2001-02-264-107/+6
| | | | | PR: 24934 Submitted by: Simon Marlow <simonmar@microsoft.com>
* Update to 4.08.1ade2000-10-146-8/+150
| | | | | PR: 21502 Submitted by: maintainer
* Add missing file (bin/ghcprof).asami2000-09-251-0/+1
| | | | Submitted by: onigiri
* Update to 4.08nbm2000-08-134-14/+257
| | | | | PR: ports/19936 Submitted by: Simon Marlow <simonmar@microsoft.com> (maintainer)
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-2/+2
|
* Update port to 4.06jedgar2000-03-044-59/+127
| | | | | PR: 17115 Submitted by: Maintainer
* GHC: The Glasgow Haskell Compiler.nectar1999-11-116-0/+233
The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler for the functional programming language Haskell 98 (http://www.haskell.org). GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell, including concurrency, a foreign language interface, several type-system extensions, exceptions, and so on. GHC comes with a generational garbage collector, a space and time profiler, and a comprehensive set of libraries. PR: ports/13786 Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk>