summaryrefslogtreecommitdiff
path: root/lang/smlnj
AgeCommit message (Collapse)AuthorFilesLines
2010-02-07Update to SML/NJ 110.72, bug fix release.asau4-55/+92
2009-12-15Support FreeBSD.asau2-6/+8
2009-09-22Remove comment about outdated mirror.asau1-4/+1
2009-09-22Commit forgotten PLIST for 110.71 update.asau1-106/+146
2009-09-22Update to SML/NJ 110.71.asau13-217/+171
Numerous changes since version 110.42 include AMD64 support and loads of bug fixes, detailed list of changes is at http://www.smlnj.org/dist/working/110.71/NOTES/HISTORY
2009-06-14Remove @dirrm entries from PLISTsjoerg1-132/+1
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-3/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-19/+21
through PLIST_SUBST to the plist module.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-4/+6
their files via a custom do-install target.
2007-01-23Fixed group-writable files. PKGREVISION++rillig1-2/+5
2007-01-19add missing rmd160 hashes for boot.{sparc,ppc}-unix.tgzdmcmahill1-1/+3
2006-10-19Give BOX a default value, so that "make fetch" at least works partiallywiz1-1/+5
on unsupported platforms.
2006-05-18Remove BROKEN_IN, builds in current 3.0 bulk builds.wiz1-3/+1
2006-03-28Apply patch from PR pkg/32722. Fixes building on i386.gavan3-6/+71
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig1-1/+2
"pkglint --autofix" change.
2005-12-08Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"rillig1-2/+2
change.
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-06-16Create directories before installing files into them.jlam1-1/+3
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-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+17
2004-06-2280 chars per line.xtraeme1-2/+3
2004-06-06Revert to smlnj-110.42, as 110.45 is troublesome. While doing so, keep itsnj5-245/+248
using buildlink3, fetchable, and buildable with gcc3. Requested by the package's maintainer.
2004-04-09Update to smlnj-110.45.snj5-243/+243
"The latest working version (110.45) fixes some installation problems caused by incompatibilities with GCC 3.3. Earlier, 110.44 brought our implementation of the Basis library closer to the specification, fixed several important bugs, and provided support for Mac OS X 10.3 (Panther). The previous working release (110.43) offered an operational win32 port, added IntInf support to compiler and Basis library, and also updated many interfaces of the Basis according to the latest draft of the specification." Provided by Jesper Louis Andersen in PR pkg/24586. Also fixes PR pkg/23480.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-08-01This works on Linux, too. At least under i386.jschauma1-3/+3
2003-07-02Add checksum and size info for boot.sparc-unix.tgz distfile.jtb1-1/+3
2003-07-02Come back boot.x86-unix.tgz in distinfo.taca1-1/+3
P.S. Should "make mdi" fetch and process all ARCH (or MACHINE_ARCH)'s distfiles?
2003-07-01Wrong version of patch-af.jtb8-14/+10
2003-07-01Make this work on powerpc.jtb12-36/+168
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-21Update to 110.42, from Christopher Richards in connection with PR 18678.wiz12-97/+191
Changes: A number of small, but important bug fixes.
2003-03-21Reimport sml-nj as smlnj, which is the name commonly used by the community.wiz10-0/+764
Suggested by Christopher Richards in connection with PR 18678.