From owner-cvs-all@FreeBSD.ORG Sat Oct 21 05:52:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5894D16A40F; Sat, 21 Oct 2006 05:52:53 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail.fatpipi.com (fatpipi.cirx.org [211.23.144.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7775F43D45; Sat, 21 Oct 2006 05:52:50 +0000 (GMT) (envelope-from vanilla@fatpipi.com) Received: from mail.fatpipi.com (localhost [127.0.0.1]) by mail.fatpipi.com (Postfix) with ESMTP id 11A5B2E104; Sat, 21 Oct 2006 13:52:49 +0800 (CST) Received: by mail.fatpipi.com (Postfix, from userid 1002) id 04F8C2E0E2; Sat, 21 Oct 2006 13:52:49 +0800 (CST) Date: Sat, 21 Oct 2006 13:52:48 +0800 From: "Vanilla I. Shu" To: ale@freebsd.org Message-ID: <20061021055248.GA30869@fatpipi.cirx.org> References: <200610210306.k9L36R55036628@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <200610210306.k9L36R55036628@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/textproc/pecl-ctemplate Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Oct 2006 05:52:53 -0000 On Sat, Oct 21, 2006 at 03:06:27AM +0000, Kris Kennaway wrote: Dear Alex: Could you help me to check this? pecl-ctemplate could not compile after php integrate with suhosin default. here is some quick hack to make it compileable, could you check it? thanks. --- Zend/zend_compile.h.orig Sat Oct 21 13:48:41 2006 +++ Zend/zend_compile.h Sat Oct 21 13:48:56 2006 @@ -562,8 +562,8 @@ int zendlex(znode *zendlval TSRMLS_DC); #if SUHOSIN_PATCH -void *suhosin_zend_destroy_property_info_internal; -void *suhosin_zend_destroy_property_info; +extern void *suhosin_zend_destroy_property_info_internal; +extern void *suhosin_zend_destroy_property_info; #endif /* BEGIN: OPCODES */ > kris 2006-10-21 03:06:27 UTC > FreeBSD ports repository > > Modified files: > textproc/pecl-ctemplate Makefile > Log: > BROKEN: Does not build > > Approved by: portmgr (self) > > Revision Changes Path > 1.10 +2 -0 ports/textproc/pecl-ctemplate/Makefile