summaryrefslogtreecommitdiff
path: root/lang/ocaml
AgeCommit message (Expand)AuthorFilesLines
2014-11-25linker flag hack is required on Darwin prior to 9 too.obache1-3/+3
2014-11-21ARM assembler glue needs either Thumb or ARMv6 with emulation for onejoerg2-1/+15
2014-11-20Really match all ARM variants.joerg1-2/+2
2014-11-20Match all ARM variants.joerg1-2/+2
2014-11-01add some missing files for 4.02.0.obache1-1/+5
2014-10-13Extra patch - syntactical change only, but needed for x11/ocaml-graphicsjaapb2-1/+17
2014-10-09Update to ocaml 4.02.0. Main changes (apart from ocamldoc and bugfixes, seejaapb33-797/+533
2014-05-13Added comments to gethostbyname/addr patchesjaapb3-5/+7
2014-05-13Moved compiler libs from PLIST to PLIST.opt - they are only installed withjaapb2-50/+98
2014-03-13Set USE_GCC_RUNTIME=yes for packages which build shared libraries but dojperkin1-1/+3
2014-03-11Don't limit the stub functions to x86_64 only on newer Darwin, i386jperkin1-3/+3
2014-01-17Fix build on Darwin 9.pho1-1/+19
2013-12-21fix gethostbyfoo_r lossage.christos4-3/+35
2013-12-10natdynlink should only be enabled for 64-bit Darwin. Fixes 32-bit build.jperkin1-2/+2
2013-11-04Don't use -fno-defer-pop.joerg2-3/+67
2013-11-01Update of lang/ocaml to its newest version, 4.01. Changes, apart fromjaapb12-143/+102
2013-10-27Don't force -fno-defer-pop.joerg2-3/+66
2013-03-15Note that there's a difference using this rather than the older.is1-2/+2
2013-03-14PKGREVISIOn does not belong in Makefile.common.wiz2-3/+4
2013-03-14bump PKGREVISION to 4.00.1nb2is2-5/+3
2013-03-14ocamlmklib adds absolute directories (that is, such starting withis3-2/+46
2013-03-04add Darwin to platforms that use PLIST.natdynlinkdbj1-2/+3
2013-02-18Removed the bytecomp_bytelink.ml patch, as suggested by degroote@ - itjaapb6-38/+15
2013-01-25Fix build on 32-bit Solaris when the assembler is 64-bit by default.jperkin2-19/+21
2012-12-18Add support for 64-bit Solaris.jperkin2-18/+20
2012-12-04Updated patch to correct build failure.jaapb2-8/+19
2012-10-26Updated patch-configure to correct a build failure on DragonFly BSDjaapb2-3/+12
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-11Removed obsolete and/or renamed patches.jaapb8-196/+0
2012-10-08Update to version 4.00.1. Renamed patches from two-letter system and addedjaapb51-798/+858
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-24On Linux libieee can only appear once on the linker command line.sbd2-3/+14
2012-06-22When linking with X11 add an rpath to X11 libdir.sbd2-5/+20
2012-06-22When linking with a non-builtin BDB an rpath to it libdir is needed.sbd2-3/+10
2012-03-12Fix SunOS linker/as args.fhajny3-21/+41
2012-03-04Update to O'Caml 3.12.1asau8-147/+61
2011-12-06Add missing mk/termcap buildlink.sbd2-4/+8
2011-11-27omake tries to link with the ocaml runtime directly. This fails asjoerg3-3/+37
2011-11-27lang/ocaml: Add DragonFly64, natdynload, and gprof supportmarino3-15/+42
2011-08-15Fix build with binutils-2.21. From Florian Walpen in PR 45246.wiz3-5/+57
2011-08-08PKGREVISION must not be in Makefile.common.obache2-3/+4
2011-07-28Fix PLIST on Darwin-11.*-x86_64.minskim1-2/+2
2011-07-26Fix native dynamic detection on amd64 - thanks riastradh@ for pointerabs2-4/+4
2011-07-20Enable native dynamic loading support on NetBSD/{i386,amd64}.riastradh4-19/+43
2011-03-29Pass CFLAGS and LDFLAGS to the compiler (fixes problems e.g. on Mac OS X); pk...adam7-55/+63
2010-12-19- Enable native compilation for arm.is6-19/+118
2010-11-28Make this package work again on architectures where we don't compileis5-48/+73
2010-10-28Add PLIST support for natdynlinktonio2-1/+18
2010-08-21Unlimit stacksize, needed at least on my 5.99.38/amd64.wiz1-1/+2
2010-08-19Update to O'Caml 3.12.0, add test target.asau16-169/+175