svn commit: r342084 - head/www/ocsigen

Antoine Brodin antoine at FreeBSD.org
Fri Jan 31 22:06:51 UTC 2014


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 at 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 \


More information about the svn-ports-all mailing list