Commit Graph

67 Commits

Author SHA1 Message Date
merdely
f525d52359 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN 2007-09-16 00:27:05 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
avsm
48ff1ec042 - support shared libraries in OCaml, for dynamic top level to work.
- fix bad string handling in ocamlyacc, spotted by Ray Lai w/ malloc flags
- bump PKGNAME
2007-02-08 14:32:57 +00:00
avsm
7cc55a266c relax the build/run depends restriction to ocaml-3.09.3* so that it will
still match minor package bumps, suggested by steven@
2006-12-26 22:38:35 +00:00
avsm
58d761b343 Update to ocaml-3.09.3, mainly bugfixes (no language changes).
Also modify ocaml.port.mk to depend on the exact version of ocaml being
compiled against, since the OCaml library format makes no guarantees about
working across versions.  This dependency should ensure that packages compiled
against different ocaml versions aren't mixed and matched.
2006-12-26 22:07:18 +00:00
steven
3fa7fd5027 USE_X11 2006-11-13 11:20:24 +00:00
avsm
fc2bc22542 support findlib destdir for easier packaging of ocaml modules 2006-05-29 03:44:49 +00:00
avsm
e32ee88cb0 upgrade to ocaml-3.09.2, sturm@ ok 2006-05-28 15:28:53 +00:00
avsm
c9f49b6af4 update to ocaml-3.08.4 2005-09-23 14:23:42 +00:00
robert
b679057ca9 native code does not work on arm. this change unbreaks a couple of
ports because they think that we have a native ocaml but we don't.
2005-08-09 15:22:54 +00:00
avsm
645067bbcc bump PKGNAME for the amd64 native code fix 2005-06-13 23:22:43 +00:00
avsm
25033581a4 fix a rare bug in amd64 native code output that might trigger on
tail recursive functions with > 9 arguments. from ocaml cvs
2005-06-13 23:21:55 +00:00
avsm
9882ae47c3 native code works on the zaurus now! 2005-05-28 20:55:45 +00:00
avsm
d69c5dc23c upgrade to ocaml-3.08.3, tested on many architectures by krw@ 2005-05-09 13:50:41 +00:00
alek
939bc6c55e Add WANTLIB marker 2005-01-25 15:56:38 +00:00
sturm
c089b588ca fix documentation 2005-01-22 14:28:38 +00:00
naddy
a8817eabcc SIZE 2005-01-05 16:50:35 +00:00
espie
ed6943c884 fix dependencies, bump pkgname. 2004-11-14 12:47:50 +00:00
espie
5611952243 new style fragment, much simpler thanks to recursion. 2004-09-15 19:10:00 +00:00
espie
64037f3f03 new PLISTs
kde is shared_only -> ditch PFRAG.shared*
2004-08-11 10:42:54 +00:00
xsa
a3237a6832 prepare for new-style MODULES. ok sturm@. 2004-08-10 20:39:37 +00:00
avsm
b35f147a2f oops 2004-06-22 18:15:58 +00:00
avsm
a2d7c405b0 support native code compilation (ocamlopt) on macppc as well, for nordin@
to hack on
2004-06-22 18:14:44 +00:00
avsm
38d22ae504 remove old binutils workaround on amd64 native code compilation now that
we have binutils-2.14
2004-06-21 18:38:48 +00:00
avsm
0389ade289 better assembly for our gas; restore 'a' and @progdata 2004-03-06 17:28:03 +00:00
avsm
3e4e4f565a support native code compilation on amd64, resulting in crazy fast ocaml
sturm@, pvalchev@ ok
2004-03-05 21:54:35 +00:00
sturm
713999d7c0 enable profiling support on all native archs to fix packaging
tested by pval(alpha) and marcm(sparc) thanks!
2004-01-25 17:02:59 +00:00
sturm
44b74a857b update to ocaml 3.07 2003-12-31 17:05:28 +00:00
jose
a555f96092 update to tcl/tk 8.4
bring in patches from ocaml anoncvs to deal with API change
ok brad@ naddy@
2003-12-27 23:29:31 +00:00
naddy
2276d3b230 remove WWW lines 2003-12-15 21:42:08 +00:00
sturm
62600d161c these remove some 64bit warnings
from naddy@, thanks
2002-12-15 17:52:44 +00:00
sturm
c9ebe13829 remove hardcoded "-O" from compiler calls
naddy@ OK
2002-12-14 20:03:21 +00:00
sturm
2dc2bc39e0 This adds support for flavored ocaml ports.
Because of the distinction between nativecode and bytecodefiles in ocaml-
ports, special filenames have to be used for flavors. These are documented
in the modul.

naddy@ OK
2002-11-26 20:11:24 +00:00
sturm
c539ea8fde set MAINTAINER to sturm@openbsd.org
naddy@ OK
2002-11-22 16:43:44 +00:00
sturm
ce795aa2f0 {RUN,BUILD}_DEPENDS+= :ocaml-*:lang/ocaml -> ::lang/ocaml 2002-11-22 15:13:42 +00:00
naddy
f107824102 First cut at OCaml module.
From: Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>
2002-11-13 21:42:15 +00:00
lebel
42d1432480 oups, this was a new file 2002-09-16 18:55:04 +00:00
lebel
b160b04516 this now builds on macppc and sparc64,
thanks to Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>
2002-09-16 18:54:37 +00:00
pvalchev
a626ddb9df New maintainer Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>
angelos ok
2002-09-14 03:21:29 +00:00
pvalchev
23cceff11f at least recognise OpenBSD/macppc, does not work yet fully; from Nikolay Sturm 2002-09-12 17:02:47 +00:00
pvalchev
bc8ba8602a not for macppc, for now 2002-09-12 17:01:16 +00:00
pvalchev
85273af281 .section .rodata rather than .rdata on alpha; suggested by art@ 2002-09-11 04:41:40 +00:00
lebel
5769198ff0 NOT_FOR_ARCHS=sparc64; this needs to be investigated 2002-09-10 18:09:25 +00:00
naddy
3e98d5ff11 Update to 3.06 which includes camlp4.
From Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.
2002-08-25 20:44:40 +00:00
espie
e82b62f79c Bump NEED_VERSION 2002-03-21 21:09:16 +00:00
espie
e3edfb9aea md5->distinfo 2002-03-21 20:20:41 +00:00
heko
d39ffb7312 Handle LOCALBASE != /usr/local, X11BASE != /usr/X11R6, pass on
CC and CFLAGS
ok: maintainer angelos@
2001-09-11 22:21:51 +00:00
angelos
9b86df13e9 Update to ocaml 3.02 --- from bk@rt.fm 2001-08-22 00:32:00 +00:00
pvalchev
350d5aac24 PREFIX -> LOCALBASE 2001-07-27 05:06:43 +00:00
lebel
5137d97f38 lang: integrate COMMENT, bump NEED_VERSION. 2001-05-06 01:27:52 +00:00