From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 08:31:48 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF39016A420 for ; Fri, 10 Feb 2006 08:31:48 +0000 (GMT) (envelope-from distalzou@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 441A443D45 for ; Fri, 10 Feb 2006 08:31:47 +0000 (GMT) (envelope-from distalzou@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so264532wxc for ; Fri, 10 Feb 2006 00:31:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=dwEGH1wBL1vxgQUt7mQp85mekqVrOypjx9wMqCXgQ+2Zjj55zFCeFO6qP/RCQms59Ol1weO3D8MT2cUMZ5XxRTZud7fzTGW+3CRnft5utzjRsDykwzM7wjtqyUHO21zXunRR+CHp4ksfrfAmxajObh17b7YhgjsD5JhjHuO63XE= Received: by 10.70.70.18 with SMTP id s18mr2107957wxa; Fri, 10 Feb 2006 00:31:47 -0800 (PST) Received: by 10.70.117.18 with HTTP; Fri, 10 Feb 2006 00:31:47 -0800 (PST) Message-ID: <84b3b1200602100031r5b3401aag2e319e399f9ac186@mail.gmail.com> Date: Fri, 10 Feb 2006 17:31:47 +0900 From: Tod McQuillin To: Chuck Swiger In-Reply-To: <43EB6C61.1090500@codefab.com> MIME-Version: 1.0 References: <43EB6C61.1090500@codefab.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD - Ports Subject: Re: www/p5-HTML-Parser broken on 4.11...? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2006 08:31:48 -0000 On 2/10/06, Chuck Swiger wrote: > www/p5-HTML-Parser seems to be having problems with the STRLEN typedef: > 13# cd /usr/ports/www/p5-HTML-Parser && make > =3D=3D=3D> Building for p5-HTML-Parser-3.49_1 > cc -c -O -pipe -march=3Dpentium -O -pipe -march=3Dpentium -DVERSION= =3D\" > 3.49\" > -DXS_VERSION=3D\"3.49\" -DPIC -fPIC > "-I/usr/local/lib/perl5/5.8.7/mach/CORE" -DMA > RKED_SECTION Parser.c > In file included from Parser.xs:115: > hparser.c: In function `report_event': > hparser.c:145: syntax error before `offset' > hparser.c:197: `line' undeclared (first use in this function) > hparser.c:197: (Each undeclared identifier is reported only once > hparser.c:197: for each function it appears in.) > hparser.c:298: `offset' undeclared (first use in this function) > hparser.c:300: `column' undeclared (first use in this function) > *** Error code 1 > > Stop in /usr/ports/www/p5-HTML-Parser/work/HTML-Parser-3.49. > *** Error code 1 > I just submitted a fix for this, http://www.freebsd.org/cgi/query-pr.cgi?pr=3D93122 -- Tod