NetBSD.se

CVS log for pkgsrc/lang/ghc/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / lang / ghc

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Mar 24 19:43:25 2010 UTC (2 years, 1 month ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, 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, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, HEAD
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
Recursive revision bump for GMP update.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed May 20 00:58:18 2009 UTC (3 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -1 lines
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.

Revision 1.43: 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-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +6 -7 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.42: 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.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
Use the correct renamed symbol for sigprocmask.

Solves PR pkg/38510.

Bump PKGREVISION.

Revision 1.41: 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.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Fix another system library symbol versioning problem, this time with
socket(), and bump PKGREVISION.

Revision 1.40: 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.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
Use the correct renamed symbols for opendir, unsetenv, and times.

Solves PR pkg/38263.

Bump PKGREVISION.

Revision 1.39: 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.38: preferred, colored
Changes since revision 1.38: +8 -7 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.38: download - view: text, markup, annotated - select for diffs
Sat Aug 18 23:39:26 2007 UTC (4 years, 9 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Matt Fleming said on tech-pkg that this package builds and installs find
on Darwin-*-i386.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jun 25 21:18:37 2007 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -1 lines
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.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed May 9 13:47:01 2007 UTC (5 years ago) by obache
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Also works on OpenBSD-*-i386.  Pointed out by Emil Skoeldberg in PR 36231.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Apr 29 22:12:02 2007 UTC (5 years ago) by kristerw
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +5 -5 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.34: 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.33: preferred, colored
Changes since revision 1.33: +19 -15 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.33: download - view: text, markup, annotated - select for diffs
Sun Nov 12 21:58:38 2006 UTC (5 years, 6 months ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
The NetBSD bootstrap kit works for FreeBSD too.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jul 31 18:10:00 2006 UTC (5 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3 lines
Fix typo and duplicate word in comment.

Revision 1.31: 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
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +26 -29 lines
Update the bootstrap kit to make this build on NetBSD-current too.
Fix some hardcoded paths.

Bump PKGREVISION.

Revision 1.30: 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.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Correct PLIST and distinfo.

Bump PKGREVISION.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Jul 27 18:48:02 2006 UTC (5 years, 9 months ago) by jlam
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
to fetch the file.  This completes the renaming described in revision
1.1799 of bsd.pkg.mk.

Revision 1.28: 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.27: preferred, colored
Changes since revision 1.27: +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.27: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:09:45 2006 UTC (6 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:50:25 2005 UTC (6 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.25: 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
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +5 -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.24: download - view: text, markup, annotated - select for diffs
Sat Jul 16 01:19:11 2005 UTC (6 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -3 lines
Get rid of USE_PERL5.  The new way to express needing the Perl executable
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.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun May 22 20:08:09 2005 UTC (7 years ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.22: 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.21: preferred, colored
Changes since revision 1.21: +27 -25 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.21: download - view: text, markup, annotated - select for diffs
Wed May 4 19:02:33 2005 UTC (7 years ago) by kristerw
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -2 lines
Make this build again after bl3 was enabled by default.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:46:13 2005 UTC (7 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Dec 19 20:06:32 2004 UTC (7 years, 5 months ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -1 lines
Add back ONLY_FOR_PLATFORM that was removed by mistake when the package
was updated in r1.17.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:15:01 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
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.

Revision 1.17: 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-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +35 -42 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.16: download - view: text, markup, annotated - select for diffs
Mon Mar 22 03:39:00 2004 UTC (8 years, 2 months ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jan 24 13:51:14 2004 UTC (8 years, 4 months ago) by grant
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Dec 31 17:11:57 2003 UTC (8 years, 4 months ago) by kristerw
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +10 -9 lines
Convert to USE_BUILDLINK2.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:44:29 2003 UTC (8 years, 10 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:19:03 2003 UTC (8 years, 11 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Apr 29 11:27:39 2003 UTC (9 years ago) by augustss
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +38 -36 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.10: download - view: text, markup, annotated - select for diffs
Sat Mar 29 12:41:25 2003 UTC (9 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 22 16:36:10 2001 UTC (11 years, 1 month ago) by wiz
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.8: preferred, colored
Changes since revision 1.8: +3 -2 lines
Disable on ELF machines until somebody fixes it.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Feb 17 09:07:09 2001 UTC (11 years, 3 months ago) by agc
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Move the COMMENT from being in its own file to a definition in the
package Makefile.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jul 20 15:41:04 2000 UTC (11 years, 10 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Depend on version 4.0 or newer of the "readline" package.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jun 30 16:29:17 2000 UTC (11 years, 10 months ago) by danw
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Update this to build with either gmp 2.0.2 or gmp 3.0.x.
(Theoretically... the package seems to be broken.)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 9 01:19:11 2000 UTC (12 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-4-PATCH002
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
replaced some more commands by their ${COMMAND} counterparts

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Dec 27 18:20:11 1999 UTC (12 years, 4 months ago) by tron
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -8 lines
- Fix broken object file format recognition.
- 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.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Dec 16 14:10:14 1999 UTC (12 years, 5 months ago) by agc
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2 lines
Remove embedded blank line in pre-configure target.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Dec 15 06:00:43 1999 UTC (12 years, 5 months ago) by proff
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +36 -20 lines
NetBSD changes for:

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>

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Dec 15 05:50:47 1999 UTC (12 years, 5 months ago) by proff
Branches: FREEBSD
CVS tags: FreeBSD-current-1999-12-15
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
import pkgsrc/lang/ghc from FreeBSD-current

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Dec 15 05:50:47 1999 UTC (12 years, 5 months ago) by proff
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>