svn commit: r356846 - head/www/caudium14

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


Author: antoine
Date: Fri Jun  6 20:47:46 2014
New Revision: 356846
URL: http://svnweb.freebsd.org/changeset/ports/356846
QAT: https://qat.redports.org/buildarchive/r356846/

Log:
  Mark BROKEN: Fails to build
  
  cc -I/usr/local/pike/7.8.852/include/pike -I/usr/local/pike/7.8.852/include/pike -I/wrkdirs/usr/ports/www/caudium14/work/Caudium-1.4.18/src/cmods -O2 -pipe -fno-strict-aliasing  -I/wrkdirs/usr/ports/www/caudium14/work/Caudium-1.4.18/src/cmods/_Caudium/ -I.  -c nb_send.c -o nb_send.o
  nb_send.c: In function 'push_callback':
  nb_send.c:95: error: request for member 'identifier_level' in something not a structure or union
  gmake[3]: *** [nb_send.o] Error 1
  
  Reported by:	pkg-fallout

Modified:
  head/www/caudium14/Makefile

Modified: head/www/caudium14/Makefile
==============================================================================
--- head/www/caudium14/Makefile	Fri Jun  6 20:43:40 2014	(r356845)
+++ head/www/caudium14/Makefile	Fri Jun  6 20:47:46 2014	(r356846)
@@ -11,6 +11,8 @@ DISTNAME=	Caudium-${PORTVERSION}
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Free webserver based on the Roxen Challenger 1.3 code base
 
+BROKEN=		Fails to build
+
 BUILD_DEPENDS=	pike78:${PORTSDIR}/lang/pike78
 LIB_DEPENDS=	libsablot.so:${PORTSDIR}/textproc/sablotron
 RUN_DEPENDS=	lsof:${PORTSDIR}/sysutils/lsof


More information about the svn-ports-head mailing list