Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2003 20:41:37 +0200
From:      Mathieu Arnold <m@absolight.fr>
To:        "Philip M. Gollucci" <philip@p6m7g8.com>, Kris Kennaway <kris@FreeBSD.org>, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/devel/p5-Devel-Peek Makefile
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>

next in thread | previous in thread | raw e-mail | index | archive | help


--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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2421546.1053290497>