Re: [Pmk-devel] Re: pmk problems on FreeBSD and DragonFlyBSD
Brought to you by:
coudercd
|
From: Damien C. <mip...@us...> - 2005-10-08 20:06:52
|
On Sat, 08 Oct 2005 21:43:18 +0200
Toma=C5=BE Bor=C5=A1tnar <tom...@am...> wrote:
> Damien Couderc wrote:
> > Here is what i got with the sources that are in the current tree :
> >=20
> > PMK version 0.9.3-s2
> this is would-be 0.9.4?
No, the next release will be 0.10 as i did a lot of work pmkscan to
generate pmkfile and makefile from source scanning. This release
should be the latest before reaching the 1.0 version PMK.
> > BTW i've not been able to get an account on a DragonFlyBSD box,
> > could you provide me some informations about the system so i can
> > populate the pmkcomp.dat file with a DFBSD record (and then say
> > HI to shared lib support) ?
> >=20
> > For example the FreeBSD record is the following:
> > ADD_SYSTEM {
> > NAME =3D "FreeBSD"
> > SL_EXT =3D ".so"
> > SL_VERSION =3D "$SL_MAJOR.$SL_MINOR"
> > SL_LIBNAME =3D "lib$SL_NAME$SL_EXT"
> > SL_LIBNAME_VMAJ =3D "$SL_LIBNAME.$SL_MAJOR"
> > SL_LIBNAME_VFULL =3D "$SL_LIBNAME.$SL_VERSION"
> > }
>=20
> This is what I got from one of the developers:
>=20
> Major / minor versions are fine for us. We don't have them for the
> base system as artifact of the aout naming scheme still used, but
> that might change at some time.
Okay, i'll go for it then. Will commit soon and hope some feedback
from you ;p
Damien
|