Age | Commit message (Expand) | Author | Files | Lines |
2015-09-08 | Avoid UB of left-shift of negative values by replacing it with a | joerg | 1 | -0/+13 |
2015-08-22 | Patch for OS X 32-bit ABI, as supplied by Mansour Moufid. See also | jaapb | 1 | -19/+34 |
2015-08-09 | Added patch for x11/ocaml-graphics. This does not change any functionality, | jaapb | 1 | -0/+15 |
2015-08-07 | This is an update of lang/ocaml to its latest version, 4.02.3. Changes | jaapb | 2 | -16/+31 |
2015-07-04 | Removed a superfluous (and breakage-causing) -p from a patch. Thanks to | jaapb | 1 | -4/+4 |
2015-06-30 | Updated lang/ocaml to newest version 4.02.2. Changes apart from bugfixes | jaapb | 13 | -146/+107 |
2015-04-17 | Extended gdt's i386 ucontext signal handler patch to amd64. This shouldn't | jaapb | 1 | -3/+27 |
2015-04-02 | Avoid using the "3o" man page section, since plist-man.awk can't handle it. | tnn | 2 | -13/+18 |
2015-03-17 | Detect 64-bit SunOS. | jperkin | 1 | -9/+11 |
2015-03-14 | Fix i386 signal handler. | gdt | 1 | -9/+32 |
2015-01-26 | Added a patch that fixes signal handlers on i386. | jaapb | 1 | -4/+14 |
2015-01-20 | This is an update of OCaml to 4.02.1. Changes are listed below. There is also | jaapb | 12 | -26/+197 |
2014-11-21 | ARM assembler glue needs either Thumb or ARMv6 with emulation for one | joerg | 1 | -0/+13 |
2014-10-13 | Extra patch - syntactical change only, but needed for x11/ocaml-graphics | jaapb | 1 | -0/+15 |
2014-10-09 | Update to ocaml 4.02.0. Main changes (apart from ocamldoc and bugfixes, see | jaapb | 26 | -493/+337 |
2014-05-13 | Added comments to gethostbyname/addr patches | jaapb | 2 | -2/+4 |
2013-12-21 | fix gethostbyfoo_r lossage. | christos | 2 | -0/+30 |
2013-11-04 | Don't use -fno-defer-pop. | joerg | 1 | -1/+65 |
2013-11-01 | Update of lang/ocaml to its newest version, 4.01. Changes, apart from | jaapb | 6 | -124/+65 |
2013-10-27 | Don't force -fno-defer-pop. | joerg | 1 | -1/+64 |
2013-03-14 | ocamlmklib adds absolute directories (that is, such starting with | is | 1 | -0/+41 |
2013-02-18 | Removed the bytecomp_bytelink.ml patch, as suggested by degroote@ - it | jaapb | 4 | -31/+8 |
2013-01-25 | Fix build on 32-bit Solaris when the assembler is 64-bit by default. | jperkin | 1 | -17/+19 |
2012-12-18 | Add support for 64-bit Solaris. | jperkin | 1 | -16/+18 |
2012-12-04 | Updated patch to correct build failure. | jaapb | 1 | -6/+17 |
2012-10-26 | Updated patch-configure to correct a build failure on DragonFly BSD | jaapb | 1 | -1/+10 |
2012-10-11 | Removed obsolete and/or renamed patches. | jaapb | 8 | -196/+0 |
2012-10-08 | Update to version 4.00.1. Renamed patches from two-letter system and added | jaapb | 43 | -729/+666 |
2012-06-24 | On Linux libieee can only appear once on the linker command line. | sbd | 1 | -1/+12 |
2012-06-22 | When linking with X11 add an rpath to X11 libdir. | sbd | 1 | -3/+18 |
2012-03-12 | Fix SunOS linker/as args. | fhajny | 1 | -18/+37 |
2012-03-04 | Update to O'Caml 3.12.1 | asau | 5 | -133/+50 |
2011-11-27 | omake tries to link with the ocaml runtime directly. This fails as | joerg | 1 | -0/+22 |
2011-11-27 | lang/ocaml: Add DragonFly64, natdynload, and gprof support | marino | 1 | -12/+38 |
2011-08-15 | Fix build with binutils-2.21. From Florian Walpen in PR 45246. | wiz | 2 | -3/+54 |
2011-07-26 | Fix native dynamic detection on amd64 - thanks riastradh@ for pointer | abs | 1 | -2/+2 |
2011-07-20 | Enable native dynamic loading support on NetBSD/{i386,amd64}. | riastradh | 1 | -13/+34 |
2011-03-29 | Pass CFLAGS and LDFLAGS to the compiler (fixes problems e.g. on Mac OS X); pk... | adam | 1 | -1/+10 |
2010-12-19 | - Enable native compilation for arm. | is | 3 | -14/+109 |
2010-11-28 | Make this package work again on architectures where we don't compile | is | 1 | -3/+27 |
2010-08-19 | Update to O'Caml 3.12.0, add test target. | asau | 10 | -136/+146 |
2010-04-22 | Remove patch that was removed from distinfo during update to 3.11.2. | wiz | 1 | -24/+0 |
2009-11-19 | Let ocaml's configure recognize 64-bit Darwin 10. | minskim | 1 | -13/+15 |
2009-10-18 | Fix PR pkg/42190 | tonio | 1 | -10/+12 |
2009-09-22 | Fix build with db4 [PR pkg/42061] | tonio | 1 | -2/+3 |
2009-09-12 | Remove useless patches, and fix PLIST issues on freebsd x86_64 | tonio | 2 | -62/+0 |
2009-09-08 | Fix x11/labltk for ocaml 3.11.1 [PR pkg/42017] | tonio | 1 | -2/+2 |
2009-09-07 | Update lang/ocaml to 3.11.1 [PR pkg/41695] | tonio | 21 | -305/+249 |
2009-01-22 | Add a patch so that this package builds for our powerpc ports | he | 1 | -0/+38 |
2008-01-29 | Added x86_64-*-solaris to the list of supported platforms. This fixes | rillig | 1 | -8/+16 |