pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ocaml Move some files that were mis-listed in PLI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dca2b2b0cc05
branches:  trunk
changeset: 495781:dca2b2b0cc05
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jun 20 07:41:49 2005 +0000

description:
Move some files that were mis-listed in PLIST into PLIST.opt.  Those
files are only built and installed if "opt" is passed as a build
target.  This fixes installation on platforms on which the native-code
compiler is not supported, e.g. NetBSD/amd64.

diffstat:

 lang/ocaml/PLIST     |  4 +---
 lang/ocaml/PLIST.opt |  4 +++-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (50 lines):

diff -r f196ddea3938 -r dca2b2b0cc05 lang/ocaml/PLIST
--- a/lang/ocaml/PLIST  Mon Jun 20 07:20:40 2005 +0000
+++ b/lang/ocaml/PLIST  Mon Jun 20 07:41:49 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2005/03/24 11:32:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2005/06/20 07:41:49 jlam Exp $
 bin/camlp4
 bin/camlp4o
 bin/camlp4r
@@ -174,7 +174,6 @@
 lib/ocaml/libnums.a
 lib/ocaml/libstr.a
 lib/ocaml/libthreads.a
-lib/ocaml/libthreadsnat.a
 lib/ocaml/libunix.a
 lib/ocaml/list.cmi
 lib/ocaml/list.ml
@@ -321,7 +320,6 @@
 lib/ocaml/threads/mutex.cmi
 lib/ocaml/threads/thread.cmi
 lib/ocaml/threads/threadUnix.cmi
-lib/ocaml/threads/threads.a
 lib/ocaml/threads/threads.cma
 lib/ocaml/topdirs.cmi
 lib/ocaml/toplevellib.cma
diff -r f196ddea3938 -r dca2b2b0cc05 lang/ocaml/PLIST.opt
--- a/lang/ocaml/PLIST.opt      Mon Jun 20 07:20:40 2005 +0000
+++ b/lang/ocaml/PLIST.opt      Mon Jun 20 07:41:49 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.opt,v 1.9 2005/03/24 11:32:50 adam Exp $
+@comment $NetBSD: PLIST.opt,v 1.10 2005/06/20 07:41:49 jlam Exp $
 bin/camlp4o.opt
 bin/camlp4r.opt
 bin/ocamlc.opt
@@ -105,6 +105,7 @@
 lib/ocaml/lexing.cmx
 lib/ocaml/libasmrun.a
 lib/ocaml/libasmrunp.a
+lib/ocaml/libthreadsnat.a
 lib/ocaml/list.cmx
 lib/ocaml/listLabels.cmx
 lib/ocaml/map.cmx
@@ -153,6 +154,7 @@
 lib/ocaml/threads/mutex.cmx
 lib/ocaml/threads/thread.cmx
 lib/ocaml/threads/threadUnix.cmx
+lib/ocaml/threads/threads.a
 lib/ocaml/threads/threads.cmxa
 lib/ocaml/unix.a
 lib/ocaml/unix.cmx



Home | Main Index | Thread Index | Old Index