pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-findlib



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Nov 27 13:53:46 UTC 2018

Modified Files:
        pkgsrc/devel/ocaml-findlib: Makefile PLIST buildlink3.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/ocaml-findlib/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ocaml-findlib/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ocaml-findlib/buildlink3.mk

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

Modified files:

Index: pkgsrc/devel/ocaml-findlib/Makefile
diff -u pkgsrc/devel/ocaml-findlib/Makefile:1.41 pkgsrc/devel/ocaml-findlib/Makefile:1.42
--- pkgsrc/devel/ocaml-findlib/Makefile:1.41    Mon Nov 12 16:10:19 2018
+++ pkgsrc/devel/ocaml-findlib/Makefile Tue Nov 27 13:53:46 2018
@@ -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/
 

Index: pkgsrc/devel/ocaml-findlib/PLIST
diff -u pkgsrc/devel/ocaml-findlib/PLIST:1.18 pkgsrc/devel/ocaml-findlib/PLIST:1.19
--- pkgsrc/devel/ocaml-findlib/PLIST:1.18       Tue Nov 13 21:08:34 2018
+++ pkgsrc/devel/ocaml-findlib/PLIST    Tue Nov 27 13:53:46 2018
@@ -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
 ${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

Index: pkgsrc/devel/ocaml-findlib/buildlink3.mk
diff -u pkgsrc/devel/ocaml-findlib/buildlink3.mk:1.13 pkgsrc/devel/ocaml-findlib/buildlink3.mk:1.14
--- pkgsrc/devel/ocaml-findlib/buildlink3.mk:1.13       Thu Jul 19 15:15:22 2018
+++ pkgsrc/devel/ocaml-findlib/buildlink3.mk    Tue Nov 27 13:53:46 2018
@@ -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 @@ BUILDLINK_TREE+=        ocaml-findlib
 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