Subject: CVS commit: pkgsrc/devel/GConf
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 11/30/2004 18:25:56
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Nov 30 18:25:56 UTC 2004

Modified Files:
	pkgsrc/devel/GConf: Makefile PLIST buildlink3.mk

Log Message:
Disable db3 backend in GConf1:

  (1) The Berkeley DB storage backend requires DB-3.x, and used an
      experimental feature of DB-3.x.

  (2) There is a pretty severe bug that "prevents serious use of the
      Berkeley DB backend", according to the documentation included
      with the GConf sources.

  (3) GConf2, the successor to GConf, doesn't build with the Berkeley
      DB storage backend either.

Suggested by jlam.

Bump PKGREVISION.
Remove db3 bl3 inclusion from bl3 file, and bump BUILDLINK_DEPENDS
for it.

This fixes the gnucash build problems noted in PR 28423.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 pkgsrc/devel/GConf/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/devel/GConf/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/GConf/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.