2008-07-07 16:58:00 by Krister Walfridsson | Files touched by this commit (4) |
Log message:
Use the correct renamed symbol for sigprocmask.
Solves PR pkg/38510.
Bump PKGREVISION.
|
2008-03-31 08:18:12 by Curt Sampson | Files touched by this commit (4) |
Log message:
Fix another system library symbol versioning problem, this time with
socket(), and bump PKGREVISION.
|
2008-03-24 23:40:23 by Krister Walfridsson | Files touched by this commit (7) |
Log message:
Use the correct renamed symbols for opendir, unsetenv, and times.
Solves PR pkg/38263.
Bump PKGREVISION.
|
2008-03-17 16:33:10 by Krister Walfridsson | Files touched by this commit (6) |
Log message:
Update ghc to version 6.8.2.
The major changes in this release are adding Haskell Program Coverage (hpc)
support to the compiler, adding a debugger to GHCi, the first phase of the
base package split, and pointer tagging in the code generator (which should
mean most code improves by 10-15%, and as a result the compiler is also
faster).
Most of this upgrade was done by Paulo Matias in pkgsrc-wip.
|
2007-08-19 01:39:27 by Roland Illig | Files touched by this commit (1) |
Log message:
Matt Fleming said on tech-pkg that this package builds and installs find
on Darwin-*-i386.
|
2007-06-25 23:18:37 by Roland Illig | Files touched by this commit (1) |
Log message:
Shell scripts should not use the += operator for variable assignments.
In this case, the += operator appears in an embedded AWK script, so it
is ok.
|
2007-05-09 15:47:01 by OBATA Akio | Files touched by this commit (1) |
Log message:
Also works on OpenBSD-*-i386. Pointed out by Emil Skoeldberg in PR 36231.
|
2007-04-30 00:12:02 by Krister Walfridsson | Files touched by this commit (4) |
Log message:
Update lang/ghc to 6.6.1.
Many, many bugs have been fixed relative to 6.6. Far too many to list here.
The other changes in this release are:
* GHC works on Windows Vista.
* GHC can now be used to compile C++ files.
* There is an --install-signal-handlers=<yes|no> RTS flag. The main use is
to stop GHC installing signal handlers when you are putting your code in
a DLL.
* Newtypes can now be defined using GADT syntax.
* Linear implicit parameters are no longer accepted.
* There is a manpage for ghc and ghci.
* The building guide has been moved to the wiki.
* GHC now comes with the filepath library.
|
2007-03-24 18:57:20 by Krister Walfridsson | Files touched by this commit (12) |
Log message:
Update ghc to version 6.6.
This version represent >19 month of development since the version 6.4,
and the list of changes is far too big to include here. See
http://www.haskell.org/ghc/docs/6.6/html/users_guide/release-6-6.html
for the list of user visible changes.
|
2006-11-12 22:58:38 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
The NetBSD bootstrap kit works for FreeBSD too.
|