The NetBSD Project

CVS log for pkgsrc/lang/ghc/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / lang / ghc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.45 / (download) - annotate - [select for diffs], Wed Mar 24 19:43:25 2010 UTC (2 years, 2 months ago) by asau
Branch: 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
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Recursive revision bump for GMP update.

Revision 1.44 / (download) - annotate - [select for diffs], Wed May 20 00:58:18 2009 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.43: +2 -1 lines
Diff to previous 1.43 (colored)

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) - annotate - [select for diffs], Sun Jul 20 00:26:52 2008 UTC (3 years, 10 months ago) by kristerw
Branch: 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
Changes since 1.42: +6 -7 lines
Diff to previous 1.42 (colored)

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) - annotate - [select for diffs], Mon Jul 7 14:58:00 2008 UTC (3 years, 10 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Use the correct renamed symbol for sigprocmask.

Solves PR pkg/38510.

Bump PKGREVISION.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Mar 31 06:18:12 2008 UTC (4 years, 1 month ago) by cjs
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Fix another system library symbol versioning problem, this time with
socket(), and bump PKGREVISION.

Revision 1.40 / (download) - annotate - [select for diffs], Mon Mar 24 22:40:23 2008 UTC (4 years, 2 months ago) by kristerw
Branch: MAIN
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (colored)

Use the correct renamed symbols for opendir, unsetenv, and times.

Solves PR pkg/38263.

Bump PKGREVISION.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Mar 17 15:33:10 2008 UTC (4 years, 2 months ago) by kristerw
Branch: MAIN
Changes since 1.38: +8 -7 lines
Diff to previous 1.38 (colored)

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) - annotate - [select for diffs], Sat Aug 18 23:39:26 2007 UTC (4 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Matt Fleming said on tech-pkg that this package builds and installs find
on Darwin-*-i386.

Revision 1.37 / (download) - annotate - [select for diffs], Mon Jun 25 21:18:37 2007 UTC (4 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.36: +4 -1 lines
Diff to previous 1.36 (colored)

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) - annotate - [select for diffs], Wed May 9 13:47:01 2007 UTC (5 years ago) by obache
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Also works on OpenBSD-*-i386.  Pointed out by Emil Skoeldberg in PR 36231.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Apr 29 22:12:02 2007 UTC (5 years ago) by kristerw
Branch: MAIN
Changes since 1.34: +5 -5 lines
Diff to previous 1.34 (colored)

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) - annotate - [select for diffs], Sat Mar 24 17:57:19 2007 UTC (5 years, 2 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.33: +19 -15 lines
Diff to previous 1.33 (colored)

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) - annotate - [select for diffs], Sun Nov 12 21:58:38 2006 UTC (5 years, 6 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

The NetBSD bootstrap kit works for FreeBSD too.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Jul 31 18:10:00 2006 UTC (5 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored)

Fix typo and duplicate word in comment.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Jul 31 02:07:13 2006 UTC (5 years, 9 months ago) by kristerw
Branch: MAIN
Changes since 1.30: +26 -29 lines
Diff to previous 1.30 (colored)

Update the bootstrap kit to make this build on NetBSD-current too.
Fix some hardcoded paths.

Bump PKGREVISION.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Jul 27 23:45:08 2006 UTC (5 years, 9 months ago) by kristerw
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Correct PLIST and distinfo.

Bump PKGREVISION.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jul 27 18:48:02 2006 UTC (5 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

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) - annotate - [select for diffs], Sun Jul 9 12:22:05 2006 UTC (5 years, 10 months ago) by augustss
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored)

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) - annotate - [select for diffs], Sun Feb 5 23:09:45 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:25 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

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) - annotate - [select for diffs], Fri Oct 14 18:47:28 2005 UTC (6 years, 7 months ago) by kristerw
Branch: MAIN
Changes since 1.24: +5 -4 lines
Diff to previous 1.24 (colored)

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) - annotate - [select for diffs], Sat Jul 16 01:19:11 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.23: +2 -3 lines
Diff to previous 1.23 (colored)

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) - annotate - [select for diffs], Sun May 22 20:08:09 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

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) - annotate - [select for diffs], Sat May 21 20:22:21 2005 UTC (7 years ago) by kristerw
Branch: MAIN
Changes since 1.21: +27 -25 lines
Diff to previous 1.21 (colored)

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) - annotate - [select for diffs], Wed May 4 19:02:33 2005 UTC (7 years ago) by kristerw
Branch: MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored)

Make this build again after bl3 was enabled by default.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:13 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Dec 19 20:06:32 2004 UTC (7 years, 5 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored)

Add back ONLY_FOR_PLATFORM that was removed by mistake when the package
was updated in r1.17.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Oct 3 00:15:01 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

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) - annotate - [select for diffs], Sat May 29 14:28:43 2004 UTC (7 years, 11 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.16: +35 -42 lines
Diff to previous 1.16 (colored)

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) - annotate - [select for diffs], Mon Mar 22 03:39:00 2004 UTC (8 years, 2 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jan 24 13:51:14 2004 UTC (8 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Dec 31 17:11:57 2003 UTC (8 years, 4 months ago) by kristerw
Branch: MAIN
Changes since 1.13: +10 -9 lines
Diff to previous 1.13 (colored)

Convert to USE_BUILDLINK2.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jul 17 21:44:29 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 2 01:19:03 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

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) - annotate - [select for diffs], Tue Apr 29 11:27:39 2003 UTC (9 years ago) by augustss
Branch: MAIN
Changes since 1.10: +38 -36 lines
Diff to previous 1.10 (colored)

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) - annotate - [select for diffs], Sat Mar 29 12:41:25 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Apr 22 16:36:10 2001 UTC (11 years, 1 month ago) by wiz
Branch: 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
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)

Disable on ELF machines until somebody fixes it.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Feb 17 09:07:09 2001 UTC (11 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Move the COMMENT from being in its own file to a definition in the
package Makefile.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 20 15:41:04 2000 UTC (11 years, 10 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Depend on version 4.0 or newer of the "readline" package.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 30 16:29:17 2000 UTC (11 years, 10 months ago) by danw
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

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) - annotate - [select for diffs], Sun Jan 9 01:19:11 2000 UTC (12 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

replaced some more commands by their ${COMMAND} counterparts

Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 27 18:20:11 1999 UTC (12 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.3: +2 -8 lines
Diff to previous 1.3 (colored)

- 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) - annotate - [select for diffs], Thu Dec 16 14:10:14 1999 UTC (12 years, 5 months ago) by agc
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)

Remove embedded blank line in pre-configure target.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 15 06:00:43 1999 UTC (12 years, 5 months ago) by proff
Branch: MAIN
Changes since 1.1: +36 -20 lines
Diff to previous 1.1 (colored)

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 / (download) - annotate - [select for diffs] (vendor branch), Wed Dec 15 05:50:47 1999 UTC (12 years, 5 months ago) by proff
Branch: FREEBSD
CVS Tags: FreeBSD-current-1999-12-15
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

import pkgsrc/lang/ghc from FreeBSD-current

Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 15 05:50:47 1999 UTC (12 years, 5 months ago) by proff
Branch: MAIN

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>