pkgsrc-WIP-changes archive

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

mark packages as broken where the dependency is not yet(?) imported ocaml-cppo: mark as broken due to unsatisfiable dependency



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Fri Sep 25 17:30:49 2015 +0200
Changeset:	70abb6ed5e639d700af071c2d0e0372d66f425d7

Modified Files:
	ocaml-yojson/Makefile
	py-chompack/Makefile

Log Message:
mark packages as broken where the dependency is not yet(?) imported
ocaml-cppo: mark as broken due to unsatisfiable dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=70abb6ed5e639d700af071c2d0e0372d66f425d7

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

diffstat:
 ocaml-yojson/Makefile | 3 ++-
 py-chompack/Makefile  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/ocaml-yojson/Makefile b/ocaml-yojson/Makefile
index b4287e9..8dc5116 100644
--- a/ocaml-yojson/Makefile
+++ b/ocaml-yojson/Makefile
@@ -10,7 +10,8 @@ HOMEPAGE=	http://mjambon.com/yojson.html
 COMMENT=	JSON parsing and printing library for OCaml
 LICENSE=	modified-bsd
 
-DEPENDS+=	ocaml-cppo-[0-9]*:../../wip/ocaml-cppo
+BROKEN=		depends on nonexistent ocaml-cppo package
+#DEPENDS+=	ocaml-cppo-[0-9]*:../../wip/ocaml-cppo
 
 USE_TOOLS+=	gmake
 BUILD_TARGET+=	all opt
diff --git a/py-chompack/Makefile b/py-chompack/Makefile
index 6948df6..375f59a 100644
--- a/py-chompack/Makefile
+++ b/py-chompack/Makefile
@@ -10,7 +10,8 @@ HOMEPAGE=	http://cvxopt.github.io/chompack/
 COMMENT=	Library for chordal matrix computations
 LICENSE=	gnu-gpl-v3
 
-DEPENDS+=	${PYPKGPREFIX}-cvxopt>=1.1.7:../../wip/py-cvxopt
+BROKEN=		depends on missing py-cvxopt package
+#DEPENDS+=	${PYPKGPREFIX}-cvxopt>=1.1.7:../../wip/py-cvxopt
 
 PYDISTUTILSPKG=	yes
 


Home | Main Index | Thread Index | Old Index