From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 14 15:21:57 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F91137B401 for ; Mon, 14 Jul 2003 15:21:56 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B2AE43FBD for ; Mon, 14 Jul 2003 15:21:55 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h6EMInqP011112; Mon, 14 Jul 2003 18:18:49 -0400 (EDT) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h6EMK74x031359; Mon, 14 Jul 2003 18:20:08 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Mikhail Teterin In-Reply-To: <200307141816.25067@misha-mx.virtual-estates.net> References: <200307141816.25067@misha-mx.virtual-estates.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8lEw797/GuJfUONu2n23" Organization: MarcusCom, Inc. Message-Id: <1058221306.299.91.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 14 Jul 2003 18:21:46 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: minor patch for gconf X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 22:21:57 -0000 --=-8lEw797/GuJfUONu2n23 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-07-14 at 18:16, Mikhail Teterin wrote: > Hello! >=20 > Gconf does not really care, which db-backend it is going to use, it > seems. The following patch makes it accept anything, but default to > db41. If the user already has, say, db2 installed, there is no need > to drag in another version of db just for gconf, is there? >=20 > The patch relies on the ability to use regular expressions in the > LIB_DEPENDS lines, committed in March by kris. Should a particular > version of db be non-suitable for gconf, it is trivial to modify the > patch's regular expression. Thanks! Technically, this won't work, but that's okay. The DB backend isn't used by GConf anyway. You could simply hack gconf's configure to remove DB detection altogether, and that would be fine. Joe >=20 > -mi >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/devel/gconf/Makefile,v > retrieving revision 1.38 > diff -U2 -r1.38 Makefile > --- Makefile 12 Jun 2003 09:45:56 -0000 1.38 > +++ Makefile 14 Jul 2003 22:15:53 -0000 > @@ -19,5 +19,5 @@ > =20 > LIB_DEPENDS=3D guile.15:${PORTSDIR}/lang/guile \ > - db3.3:${PORTSDIR}/databases/db3 > + db[0-9]+:${PORTSDIR}/databases/db41 > =20 > USE_BZIP2=3D yes >=20 >=20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-8lEw797/GuJfUONu2n23 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA/Eyz6b2iPiv4Uz4cRAtsSAKCbP5KSqbJrQMTZLNCz+sD48x03YgCgq0MW jxoyuAm1b9qr4Idd5kqg7d0= =4e+c -----END PGP SIGNATURE----- --=-8lEw797/GuJfUONu2n23--