Path to this page:
./
lang/ocaml,
The latest implementation of the Caml dialect of ML
Branch: pkgsrc-2017Q3,
Version: 4.05.0nb1,
Package name: ocaml-4.05.0nb1,
Maintainer: jaapbObjective Caml is the latest implementation of the Caml dialect of ML. The main
novelties compared with its ancestor, Caml Light, are:
* Full support for objects and classes -- here combined for the first time
with ML-style type reconstruction.
* A powerful module calculus in the style of Standard ML (but retaining
separate compilation).
* A high-performance native code compiler (in addition to a Caml
Light-style bytecode compiler).
Required to build:[
pkgtools/cwrappers]
Package options: pic
Master sites:
SHA1: ef9e3febed311cf9331baefd2999961b36f849cb
RMD160: 67b299c3abe032f955e95eac106c32664351453c
Filesize: 3821.366 KB
Version history: (Expand)
- (2017-10-15) Updated to version: ocaml-4.05.0nb1
- (2017-09-29) Package added to pkgsrc.se, version ocaml-4.05.0 (created)
CVS history: (Expand)
2017-10-15 13:49:07 by S.P.Zeidler | Files touched by this commit (7) |
Log message:
Pullup ticket #5568 - requested by he
lang/ocaml: fix for NetBSD/powerpc
Revisions pulled up:
- lang/ocaml/Makefile 1.115
- lang/ocaml/PLIST 1.44
- lang/ocaml/distinfo 1.111
- lang/ocaml/patches/patch-asmrun_signals__osdep.h 1.2
- lang/ocaml/patches/patch-configure 1.25
- lang/ocaml/patches/patch-testsuite_tests_lib-dynlink-native_Makefile 1.1
- lang/ocaml/patches/patch-testsuite_tests_tool-ocamldoc-man_Makefile 1.3
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: he
Date: Tue Oct 10 12:10:05 UTC 2017
Modified Files:
pkgsrc/lang/ocaml: Makefile PLIST distinfo
pkgsrc/lang/ocaml/patches: patch-asmrun_signals__osdep.h
patch-configure
Added Files:
pkgsrc/lang/ocaml/patches:
patch-testsuite_tests_lib-dynlink-native_Makefile
patch-testsuite_tests_tool-ocamldoc-man_Makefile
Log message:
Apply the required fixes to make this work again on NetBSD/powerpc.
A similar set of changes has been sent upstream.
OK by jaapb@
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/lang/ocaml/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/lang/ocaml/PLIST
cvs rdiff -u -r1.110 -r1.111 pkgsrc/lang/ocaml/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/lang/ocaml/patches/patch-asmrun_signals__osdep.h
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/ocaml/patches/patch-configure
cvs rdiff -u -r0 -r1.1 \
pkgsrc/lang/ocaml/patches/patch-testsuite_tests_lib-dynlink-native_Makefile
cvs rdiff -u -r0 -r1.3 \
pkgsrc/lang/ocaml/patches/patch-testsuite_tests_tool-ocamldoc-man_Makefile
|