Date: 14 Jan 2003 22:36:09 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Mike Harding <mvh@ix.netcom.com> Cc: FreeBSD GNOME Users <gnome@freebsd.org> Subject: Re: /usr/local/devel/libgtop does not build on -STABLE Message-ID: <1042601769.794.1.camel@shumai.marcuscom.com> In-Reply-To: <20030115030519.9B2E113103@netcom1.netcom.com> References: <20030115010924.0018413103@netcom1.netcom.com> <1042594020.98949.2.camel@shumai.marcuscom.com> <20030115030519.9B2E113103@netcom1.netcom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-kcMF5A3WeRcT4BD2XKT+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-01-14 at 22:05, Mike Harding wrote: > Err, you probably also want to keep the _bsdi_ check and then nest in > the other check for VM_METER, rather than replacing the _bsdi_ check > with a check for VM_METER. Other OSs may have VM_METER defined... The patch should work for BSDI as well (though it's really not important). Joe >=20 > - Mike H. >=20 > X-Original-To: mvh@netcom1.netcom.com > From: Joe Marcus Clarke <marcus@marcuscom.com> > Cc: FreeBSD GNOME Users <gnome@freebsd.org> > Organization: MarcusCom, Inc. > Date: 14 Jan 2003 20:27:01 -0500 > X-Spam-Status: No, hits=3D-2.8 required=3D5.0 > tests=3DAWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, > REFERENCES,SPAM_PHRASE_00_01,TO_BE_REMOVED_REPLY > version=3D2.43 > Sender: owner-freebsd-gnome@FreeBSD.ORG > X-Loop: FreeBSD.ORG > X-Virus-Scanned: by AMaViS snapshot-20020531 >=20 >=20 > --=3D-RvFjlXjk8M8Xc7b+QrOh > Content-Type: text/plain > Content-Transfer-Encoding: quoted-printable >=20 > On Tue, 2003-01-14 at 20:09, Mike Harding wrote: > > because of the patchfile > >=3D20 > > patch-sysdeps_freebsd_mem.c > >=3D20 > > I think you got the VM_TOTAL/VM_METER reversed in the patch... >=20 > Doh! Sorry. I'll fix it. >=20 > Joe >=20 > >=3D20 > > --- sysdeps/freebsd/mem.c.orig Tue Jan 14 17:22:18 2003 > > +++ sysdeps/freebsd/mem.c Tue Jan 14 17:22:28 2003 > > @@ -75,7 +75,7 @@ > > =3D20 > > /* MIB array for sysctl */ > > static int mib_length=3D3D2; > > -#ifdef __bsdi__ > > +#ifdef VM_METER > > static int mib [] =3D3D { CTL_VM, VM_TOTAL }; > > #else > > static int mib [] =3D3D { CTL_VM, VM_METER }; > >=3D20 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > --=3D20 > PGP Key : http://www.marcuscom.com/pgp.asc >=20 > --=3D-RvFjlXjk8M8Xc7b+QrOh > Content-Type: application/pgp-signature; name=3Dsignature.asc > Content-Description: This is a digitally signed message part >=20 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (FreeBSD) >=20 > iD8DBQA+JLjkb2iPiv4Uz4cRArwZAKCLQi3XwuimNmoB3iVQku0E9HczTQCdGbh0 > fBjc1Mum1XAe8Ml5fQ1GSko=3D > =3DTJSp > -----END PGP SIGNATURE----- >=20 > --=3D-RvFjlXjk8M8Xc7b+QrOh-- >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-kcMF5A3WeRcT4BD2XKT+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+JNcpb2iPiv4Uz4cRAqEZAKCOCgBo806L3oomc032YkzW1EWSMQCfeUbm qqOidGGy8YscXshBTh/0sSQ= =1Tbx -----END PGP SIGNATURE----- --=-kcMF5A3WeRcT4BD2XKT+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1042601769.794.1.camel>