In previous versions of ocaml, native dynlink support was enabled. This is apparently no longer the case in the latest version, which breaks some ocaml ports (such as cduce) and makes others needlessly slower. There should be no problem enabling this feature on FreeBSD systems; although I have only tested this on i386 and amd64 archs. Fix: Add the following patch for this ocaml
Responsible Changed From-To: freebsd-ports-bugs->stas Over to maintainer (via the GNATS Auto Assign Tool)
stas 2011-04-04 02:29:25 UTC FreeBSD ports repository Modified files: lang/ocaml Makefile lang/ocaml/files patch-configure Log: - Re-enable native dynamic linking on FreeBSD. - Bump port revision. PR: ports/156159 Submitted by: Johan van Selst <johans@stack.nl> Pointy hat to: me Revision Changes Path 1.71 +1 -1 ports/lang/ocaml/Makefile 1.14 +14 -6 ports/lang/ocaml/files/patch-configure _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!