From owner-svn-ports-all@FreeBSD.ORG Fri Jun 6 20:47:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B751620; Fri, 6 Jun 2014 20:47:47 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 289E72D01; Fri, 6 Jun 2014 20:47:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s56KllkU043127; Fri, 6 Jun 2014 20:47:47 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s56KllkP043126; Fri, 6 Jun 2014 20:47:47 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406062047.s56KllkP043126@svn.freebsd.org> From: Antoine Brodin Date: Fri, 6 Jun 2014 20:47:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356846 - head/www/caudium14 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.18 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, 06 Jun 2014 20:47:47 -0000 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