The NetBSD Project

CVS log for pkgsrc/lang/ghc/Attic/Makefile

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.69, Sat Dec 16 07:18:09 2023 UTC (3 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.68: +1 -1 lines
FILE REMOVED

ghc: remove

This was ghc 6.8.3, the last version that was bootstrappable from
C.  However, this bootstrapping was done in a very fragile way and
the package does not build in any bulk builds.

Ok pho@

Revision 1.68 / (download) - annotate - [select for diffs], Fri Dec 15 13:49:38 2023 UTC (3 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored) to selected 1.59 (colored)

*: reset MAINTAINER/OWNER for inactive developer

Revision 1.67 / (download) - annotate - [select for diffs], Tue Jun 28 11:34:11 2022 UTC (21 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored) to selected 1.59 (colored)

*: recursive bump for perl 5.36

Revision 1.66 / (download) - annotate - [select for diffs], Mon Sep 27 14:30:48 2021 UTC (2 years, 6 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.65: +3 -1 lines
Diff to previous 1.65 (colored) to selected 1.59 (colored)

Disable MKPIE in Haskell.

Presumably there's a way to make this work, but it probably requires
changes to the bootstrap kits.

Revision 1.65 / (download) - annotate - [select for diffs], Mon May 24 19:52:31 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored) to selected 1.59 (colored)

*: recursive bump for perl 5.34

Revision 1.64 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:49 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.59 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.63 / (download) - annotate - [select for diffs], Sun Nov 3 19:04:00 2019 UTC (4 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.62: +4 -4 lines
Diff to previous 1.62 (colored) to selected 1.59 (colored)

lang: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.62 / (download) - annotate - [select for diffs], Fri Oct 25 08:55:46 2019 UTC (4 years, 5 months ago) by gutteridge
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored) to selected 1.59 (colored)

ghc: adjust patch to allow for Perl >= 5.30

Revision 1.61 / (download) - annotate - [select for diffs], Sun Aug 11 13:21:21 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored) to selected 1.59 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.60 / (download) - annotate - [select for diffs], Mon Jul 8 10:36:26 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)

Follow some http->https redirects.

Revision 1.59 / (download) - annotate - [selected], Thu May 23 19:23:02 2019 UTC (4 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.

Revision 1.58 / (download) - annotate - [select for diffs], Wed Aug 22 09:45:20 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored) to selected 1.59 (colored)

Recursive bump for perl5-5.28.0

Revision 1.57 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:22 2018 UTC (5 years, 8 months ago) by jperkin
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored) to selected 1.59 (colored)

*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.

Revision 1.56 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:25 2016 UTC (7 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.59 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.55 / (download) - annotate - [select for diffs], Fri Jun 12 10:50:15 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored) to selected 1.59 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.54 / (download) - annotate - [select for diffs], Sun Jan 4 08:04:59 2015 UTC (9 years, 2 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.53: +2 -1 lines
Diff to previous 1.53 (colored) to selected 1.59 (colored)

document ONLY_FOR_PLATFORM

Revision 1.53 / (download) - annotate - [select for diffs], Thu May 29 23:36:42 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.59 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.52 / (download) - annotate - [select for diffs], Fri Dec 6 06:20:00 2013 UTC (10 years, 3 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.51: +1 -4 lines
Diff to previous 1.51 (colored) to selected 1.59 (colored)

After all the Sturm und Drang, it turns out the only thing needed for
DESTDIR support in ghc is to turn it on. Sigh.

Remove BROKEN.

Revision 1.51 / (download) - annotate - [select for diffs], Thu Oct 24 10:31:02 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.50: +2 -1 lines
Diff to previous 1.50 (colored) to selected 1.59 (colored)

Mark remaining packages not support DESTDIR as BROKEN as decided
by pkgsrc-pmc.

If you are interested in one of these, please fix it before 2013Q4.

Revision 1.50 / (download) - annotate - [select for diffs], Mon Jul 15 02:02:23 2013 UTC (10 years, 8 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored) to selected 1.59 (colored)

* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
  are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".

Revision 1.49 / (download) - annotate - [select for diffs], Fri May 31 12:41:11 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) to selected 1.59 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.48 / (download) - annotate - [select for diffs], Wed Oct 3 21:56:19 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.59 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.47 / (download) - annotate - [select for diffs], Fri Aug 17 15:49:35 2012 UTC (11 years, 7 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.59 (colored)

Add support for SunOS-*-i386.  Tested on 32-bit SmartOS.

Revision 1.46 / (download) - annotate - [select for diffs], Tue Aug 14 17:07:57 2012 UTC (11 years, 7 months ago) by asau
Branch: MAIN
Changes since 1.45: +3 -1 lines
Diff to previous 1.45 (colored) to selected 1.59 (colored)

Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none).

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

Recursive revision bump for GMP update.

Revision 1.44 / (download) - annotate - [select for diffs], Wed May 20 00:58:18 2009 UTC (14 years, 10 months 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) to selected 1.59 (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 (15 years, 8 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) to selected 1.59 (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 (15 years, 8 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) to selected 1.59 (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 (16 years 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) to selected 1.59 (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 (16 years ago) by kristerw
Branch: MAIN
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (colored) to selected 1.59 (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 (16 years ago) by kristerw
Branch: MAIN
Changes since 1.38: +8 -7 lines
Diff to previous 1.38 (colored) to selected 1.59 (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 (16 years, 7 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) to selected 1.59 (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 (16 years, 9 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) to selected 1.59 (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 (16 years, 10 months ago) by obache
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.59 (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 (16 years, 11 months ago) by kristerw
Branch: MAIN
Changes since 1.34: +5 -5 lines
Diff to previous 1.34 (colored) to selected 1.59 (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 (17 years 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) to selected 1.59 (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 (17 years, 4 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) to selected 1.59 (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 (17 years, 8 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) to selected 1.59 (colored)

Fix typo and duplicate word in comment.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Jul 31 02:07:13 2006 UTC (17 years, 8 months ago) by kristerw
Branch: MAIN
Changes since 1.30: +26 -29 lines
Diff to previous 1.30 (colored) to selected 1.59 (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 (17 years, 8 months ago) by kristerw
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.59 (colored)

Correct PLIST and distinfo.

Bump PKGREVISION.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jul 27 18:48:02 2006 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored) to selected 1.59 (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 (17 years, 8 months ago) by augustss
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored) to selected 1.59 (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 (18 years, 1 month 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) to selected 1.59 (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 (18 years, 3 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) to selected 1.59 (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 (18 years, 5 months ago) by kristerw
Branch: MAIN
Changes since 1.24: +5 -4 lines
Diff to previous 1.24 (colored) to selected 1.59 (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 (18 years, 8 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) to selected 1.59 (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 (18 years, 10 months 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) to selected 1.59 (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 (18 years, 10 months ago) by kristerw
Branch: MAIN
Changes since 1.21: +27 -25 lines
Diff to previous 1.21 (colored) to selected 1.59 (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 (18 years, 10 months ago) by kristerw
Branch: MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored) to selected 1.59 (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 (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored) to selected 1.59 (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 (19 years, 3 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) to selected 1.59 (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 (19 years, 6 months ago) by tv
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored) to selected 1.59 (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 (19 years, 10 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) to selected 1.59 (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 (20 years 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) to selected 1.59 (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 (20 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.59 (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 (20 years, 3 months ago) by kristerw
Branch: MAIN
Changes since 1.13: +10 -9 lines
Diff to previous 1.13 (colored) to selected 1.59 (colored)

Convert to USE_BUILDLINK2.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jul 17 21:44:29 2003 UTC (20 years, 8 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) to selected 1.59 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 2 01:19:03 2003 UTC (20 years, 10 months ago) by jschauma
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.59 (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 (20 years, 11 months ago) by augustss
Branch: MAIN
Changes since 1.10: +38 -36 lines
Diff to previous 1.10 (colored) to selected 1.59 (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 (21 years ago) by jmmv
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.59 (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 (22 years, 11 months 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) to selected 1.59 (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 (23 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored) to selected 1.59 (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 (23 years, 8 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) to selected 1.59 (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 (23 years, 9 months ago) by danw
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.59 (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 (24 years, 2 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) to selected 1.59 (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 (24 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.3: +2 -8 lines
Diff to previous 1.3 (colored) to selected 1.59 (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 (24 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored) to selected 1.59 (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 (24 years, 3 months ago) by proff
Branch: MAIN
Changes since 1.1: +36 -20 lines
Diff to previous 1.1 (colored) to selected 1.59 (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 (24 years, 3 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) to selected 1.59 (colored)

import pkgsrc/lang/ghc from FreeBSD-current

Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 15 05:50:47 1999 UTC (24 years, 3 months ago) by proff
Branch: MAIN
Diff to selected 1.59 (colored)

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>