svn commit: r349506 - head/lang/kroc

Antoine Brodin antoine at FreeBSD.org
Sat Mar 29 13:19:27 UTC 2014


Author: antoine
Date: Sat Mar 29 13:19:27 2014
New Revision: 349506
URL: http://svnweb.freebsd.org/changeset/ports/349506
QAT: https://qat.redports.org/buildarchive/r349506/

Log:
  Mark broken: Fails to build
  This seems related to the implicit lang/python dependency removal
  
  Making all in arch
  Making all in i386
  python ../utils/make-header.py --cif ccsp_cif_stubs.h ../config.h ../kernel/sched.c
  python:No such file or directory
  *** Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/lang/kroc/Makefile

Modified: head/lang/kroc/Makefile
==============================================================================
--- head/lang/kroc/Makefile	Sat Mar 29 13:17:55 2014	(r349505)
+++ head/lang/kroc/Makefile	Sat Mar 29 13:19:27 2014	(r349506)
@@ -12,6 +12,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/.r
 MAINTAINER=	tdb at FreeBSD.org
 COMMENT=	The Kent Retargetable occam-pi Compiler
 
+BROKEN=		Fails to build
+
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash


More information about the svn-ports-head mailing list