svn commit: r356841 - head/audio/liquidsoap

Antoine Brodin antoine at FreeBSD.org
Fri Jun 6 20:27:28 UTC 2014


Author: antoine
Date: Fri Jun  6 20:27:27 2014
New Revision: 356841
URL: http://svnweb.freebsd.org/changeset/ports/356841
QAT: https://qat.redports.org/buildarchive/r356841/

Log:
  Mark BROKEN: Fails to link
  
  CC -c tools/locale_c.c
  CC -c tools/socket_stubs.c
  CC -c io/oss_io_c.c
  OCAMLOPT -o liquidsoap
  tools/socket_stubs.o: In function `stub_set_tcp_nodelay':
  tools/socket_stubs.c:(.text+0x67): undefined reference to `setsockopt_int'
  cc: error: linker command failed with exit code 1 (use -v to see invocation)
  File "caml_startup", line 1:
  Error: Error during linking
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Modified:
  head/audio/liquidsoap/Makefile

Modified: head/audio/liquidsoap/Makefile
==============================================================================
--- head/audio/liquidsoap/Makefile	Fri Jun  6 20:02:54 2014	(r356840)
+++ head/audio/liquidsoap/Makefile	Fri Jun  6 20:27:27 2014	(r356841)
@@ -13,6 +13,8 @@ COMMENT=	The audio stream generator of t
 
 LICENSE=	GPLv2
 
+BROKEN=		Fails to link
+
 BUILD_DEPENDS=	${OCAMLFIND_DEPEND} \
 		${LOCALBASE}/${OCAML_SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre	\
 		${LOCALBASE}/${OCAML_SITELIBDIR}/camomile/camomile.a:${PORTSDIR}/devel/ocaml-camomile


More information about the svn-ports-head mailing list