From owner-svn-ports-all@FreeBSD.ORG Sun Apr 20 20:37:15 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4CBF76ED; Sun, 20 Apr 2014 20:37:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FA2C128E; Sun, 20 Apr 2014 20:37:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3KKbEh2029207; Sun, 20 Apr 2014 20:37:14 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3KKbE1O029206; Sun, 20 Apr 2014 20:37:14 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201404202037.s3KKbE1O029206@svn.freebsd.org> From: Antoine Brodin Date: Sun, 20 Apr 2014 20:37:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351645 - head/lang/cduce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2014 20:37:15 -0000 Author: antoine Date: Sun Apr 20 20:37:14 2014 New Revision: 351645 URL: http://svnweb.freebsd.org/changeset/ports/351645 QAT: https://qat.redports.org/buildarchive/r351645/ Log: Mark broken: Fails to build (cd ocaml_files; ocamlopt -for-pack Cduce_lib.Caml_cduce -c asttypes.mli outcometree.mli asttypes.ml config.ml misc.ml tbl.ml clflags.ml consistbl.ml warnings.ml terminfo.ml location.mli location.ml annot.mli longident.ml ident.ml path.ml primitive.ml types.ml btype.ml oprint.ml subst.ml predef.ml datarepr.ml env.ml ctype.mli ctype.ml printtyp.ml;\ ocamlopt -for-pack Cduce_lib -pack -o caml_cduce.cmx asttypes.cmx config.cmx misc.cmx tbl.cmx clflags.cmx consistbl.cmx warnings.cmx terminfo.cmx location.cmx longident.cmx ident.cmx path.cmx primitive.cmx types.cmx btype.cmx oprint.cmx subst.cmx predef.cmx datarepr.cmx env.cmx ctype.cmx printtyp.cmx; \ cp caml_cduce.cmx caml_cduce.o caml_cduce.cmi ..) File "asttypes.mli", line 44, characters 8-18: Error: Unbound module Location File "_none_", line 1: Error: File asttypes.cmx not found cp: caml_cduce.cmi: No such file or directory cp: caml_cduce.o: No such file or directory cp: caml_cduce.cmx: No such file or directory gmake[1]: *** [caml_cduce.cmx] Error 1 gmake[1]: Leaving directory `/wrkdirs/usr/ports/lang/cduce/work/cduce-0.5.5/ocamliface' gmake: *** [ocamliface/caml_cduce.cmx] Error 2 *** [do-build] Error code 1 Reported by: pkg-fallout With hat: portmgr Modified: head/lang/cduce/Makefile Modified: head/lang/cduce/Makefile ============================================================================== --- head/lang/cduce/Makefile Sun Apr 20 20:34:29 2014 (r351644) +++ head/lang/cduce/Makefile Sun Apr 20 20:37:14 2014 (r351645) @@ -11,6 +11,8 @@ MASTER_SITES= http://www.cduce.org/downl MAINTAINER= johans@FreeBSD.org COMMENT= Efficient XML centric functional programming language +BROKEN= Fails to build + LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre BUILD_DEPENDS= ${SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ocaml-ulex \ ${SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \