Age | Commit message (Expand) | Author | Files | Lines |
2015-01-26 | Added a patch that fixes signal handlers on i386. | jaapb | 2 | -6/+16 |
2015-01-20 | This is an update of OCaml to 4.02.1. Changes are listed below. There is also | jaapb | 16 | -37/+254 |
2014-12-15 | The "rename" rule is a published synonym for the "opt" transform rule, however | jperkin | 1 | -2/+2 |
2014-11-25 | linker flag hack is required on Darwin prior to 9 too. | obache | 1 | -3/+3 |
2014-11-21 | ARM assembler glue needs either Thumb or ARMv6 with emulation for one | joerg | 2 | -1/+15 |
2014-11-20 | Really match all ARM variants. | joerg | 1 | -2/+2 |
2014-11-20 | Match all ARM variants. | joerg | 1 | -2/+2 |
2014-11-01 | add some missing files for 4.02.0. | obache | 1 | -1/+5 |
2014-10-13 | Extra patch - syntactical change only, but needed for x11/ocaml-graphics | jaapb | 2 | -1/+17 |
2014-10-09 | Update to ocaml 4.02.0. Main changes (apart from ocamldoc and bugfixes, see | jaapb | 33 | -797/+533 |
2014-05-13 | Added comments to gethostbyname/addr patches | jaapb | 3 | -5/+7 |
2014-05-13 | Moved compiler libs from PLIST to PLIST.opt - they are only installed with | jaapb | 2 | -50/+98 |
2014-03-13 | Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do | jperkin | 1 | -1/+3 |
2014-03-11 | Don't limit the stub functions to x86_64 only on newer Darwin, i386 | jperkin | 1 | -3/+3 |
2014-01-17 | Fix build on Darwin 9. | pho | 1 | -1/+19 |
2013-12-21 | fix gethostbyfoo_r lossage. | christos | 4 | -3/+35 |
2013-12-10 | natdynlink should only be enabled for 64-bit Darwin. Fixes 32-bit build. | jperkin | 1 | -2/+2 |
2013-11-04 | Don't use -fno-defer-pop. | joerg | 2 | -3/+67 |
2013-11-01 | Update of lang/ocaml to its newest version, 4.01. Changes, apart from | jaapb | 12 | -143/+102 |
2013-10-27 | Don't force -fno-defer-pop. | joerg | 2 | -3/+66 |
2013-03-15 | Note that there's a difference using this rather than the older. | is | 1 | -2/+2 |
2013-03-14 | PKGREVISIOn does not belong in Makefile.common. | wiz | 2 | -3/+4 |
2013-03-14 | bump PKGREVISION to 4.00.1nb2 | is | 2 | -5/+3 |
2013-03-14 | ocamlmklib adds absolute directories (that is, such starting with | is | 3 | -2/+46 |
2013-03-04 | add Darwin to platforms that use PLIST.natdynlink | dbj | 1 | -2/+3 |
2013-02-18 | Removed the bytecomp_bytelink.ml patch, as suggested by degroote@ - it | jaapb | 6 | -38/+15 |
2013-01-25 | Fix build on 32-bit Solaris when the assembler is 64-bit by default. | jperkin | 2 | -19/+21 |
2012-12-18 | Add support for 64-bit Solaris. | jperkin | 2 | -18/+20 |
2012-12-04 | Updated patch to correct build failure. | jaapb | 2 | -8/+19 |
2012-10-26 | Updated patch-configure to correct a build failure on DragonFly BSD | jaapb | 2 | -3/+12 |
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 |
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 | 51 | -798/+858 |
2012-10-02 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 |
2012-06-24 | On Linux libieee can only appear once on the linker command line. | sbd | 2 | -3/+14 |
2012-06-22 | When linking with X11 add an rpath to X11 libdir. | sbd | 2 | -5/+20 |
2012-06-22 | When linking with a non-builtin BDB an rpath to it libdir is needed. | sbd | 2 | -3/+10 |
2012-03-12 | Fix SunOS linker/as args. | fhajny | 3 | -21/+41 |
2012-03-04 | Update to O'Caml 3.12.1 | asau | 8 | -147/+61 |
2011-12-06 | Add missing mk/termcap buildlink. | sbd | 2 | -4/+8 |
2011-11-27 | omake tries to link with the ocaml runtime directly. This fails as | joerg | 3 | -3/+37 |
2011-11-27 | lang/ocaml: Add DragonFly64, natdynload, and gprof support | marino | 3 | -15/+42 |
2011-08-15 | Fix build with binutils-2.21. From Florian Walpen in PR 45246. | wiz | 3 | -5/+57 |
2011-08-08 | PKGREVISION must not be in Makefile.common. | obache | 2 | -3/+4 |
2011-07-28 | Fix PLIST on Darwin-11.*-x86_64. | minskim | 1 | -2/+2 |
2011-07-26 | Fix native dynamic detection on amd64 - thanks riastradh@ for pointer | abs | 2 | -4/+4 |
2011-07-20 | Enable native dynamic loading support on NetBSD/{i386,amd64}. | riastradh | 4 | -19/+43 |
2011-03-29 | Pass CFLAGS and LDFLAGS to the compiler (fixes problems e.g. on Mac OS X); pk... | adam | 7 | -55/+63 |
2010-12-19 | - Enable native compilation for arm. | is | 6 | -19/+118 |
2010-11-28 | Make this package work again on architectures where we don't compile | is | 5 | -48/+73 |