Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2014 20:47:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356846 - head/www/caudium14
Message-ID:  <201406062047.s56KllkP043126@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406062047.s56KllkP043126>