From owner-svn-ports-all@FreeBSD.ORG Sun Jul 6 15:32:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6221C33F; Sun, 6 Jul 2014 15:32:07 +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 4EB342B53; Sun, 6 Jul 2014 15:32:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s66FW705059680; Sun, 6 Jul 2014 15:32:07 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s66FW6Ag059678; Sun, 6 Jul 2014 15:32:06 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201407061532.s66FW6Ag059678@svn.freebsd.org> From: Johan van Selst Date: Sun, 6 Jul 2014 15:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360925 - in head/www/caudium14: . files 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: Sun, 06 Jul 2014 15:32:07 -0000 Author: johans Date: Sun Jul 6 15:32:06 2014 New Revision: 360925 URL: http://svnweb.freebsd.org/changeset/ports/360925 QAT: https://qat.redports.org/buildarchive/r360925/ Log: Fix build Added: head/www/caudium14/files/ head/www/caudium14/files/patch-src_cmods__Caudium_nb_send.c (contents, props changed) Modified: head/www/caudium14/Makefile Modified: head/www/caudium14/Makefile ============================================================================== --- head/www/caudium14/Makefile Sun Jul 6 15:30:26 2014 (r360924) +++ head/www/caudium14/Makefile Sun Jul 6 15:32:06 2014 (r360925) @@ -11,8 +11,6 @@ DISTNAME= Caudium-${DISTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Free webserver based on the Roxen Challenger 1.3 code base -BROKEN= Fails to compile - BUILD_DEPENDS= pike78:${PORTSDIR}/lang/pike78 LIB_DEPENDS= libsablot.so:${PORTSDIR}/textproc/sablotron RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof Added: head/www/caudium14/files/patch-src_cmods__Caudium_nb_send.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/caudium14/files/patch-src_cmods__Caudium_nb_send.c Sun Jul 6 15:32:06 2014 (r360925) @@ -0,0 +1,11 @@ +--- src/cmods/_Caudium/nb_send.c.orig 2014-07-06 17:29:43.000000000 +0200 ++++ src/cmods/_Caudium/nb_send.c 2014-07-06 17:29:21.000000000 +0200 +@@ -92,7 +92,7 @@ static int sbuffers; /* size of allocat + static void push_callback(int no) + { + add_ref(Pike_sp->u.object = THISOBJ); +- Pike_sp->subtype = no + Pike_fp->context.identifier_level; ++ Pike_sp->subtype = no + Pike_fp->context->identifier_level; + Pike_sp->type = T_FUNCTION; + Pike_sp++; + }