summaryrefslogtreecommitdiff
path: root/lang/ghc
AgeCommit message (Collapse)AuthorFilesLines
2006-07-31Fix typo and duplicate word in comment.wiz1-3/+3
2006-07-31Update the bootstrap kit to make this build on NetBSD-current too.kristerw9-111/+60
Fix some hardcoded paths. Bump PKGREVISION.
2006-07-27Correct PLIST and distinfo.kristerw3-5/+11
Bump PKGREVISION.
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam1-3/+3
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk.
2006-07-09Update from ghc 6.4.1 to ghc 6.4.2.augustss3-25/+8
I can't find any description of what has changed, but it's bug fixes as far as I know.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-30Fix build with gmake-3.81, using the upstream patch.wiz2-1/+19
Closes PR 33377 by David A. Holland.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-22We include gmp/buildlink3.mk outside of the BUILDLINK_DEPTH guards sojlam1-2/+8
that "gmp" is registered as a direct dependency for any package that includes ghc/buildlink3.mk to get ghc as a build dependency. This is needed since software built by ghc requires routines from the "gmp" shared library. This fixes PR pkg/33100. Remove the workaround in devel/darcs and x11/wxhaskell.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+4
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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
2005-10-14Update ghc to version 6.4.1kristerw3-9/+11
"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.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
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.
2005-06-14Do not #define _POSIX_SOURCE. We do not need that namespace protection,kristerw2-1/+18
and _POSIX_SOURCE causes build to fail for NetBSD 1.6 (due to fd_set not being available).
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-21Update ghc to 6.4.kristerw10-60/+699
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.
2005-05-04Make this build again after bl3 was enabled by default.kristerw1-2/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+3
2004-12-19Add back ONLY_FOR_PLATFORM that was removed by mistake when the packagekristerw1-1/+3
was updated in r1.17.
2004-12-11Add buildlink3.mk file, needed by wip/darcs.wiz1-0/+23
Closes PR 26624 by Roland Illig.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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.
2004-05-29Update ghc to 6.2.1.kristerw24-1416/+628
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
2004-03-22Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.kristerw1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-10Make the pkg build on -current.kristerw3-5/+31
Closes PR pkg/23441.
2004-01-03Fix a multi-line sting.kristerw2-1/+17
2003-12-31Fix a gcc 3 issue by a patch provided by Sergio Jimenez in PR pkg/23441.kristerw2-1/+16
2003-12-31Convert to USE_BUILDLINK2.kristerw1-9/+10
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-29Re-add files I missed in last commit.augustss3-0/+159
2003-04-29Update to a new GHC. There are too numerous changes to mention; see theaugustss20-433/+1199
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.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-22Disable on ELF machines until somebody fixes it.wiz1-2/+3
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-12/+10
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-2/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron1-2/+2
2000-06-30Update this to build with either gmp 2.0.2 or gmp 3.0.x.danw4-11/+63
(Theoretically... the package seems to be broken.)
2000-01-09replaced some more commands by their ${COMMAND} counterpartswiz1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-27- Fix broken object file format recognition.tron3-12/+6
- 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.
1999-12-16Remove embedded blank line in pre-configure target.agc1-2/+1
1999-12-15updateproff1-2/+2
1999-12-15pseudo, not psuedo, damnitproff1-2/+2