pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-findlib Made file optional in devel/ocaml-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ec9be2bc830
branches:  trunk
changeset: 315571:7ec9be2bc830
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Nov 27 13:53:46 2018 +0000

description:
Made file optional in devel/ocaml-findlib.

The graphics/META file might be installed or not depending on presence
of its library. I added it to the PLIST as an option to reflect this.

diffstat:

 devel/ocaml-findlib/Makefile      |  4 ++--
 devel/ocaml-findlib/PLIST         |  3 ++-
 devel/ocaml-findlib/buildlink3.mk |  4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (49 lines):

diff -r c8b2f9427f89 -r 7ec9be2bc830 devel/ocaml-findlib/Makefile
--- a/devel/ocaml-findlib/Makefile      Tue Nov 27 13:31:57 2018 +0000
+++ b/devel/ocaml-findlib/Makefile      Tue Nov 27 13:53:46 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2018/11/12 16:10:19 jaapb Exp $
+# $NetBSD: Makefile,v 1.42 2018/11/27 13:53:46 jaapb Exp $
 
 DISTNAME=              findlib-1.8.0
 PKGNAME=               ocaml-${DISTNAME}
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            devel
 MASTER_SITES=          http://download.camlcity.org/download/
 
diff -r c8b2f9427f89 -r 7ec9be2bc830 devel/ocaml-findlib/PLIST
--- a/devel/ocaml-findlib/PLIST Tue Nov 27 13:31:57 2018 +0000
+++ b/devel/ocaml-findlib/PLIST Tue Nov 27 13:53:46 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2018/11/13 21:08:34 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.19 2018/11/27 13:53:46 jaapb Exp $
 bin/ocamlfind
 ${OCAML_SITELIB}/bigarray/META
 ${OCAML_SITELIB}/bytes/META
@@ -29,6 +29,7 @@
 ${OCAML_SITELIB}/findlib/fl_package_base.mli
 ${OCAML_SITELIB}/findlib/topfind.cmi
 ${OCAML_SITELIB}/findlib/topfind.mli
+@optional ${OCAML_SITELIB}/graphics/META
 ${OCAML_SITELIB}/ocamldoc/META
 ${PLIST.64bit}${OCAML_SITELIB}/raw_spacetime/META
 ${OCAML_SITELIB}/stdlib/META
diff -r c8b2f9427f89 -r 7ec9be2bc830 devel/ocaml-findlib/buildlink3.mk
--- a/devel/ocaml-findlib/buildlink3.mk Tue Nov 27 13:31:57 2018 +0000
+++ b/devel/ocaml-findlib/buildlink3.mk Tue Nov 27 13:53:46 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.13 2018/07/19 15:15:22 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2018/11/27 13:53:46 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-findlib
 
@@ -6,7 +6,7 @@
 OCAML_FINDLIB_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-findlib+=  ocaml-findlib>=1.2
-BUILDLINK_ABI_DEPENDS.ocaml-findlib+=  ocaml-findlib>=1.8.0nb2
+BUILDLINK_ABI_DEPENDS.ocaml-findlib+=  ocaml-findlib>=1.8.0nb4
 BUILDLINK_PKGSRCDIR.ocaml-findlib?=    ../../devel/ocaml-findlib
 
 BUILDLINK_TARGETS+=    ocaml-findlib-wrappers ocaml-findlib-ldconf



Home | Main Index | Thread Index | Old Index