pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/dose3 Updated buidlink3.mk file to reflect API ch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e9fdcea1351
branches:  trunk
changeset: 348911:4e9fdcea1351
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Mon Jun 20 10:39:52 2016 +0000

description:
Updated buidlink3.mk file to reflect API change, revbump, removed unused
patches

diffstat:

 misc/dose3/Makefile                   |   3 ++-
 misc/dose3/buildlink3.mk              |   4 ++--
 misc/dose3/patches/patch-META.in      |  14 --------------
 misc/dose3/patches/patch-configure.ac |  21 ---------------------
 4 files changed, 4 insertions(+), 38 deletions(-)

diffs (73 lines):

diff -r ccda3deb297a -r 4e9fdcea1351 misc/dose3/Makefile
--- a/misc/dose3/Makefile       Mon Jun 20 10:36:38 2016 +0000
+++ b/misc/dose3/Makefile       Mon Jun 20 10:39:52 2016 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2016/06/19 10:36:58 jaapb Exp $
+# $NetBSD: Makefile,v 1.8 2016/06/20 10:39:52 jaapb Exp $
 
 DISTNAME=      dose3-5.0~rc2
 PKGNAME=       dose3-5.0rc2
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  https://gforge.inria.fr/frs/download.php/file/35957/
 
diff -r ccda3deb297a -r 4e9fdcea1351 misc/dose3/buildlink3.mk
--- a/misc/dose3/buildlink3.mk  Mon Jun 20 10:36:38 2016 +0000
+++ b/misc/dose3/buildlink3.mk  Mon Jun 20 10:39:52 2016 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.2 2014/11/06 11:59:17 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2016/06/20 10:39:52 jaapb Exp $
 
 BUILDLINK_TREE+=       dose3
 
 .if !defined(DOSE3_BUILDLINK3_MK)
 DOSE3_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.dose3+=  dose3>=3.3beta2nb1
+BUILDLINK_API_DEPENDS.dose3+=  dose3>=5.0rc2
 BUILDLINK_PKGSRCDIR.dose3?=    ../../misc/dose3
 
 .include "../../devel/ocaml-extlib/buildlink3.mk"
diff -r ccda3deb297a -r 4e9fdcea1351 misc/dose3/patches/patch-META.in
--- a/misc/dose3/patches/patch-META.in  Mon Jun 20 10:36:38 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-META.in,v 1.1 2014/10/27 12:01:36 jaapb Exp $
-
-Proper ocamlgraph detection
---- META.in.orig       2014-10-21 11:45:17.000000000 +0000
-+++ META.in
-@@ -2,7 +2,7 @@ description = "Dose3 libraries"
- version = "@PACKAGE_VERSION@"
- archive(byte) = "common.cma algo.cma debian.cma eclipse.cma csw.cma"
- archive(native) = "common.cmxa algo.cmxa debian.cmxa eclipse.cmxa csw.cmxa"
--requires = "extlib, re.pcre, cudf, ocamlgraph, unix, @ZIP@, @BZ2@"
-+requires = "extlib, re.pcre, cudf, @OCAMLGRAPH@, unix, @ZIP@, @BZ2@"
- 
- package "common" (
- version = "@PACKAGE_VERSION@"
diff -r ccda3deb297a -r 4e9fdcea1351 misc/dose3/patches/patch-configure.ac
--- a/misc/dose3/patches/patch-configure.ac     Mon Jun 20 10:36:38 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-configure.ac,v 1.1 2014/10/27 12:01:36 jaapb Exp $
-
-Proper ocamlgraph detection
---- configure.ac.orig  2014-10-21 11:45:17.000000000 +0000
-+++ configure.ac
-@@ -147,6 +147,7 @@ if test "$HAS_OCAMLGRAPH" = "yes" ; then
-   MLPACK_OCAMLGRAPH="Defaultgraphs Statistics Dominators Strongdeps Strongdeps_int Strongconflicts Strongconflicts_int"
-   DOC_OCAMLGRAPH="algo/Strongdeps algo/Strongconflicts algo/Strongdeps_int algo/Strongconflicts_int algo/Defaultgraphs algo/Statistics"
-   CONFIG_OCAMLGRAPH="-DHASOCAMLGRAPH"
-+      OCAMLGRAPH=ocamlgraph
- fi
- 
- AC_ARG_WITH(curl,
-@@ -286,6 +287,7 @@ AC_SUBST(MLPACK_OCAMLGRAPH)
- AC_SUBST(DOC_OCAMLGRAPH)
- AC_SUBST(PKG_OCAMLGRAPH)
- AC_SUBST(CONFIG_OCAMLGRAPH)
-+AC_SUBST(OCAMLGRAPH)
- 
- AC_SUBST(PKG_CURL)
- 



Home | Main Index | Thread Index | Old Index