
CVS log for pkgsrc/lang/ghc/distinfo
Up to [NetBSD + pkgsrc-wip] / pkgsrc / lang / ghc
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Feb 2 12:32:32 2012 UTC (3 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2
lines
Allow perl-5.14. Not that it helps me, but perhaps some i386 users.
Requested by Noud de Brouwer in PR 45725.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Oct 31 19:05:01 2010 UTC (18 months, 3 weeks ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1
lines
Fix build issue when using gmake 3.82.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Sep 24 14:32:50 2010 UTC (19 months, 4 weeks ago) by jwise
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2
lines
Accept perl 5.12, not just 5.10 when checking in configure for `new enough'
perl.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Nov 3 10:08:15 2008 UTC (3 years, 6 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1
lines
Fix build with perl 5.10.
As perl 5.6 wont be seen in a pkgsrc context just replace the test for
5.6 with one for 5.10 rather than a more substantial change.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Jul 20 00:26:52 2008 UTC (3 years, 10 months ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +11 -9
lines
Update ghc to 6.8.3. Thanks to Donn Cave for bugfix patches.
Changes in 6.8.3:
* The arguments to ghc-pkg now understand lists and wildcards, and
there is a new command ghc-pkg find-module.
* The filename completion in ghci is now more intelligent.
* We now look for GHCi config files in these locations:
./.ghci
$HOME/.ghc/ghci.conf
$HOME/.ghci
* You can now give multiple -e options to GHC.
* You can now use the -prof and -threaded flags together, although
you cannot also use +RTS -N2.
* SCC names are no longer allowed to contain spaces, as some of the
profiling tools break if they do.
* Various changes have been made to GHC's internals, so there are some
differences in the API exposed by the ghc package. Most notably,
checkAndLoadModule has now been implemented.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jul 7 14:58:00 2008 UTC (3 years, 10 months ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3
lines
Use the correct renamed symbol for sigprocmask.
Solves PR pkg/38510.
Bump PKGREVISION.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Mar 31 06:18:12 2008 UTC (4 years, 1 month ago) by cjs
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -1
lines
Fix another system library symbol versioning problem, this time with
socket(), and bump PKGREVISION.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Mar 24 22:40:23 2008 UTC (4 years, 1 month ago) by kristerw
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +6 -1
lines
Use the correct renamed symbols for opendir, unsetenv, and times.
Solves PR pkg/38263.
Bump PKGREVISION.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Mar 17 15:33:10 2008 UTC (4 years, 2 months ago) by kristerw
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +10 -9
lines
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.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Apr 29 22:12:02 2007 UTC (5 years ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -7
lines
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.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Mar 24 17:57:19 2007 UTC (5 years, 2 months ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +15 -7
lines
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.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Oct 14 02:45:10 2006 UTC (5 years, 7 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1
lines
Fixed "test ==".
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jul 31 02:07:13 2006 UTC (5 years, 9 months ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -14
lines
Update the bootstrap kit to make this build on NetBSD-current too.
Fix some hardcoded paths.
Bump PKGREVISION.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jul 27 23:45:08 2006 UTC (5 years, 9 months ago) by kristerw
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2
lines
Correct PLIST and distinfo.
Bump PKGREVISION.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Jul 9 12:22:05 2006 UTC (5 years, 10 months ago) by augustss
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4
lines
Update from ghc 6.4.1 to ghc 6.4.2.
I can't find any description of what has changed, but it's bug fixes
as far as I know.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Apr 30 20:42:18 2006 UTC (6 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1
lines
Fix build with gmake-3.81, using the upstream patch.
Closes PR 33377 by David A. Holland.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Oct 14 18:47:28 2005 UTC (6 years, 7 months ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4
lines
Update ghc to version 6.4.1
"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.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jun 14 11:02:43 2005 UTC (6 years, 11 months ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1
lines
Do not #define _POSIX_SOURCE. We do not need that namespace protection,
and _POSIX_SOURCE causes build to fail for NetBSD 1.6 (due to fd_set
not being available).
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat May 21 20:22:21 2005 UTC (7 years ago) by kristerw
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +11 -6
lines
Update ghc to 6.4.
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.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Feb 24 09:03:08 2005 UTC (7 years, 2 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1
lines
Add RMD160 digests
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat May 29 14:28:43 2004 UTC (7 years, 11 months ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +10 -25
lines
Update ghc to 6.2.1.
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
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jan 10 19:31:25 2004 UTC (8 years, 4 months ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2
lines
Make the pkg build on -current.
Closes PR pkg/23441.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 3 09:40:26 2004 UTC (8 years, 4 months ago) by kristerw
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
Fix a multi-line sting.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Dec 31 18:37:21 2003 UTC (8 years, 4 months ago) by kristerw
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1
lines
Fix a gcc 3 issue by a patch provided by Sergio Jimenez in PR pkg/23441.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Apr 29 11:27:40 2003 UTC (9 years ago) by augustss
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +21 -10
lines
Update to a new GHC. There are too numerous changes to mention; see the
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.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 19 15:00:50 2001 UTC (11 years, 1 month ago) by agc
Branches: MAIN
CVS tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH001,
buildlink2-base,
buildlink2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -3
lines
Move to sha1 digests, and add distfile sizes.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 11:31:08 2001 UTC (11 years, 1 month ago) by agc
Branches: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
NetBSD-CVSweb <admin[at]NetBSD[dot]se>