summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches
AgeCommit message (Collapse)AuthorFilesLines
2004-04-23de-fuzzdanw1-44/+12
2004-04-22Fix patch problem caused by embedded CVS Id.tron1-4/+2
2004-04-22Fix various issues with this package:tron45-960/+1022
- split patches files - always enable threading which has various advantages - it fixes the build of the Tk library - it greatly simplifies the package list handling - it provides threading support under NetBSD 1.6/1.6.x - correct default dependence in "buildlink2.mk" to "build" Bump package revision because of all these changes.
2004-03-04Make ocalm build with tk-8.4.minskim2-0/+34
2003-07-11Remove unnecessary register store in the profiling prologue.jtb2-17/+15
2003-07-10Missed change of .mcount to __mcount in PROFILE_C.jtb1-3/+7
2003-07-10* Add support for the profiler on powerpcjtb5-7/+169
* Fix i386 profiling. NetBSD calls __mcount while FreeBSD calls .mcount
2003-06-29* Use ".L" instead of "L" as label prefix on sparcjtb6-40/+170
* For consistency use SYS_bsd for system type on powerpc. We differ from SYS_elf (presumably Linux) on a few points here anyway. * Fix signal handling on powerpc which caused a seg fault when compiling native code version of coq. * Install ocamllex.opt, camlp4o.opt and camlp4r.opt too.
2003-06-23Enable native code compilers on powerpc and sparc.jtb4-0/+102
Bump PKGREVISION.
2003-04-19Use BSD_INSTALL_* rather than 'mkdir' and 'cp' to install the files, so thatjschauma1-0/+567
it's not a problem if root has a more stringent umask. Bump PKGREVISION.
2002-06-18Update to version 3.04 based on patches submitted in PR#16896 byjschauma1-12/+12
Marko Schuetz (MarcoSchuetz at web dot de) with minor modification by me, closing that PR. Changes since 3.01: Too much to list here - see http://caml.inria.fr/ocaml/Changes Note that this release includes camlp4, thus rendering that package redundant.
2002-03-13Add powerpc/macppc supportjmc1-0/+13