diff options
author | jtb <jtb@pkgsrc.org> | 2003-06-29 23:04:18 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-06-29 23:04:18 +0000 |
commit | c436359bb462061709b40bf7d6b7bed393f08a83 (patch) | |
tree | 75bfebb7e5fc05261cb15ebe4948e9ca75873d1b /lang/ocaml/PLIST.opt | |
parent | 1c88b3ccbefd2236743b9db346e38729fbc0215d (diff) | |
download | pkgsrc-c436359bb462061709b40bf7d6b7bed393f08a83.tar.gz |
* Use ".L" instead of "L" as label prefix on sparc
* For consistency use SYS_bsd for system type
on powerpc. We differ from SYS_elf (presumably Linux) on
a few points here anyway.
* Fix signal handling on powerpc which caused a
seg fault when compiling native code version of coq.
* Install ocamllex.opt, camlp4o.opt and camlp4r.opt too.
Diffstat (limited to 'lang/ocaml/PLIST.opt')
-rw-r--r-- | lang/ocaml/PLIST.opt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lang/ocaml/PLIST.opt b/lang/ocaml/PLIST.opt index c9258380acb..1e8c37608e8 100644 --- a/lang/ocaml/PLIST.opt +++ b/lang/ocaml/PLIST.opt @@ -1,5 +1,9 @@ -@comment $NetBSD: PLIST.opt,v 1.3 2002/08/22 02:56:51 jschauma Exp $ +@comment $NetBSD: PLIST.opt,v 1.4 2003/06/29 23:04:18 jtb Exp $ +bin/camlp4o.opt +bin/camlp4r.opt bin/ocamlc.opt +bin/ocamldoc.opt +bin/ocamllex.opt bin/ocamlopt bin/ocamlopt.opt lib/ocaml/arg.cmx @@ -173,6 +177,9 @@ lib/ocaml/nums.a lib/ocaml/nums.cmxa lib/ocaml/obj.cmx lib/ocaml/obj.p.cmx +lib/ocaml/ocamldoc/odoc_info.a +lib/ocaml/ocamldoc/odoc_info.cmxa +lib/ocaml/ocamldoc/odoc_opt.cmi lib/ocaml/oo.cmx lib/ocaml/oo.p.cmx lib/ocaml/parsing.cmx |