minor patch for gconf

Joe Marcus Clarke marcus at marcuscom.com
Thu Jul 17 18:15:33 PDT 2003


On Mon, 2003-07-14 at 18:16, Mikhail Teterin wrote:
> Hello!
> 
> 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?
> 
> 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!

I have committed a fix to remove the BDB requirement altogether.

Joe

> 
> 	-mi
> 
> ===================================================================
> 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 @@
>  
>  LIB_DEPENDS=	guile.15:${PORTSDIR}/lang/guile \
> -		db3.3:${PORTSDIR}/databases/db3
> +		db[0-9]+:${PORTSDIR}/databases/db41
>  
>  USE_BZIP2=	yes
> 
> 
> _______________________________________________
> freebsd-gnome at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe at freebsd.org"
-- 
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20030717/354c5aec/attachment.bin


More information about the freebsd-gnome mailing list