svn commit: r560008 - in head: devel/py-libioc sysutils/ioc

Danilo G. Baio dbaio at FreeBSD.org
Sun Jan 3 14:38:20 UTC 2021


Author: dbaio
Date: Sun Jan  3 14:38:19 2021
New Revision: 560008
URL: https://svnweb.freebsd.org/changeset/ports/560008

Log:
  devel/py-libioc, sysutils/ioc: Mark BROKEN
  
  devel/py-libioc fallouts https://portsfallout.com/port/8064/
  
  Reported by:	pkg-fallout

Modified:
  head/devel/py-libioc/Makefile
  head/sysutils/ioc/Makefile

Modified: head/devel/py-libioc/Makefile
==============================================================================
--- head/devel/py-libioc/Makefile	Sun Jan  3 14:34:33 2021	(r560007)
+++ head/devel/py-libioc/Makefile	Sun Jan  3 14:38:19 2021	(r560008)
@@ -11,6 +11,8 @@ COMMENT=	Library to manage jails with iocage and iocel
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}GitPython>0:devel/py-gitpython@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}libzfs>0:devel/py-libzfs@${PY_FLAVOR} \

Modified: head/sysutils/ioc/Makefile
==============================================================================
--- head/sysutils/ioc/Makefile	Sun Jan  3 14:34:33 2021	(r560007)
+++ head/sysutils/ioc/Makefile	Sun Jan  3 14:38:19 2021	(r560008)
@@ -10,6 +10,8 @@ COMMENT=	Jail management CLI using libioc
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN=		needs devel/py-libioc
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}libioc>0:devel/py-libioc@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}texttable>0:textproc/py-texttable@${PY_FLAVOR}


More information about the svn-ports-all mailing list