diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-30 18:25:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-30 18:25:56 +0000 |
commit | 0184f69d4945155d16a6997f45554a1a1f0db66c (patch) | |
tree | 7d3277d87055763e531f1cc77cf80f8a85cfd339 /devel/GConf/Makefile | |
parent | 330b094c173977611e99073831ea34c319a4b4b5 (diff) | |
download | pkgsrc-0184f69d4945155d16a6997f45554a1a1f0db66c.tar.gz |
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.
Diffstat (limited to 'devel/GConf/Makefile')
-rw-r--r-- | devel/GConf/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index 9fbf225460a..d46be4a9f9b 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2004/10/03 00:13:24 tv Exp $ +# $NetBSD: Makefile,v 1.46 2004/11/30 18:25:56 wiz Exp $ # DISTNAME= GConf-1.0.9 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/1.0/} EXTRACT_SUFX= .tar.bz2 @@ -16,13 +16,13 @@ BUILD_USES_MSGFMT= yes USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES -USE_X11BASE= YES +USE_X11= YES GNU_CONFIGURE= YES +MAKE_FLAGS+= AM_MAKEFLAGS="BDBBACKEND=" USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= gconf.pc.in -CPPFLAGS+= -I${BUILDLINK_PREFIX.db3}/include/db3 PLIST_SUBST+= LOCALBASE=${LOCALBASE} pre-build: @@ -38,7 +38,6 @@ post-install: ${PREFIX}/etc/gconf/1/path .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../databases/db3/buildlink3.mk" .include "../../devel/oaf/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" |