pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ocamlnet Added missing optional findlib directory ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebcf472e27ac
branches:  trunk
changeset: 369770:ebcf472e27ac
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Wed Oct 04 13:08:20 2017 +0000

description:
Added missing optional findlib directory to net/ocamlnet

diffstat:

 net/ocamlnet/Makefile      |  4 ++--
 net/ocamlnet/buildlink3.mk |  4 ++--
 net/ocamlnet/options.mk    |  3 ++-
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (49 lines):

diff -r 8340e3ec5d54 -r ebcf472e27ac net/ocamlnet/Makefile
--- a/net/ocamlnet/Makefile     Wed Oct 04 12:58:43 2017 +0000
+++ b/net/ocamlnet/Makefile     Wed Oct 04 13:08:20 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2017/09/18 09:53:31 maya Exp $
+# $NetBSD: Makefile,v 1.43 2017/10/04 13:08:20 jaapb Exp $
 #
 
 DISTNAME=              ocamlnet-4.1.4
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            net
 MASTER_SITES=          http://download.camlcity.org/download/
 
diff -r 8340e3ec5d54 -r ebcf472e27ac net/ocamlnet/buildlink3.mk
--- a/net/ocamlnet/buildlink3.mk        Wed Oct 04 12:58:43 2017 +0000
+++ b/net/ocamlnet/buildlink3.mk        Wed Oct 04 13:08:20 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2017/09/04 18:17:47 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2017/10/04 13:08:20 jaapb Exp $
 
 BUILDLINK_TREE+=       ocamlnet
 
@@ -6,7 +6,7 @@
 OCAMLNET_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocamlnet+=       ocamlnet>=4.1.2
-BUILDLINK_ABI_DEPENDS.ocamlnet+=       ocamlnet>=4.1.4
+BUILDLINK_ABI_DEPENDS.ocamlnet+=       ocamlnet>=4.1.4nb3
 BUILDLINK_PKGSRCDIR.ocamlnet?= ../../net/ocamlnet
 
 .endif # OCAMLNET_BUILDLINK3_MK
diff -r 8340e3ec5d54 -r ebcf472e27ac net/ocamlnet/options.mk
--- a/net/ocamlnet/options.mk   Wed Oct 04 12:58:43 2017 +0000
+++ b/net/ocamlnet/options.mk   Wed Oct 04 13:08:20 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2017/07/17 12:30:55 jaapb Exp $
+# $NetBSD: options.mk,v 1.8 2017/10/04 13:08:20 jaapb Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ocamlnet
 PKG_SUPPORTED_OPTIONS= gtk gtk2 gnutls cmxs
@@ -36,6 +36,7 @@
 .if !empty(PKG_OPTIONS:Mgnutls)
 .  include "../../security/gnutls/buildlink3.mk"
 PLIST.gnutls=          yes
+OCAML_FINDLIB_DIRS+=   nettls-gnutls
 CONFIGURE_ARGS+=       -enable-gnutls
 .else
 CONFIGURE_ARGS+=       -disable-gnutls



Home | Main Index | Thread Index | Old Index