pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Mon Jul 15 09:36:26 UTC 2019

Modified Files:
        pkgsrc/mk: ocaml.mk

Log Message:
Changes to mk/ocaml.mk, commentary and bugfix

Install bytecode files unstripped.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/mk/ocaml.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/ocaml.mk
diff -u pkgsrc/mk/ocaml.mk:1.24 pkgsrc/mk/ocaml.mk:1.25
--- pkgsrc/mk/ocaml.mk:1.24     Tue May 14 15:35:19 2019
+++ pkgsrc/mk/ocaml.mk  Mon Jul 15 09:36:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: ocaml.mk,v 1.24 2019/05/14 15:35:19 jaapb Exp $
+# $NetBSD: ocaml.mk,v 1.25 2019/07/15 09:36:26 jaapb Exp $
 #
 # This Makefile fragment handles the common variables used by OCaml packages.
 #
@@ -23,7 +23,7 @@
 # OCAML_USE_OASIS_DYNRUN [implies OCAML_USE_OASIS]
 # package uses oasis.dynrun
 # OCAML_USE_OPAM
-# package uses OPAM installer
+# package uses OPAM installer [implies OCAML_USE_FINDLIB]
 # OCAML_USE_TOPKG
 # package uses topkg [implies OCAML_USE_FINDLIB]
 # OCAML_USE_JBUILDER
@@ -194,6 +194,9 @@ PLIST_VARS+=        ocaml-opt
 # The opt compiler needs the C compiler suite
 USE_LANGUAGES+=        c
 PLIST.ocaml-opt=       yes
+.else
+# If we're bytecode compiling, don't strip executables
+INSTALL_UNSTRIPPED=    yes
 .endif
 
 #



Home | Main Index | Thread Index | Old Index