summaryrefslogtreecommitdiff
path: root/lang/ghc
AgeCommit message (Collapse)AuthorFilesLines
2005-10-14Update ghc to version 6.4.1kristerw3-9/+11
"6.4.1 is a bugfix release over 6.4. No library APIs have changed, so code that worked with 6.4 should continue to work with 6.4.1. Many, many bugs have been fixed relative to 6.4. Far too many to list here." Fixes PR pkg/31751.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-14Do not #define _POSIX_SOURCE. We do not need that namespace protection,kristerw2-1/+18
and _POSIX_SOURCE causes build to fail for NetBSD 1.6 (due to fd_set not being available).
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-21Update ghc to 6.4.kristerw10-60/+699
See http://www.haskell.org/ghc/docs/6.4/html/users_guide/release-6-4.html for the long list of changes since ghc-6.2.1. In addition, GHCi and profiling support have been enabled in this package.
2005-05-04Make this build again after bl3 was enabled by default.kristerw1-2/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+3
2004-12-19Add back ONLY_FOR_PLATFORM that was removed by mistake when the packagekristerw1-1/+3
was updated in r1.17.
2004-12-11Add buildlink3.mk file, needed by wip/darcs.wiz1-0/+23
Closes PR 26624 by Roland Illig.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-29Update ghc to 6.2.1.kristerw24-1416/+628
There are too many changes compared to version 5.04.3 to list here... The changes are described in: http://www.haskell.org/ghc/docs/6.0.1/html/users_guide/release-6-0.html http://www.haskell.org/ghc/docs/6.2.1/html/users_guide/release-6-2.html
2004-03-22Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.kristerw1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-10Make the pkg build on -current.kristerw3-5/+31
Closes PR pkg/23441.
2004-01-03Fix a multi-line sting.kristerw2-1/+17
2003-12-31Fix a gcc 3 issue by a patch provided by Sergio Jimenez in PR pkg/23441.kristerw2-1/+16
2003-12-31Convert to USE_BUILDLINK2.kristerw1-9/+10
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-29Re-add files I missed in last commit.augustss3-0/+159
2003-04-29Update to a new GHC. There are too numerous changes to mention; see theaugustss20-433/+1199
GHC documentation for details. The most import change is that this package (which has been broken since the conversion from a.out to ELF) has been re-ported to NetBSD by Urban Boquist, boquist@crt.se.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-22Disable on ELF machines until somebody fixes it.wiz1-2/+3
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-12/+10
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-2/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron1-2/+2
2000-06-30Update this to build with either gmp 2.0.2 or gmp 3.0.x.danw4-11/+63
(Theoretically... the package seems to be broken.)
2000-01-09replaced some more commands by their ${COMMAND} counterpartswiz1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-27- Fix broken object file format recognition.tron3-12/+6
- Patch memory management to recognize NetBSD-i386 ELF. XXX This package still doesn't build on ELF systems due to problems with XXX included assembler sources.
1999-12-16Remove embedded blank line in pre-configure target.agc1-2/+1
1999-12-15updateproff1-2/+2
1999-12-15pseudo, not psuedo, damnitproff1-2/+2
1999-12-15netbsd patches for GHC/Haskell.proff6-0/+172
1999-12-15add patch-sumproff1-0/+8
1999-12-15NetBSD changes for:proff5-23/+41
GHC: The Glasgow Haskell Compiler. 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. -Julian Assange <proff@iq.org>
1999-12-15import pkgsrc/lang/ghc from FreeBSD-currentproff6-0/+233