From owner-freebsd-gnome Sat Apr 13 22:47:13 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from gyros.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id F2E1237B416 for ; Sat, 13 Apr 2002 22:47:07 -0700 (PDT) Received: from gyros.marcuscom.com (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.2/8.12.2) with ESMTP id g3E5kqMH073407; Sun, 14 Apr 2002 01:46:52 -0400 (EDT) (envelope-from marcus@marcuscom.com) Received: (from marcus@localhost) by gyros.marcuscom.com (8.12.2/8.12.2/Submit) id g3E5kq8j073406; Sun, 14 Apr 2002 01:46:52 -0400 (EDT) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@marcuscom.com using -f Subject: Re: patch for sysutils/medusa From: Joe Marcus Clarke To: Mike Estes Cc: gnome@FreeBSD.ORG In-Reply-To: <20020414050123.GA53945@cc.wwu.edu> References: <20020414050123.GA53945@cc.wwu.edu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-fMUGqtm/ZVgGd9G088q5" X-Mailer: Ximian Evolution 1.0.3 Date: 14 Apr 2002 02:46:52 -0300 Message-Id: <1018763212.296.14.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-fMUGqtm/ZVgGd9G088q5 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2002-04-14 at 02:01, Mike Estes wrote: > sysutils/medusa won't compile for me unless the following patch is in fil= es/ You're right. The recent changes to grp.h must have introduced this.=20 However, I think requiring sys/types.h for grp.h is not POSIX=20 compliant. Perhaps the rev 1.13 to grp.h needs to be rethought. Maybe grp.h needs to acutally include the new sys/_types.h. What do you think, Maxim? Maybe something like: --- src/include/grp.h.orig Sun Apr 14 01:44:35 2002 +++ src/include/grp.h Sun Apr 14 01:45:00 2002 @@ -42,6 +42,7 @@ #ifndef _GRP_H_ #define _GRP_H_ =20 +#include #include #include =20 Joe >=20 > --- libmedusa/medusa-file-info-utilities.c.orig Thu Dec 21 05:28:44 2000 > +++ libmedusa/medusa-file-info-utilities.c Sat Apr 13 21:50:27 2002 > @@ -27,10 +27,10 @@ > */ > =20 > #include > +#include > #include > #include > #include > -#include > #include > #include > =20 >=20 >=20 >=20 >=20 > this is on -CURRENT >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 --=20 PGP Key: http://www.marcuscom.com/pgp.asc --=-fMUGqtm/ZVgGd9G088q5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjy5F8wACgkQb2iPiv4Uz4fCbwCgl5KMfEdXiJMikiOFI9CkBcqV 038AoJRGKZkSXGsim/uofpiGebTh8SEF =0/U1 -----END PGP SIGNATURE----- --=-fMUGqtm/ZVgGd9G088q5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message