a2bc14c711
(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.
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.46 2004/11/30 18:25:56 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= GConf-1.0.9
|
|
PKGREVISION= 7
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/1.0/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://advogato.org/proj/GConf/
|
|
COMMENT= Configuration database system used by GNOME
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
#DEPENDS+= guile>=1.3.4:../../lang/guile
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_X11= YES
|
|
GNU_CONFIGURE= YES
|
|
MAKE_FLAGS+= AM_MAKEFLAGS="BDBBACKEND="
|
|
|
|
USE_LIBTOOL= YES
|
|
PKGCONFIG_OVERRIDE= gconf.pc.in
|
|
|
|
PLIST_SUBST+= LOCALBASE=${LOCALBASE}
|
|
|
|
pre-build:
|
|
${RM} -f ${WRKSRC}/gconf/libxml
|
|
${LN} -sf ${BUILDLINK_DIR}/include/gnome-xml ${WRKSRC}/gconf/libxml
|
|
|
|
post-install:
|
|
${TEST} ${PREFIX} = ${LOCALBASE} || \
|
|
${LN} -fs ${PREFIX}/share/aclocal/gconf-1.m4 \
|
|
${LOCALBASE}/share/aclocal/gconf-1.m4
|
|
${TEST} -f ${PREFIX}/etc/gconf/1/path || \
|
|
${CP} -p ${PREFIX}/etc/gconf/1/path.example \
|
|
${PREFIX}/etc/gconf/1/path
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/oaf/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|