From owner-cvs-ports@FreeBSD.ORG Sun May 18 11:41:40 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEA6A37B404 for ; Sun, 18 May 2003 11:41:40 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CA8A43FBD for ; Sun, 18 May 2003 11:41:38 -0700 (PDT) (envelope-from m@absolight.fr) Received: by mx3.absolight.com (Postfix, from userid 1007) id A32E72A26; Sun, 18 May 2003 20:41:36 +0200 (CEST) X-Original-To: cvs-ports@FreeBSD.org Received: from sauron.in.mat.cc (sauron.in.mat.cc [212.43.217.122]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client did not present a certificate) by mx3.absolight.com (Postfix) with ESMTP id 1BD4029FC; Sun, 18 May 2003 20:41:34 +0200 (CEST) Date: Sun, 18 May 2003 20:41:37 +0200 From: Mathieu Arnold To: "Philip M. Gollucci" , Kris Kennaway , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <2421546.1053290497@sauron.in.mat.cc> In-Reply-To: <200305181356.46181.philip@p6m7g8.com> References: <200305180953.h4I9rHiI055427@repoman.freebsd.org> <200305181356.46181.philip@p6m7g8.com> X-Mailer: Mulberry/3.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: cvs commit: ports/devel/p5-Devel-Peek Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2003 18:41:41 -0000 --Le 18/05/2003 13:56 -0500, Philip M. Gollucci =E9crivait : | I found the following while doing some digging | http://www.geocrawler.com/mail/msg.php3?msg_id=3D10132225&list=3D182 |=20 | A first step is to replace the following | sv_undef -> PL_sv_undef | sv_yes -> PL_sv_yes | sv_no -> PL_sv_no |=20 | I get a lost when I get to GVOP. If someone can point to me to some | docs I might be able to hack this one. |=20 | Also, I'm just gessing on the SvPV(..., na) | saying |=20 | STRLEN n_a; | SvPV(..., na); |=20 | instead based on code I've seen. |=20 | HTH One should use : perl -MDevel::PPPort -e Devel::PPPort::WriteFile with a perl 5.8 and see what it generates. You'll find everything you need within the ppport.h file it generates. --=20 Mathieu Arnold