From owner-svn-ports-all@FreeBSD.ORG Fri Jan 31 22:06:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08D012DF; Fri, 31 Jan 2014 22:06:51 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E90B21E6C; Fri, 31 Jan 2014 22:06:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0VM6oQr026026; Fri, 31 Jan 2014 22:06:50 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0VM6o7B026025; Fri, 31 Jan 2014 22:06:50 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201401312206.s0VM6o7B026025@svn.freebsd.org> From: Antoine Brodin Date: Fri, 31 Jan 2014 22:06:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342084 - head/www/ocsigen 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: Fri, 31 Jan 2014 22:06:51 -0000 Author: antoine Date: Fri Jan 31 22:06:50 2014 New Revision: 342084 URL: http://svnweb.freebsd.org/changeset/ports/342084 QAT: https://qat.redports.org/buildarchive/r342084/ Log: Mark broken: Does not build ocamlfind ocamlc -thread -package lwt.ssl,lwt.extra,netstring,netsys,ssl,pcre,unix,dynlink,threads,findlib -I ../baselib -I ../http -I ../xmlp4 -I ../server -I ../extensions -I ../eliom -I +camlp4 -I +camlp4/Camlp4Parsers -o ocsigen -linkpkg -linkall camlp4lib.cma Camlp4OCamlRevisedParser.cmo Camlp4OCamlParser.cmo ../xmlp4/xhtml.cma ocsigen.cma server.cmo File "_none_", line 1, characters 0-1: Error: Error while linking server.cmo: The external function `disable_nagle' is not available gmake[1]: *** [ocsigen] Error 2 gmake[1]: Leaving directory `/wrkdirs/usr/ports/www/ocsigen/work/ocsigen-1.1.0/server' gmake: *** [server.byte] Error 2 *** Error code 1 Reported by: pkg-fallout since august 2013 With hat: portmgr Modified: head/www/ocsigen/Makefile Modified: head/www/ocsigen/Makefile ============================================================================== --- head/www/ocsigen/Makefile Fri Jan 31 22:00:29 2014 (r342083) +++ head/www/ocsigen/Makefile Fri Jan 31 22:06:50 2014 (r342084) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.ocsigen.org/dow MAINTAINER= jaapb@kerguelen.org COMMENT= Web programming framework for OCaml +BROKEN= Does not build + BUILD_DEPENDS= ocaml-net>=2:${PORTSDIR}/www/ocaml-net \ ${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl \ ${SA_DIR}/lwt/lwt.a:${PORTSDIR}/devel/ocaml-lwt \