From 831484d638f7f389948f9b43912ba9578f0a677e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 8 Jan 2010 23:20:28 +0100 Subject: [PATCH] man-db: make it use gdbm again, db4 index cache did not work. Bumprev. --HG-- extra : convert_revision : 19131d0671a49a02c2a38a881039d1579d037867 --- srcpkgs/man-db/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/man-db/template b/srcpkgs/man-db/template index 2b953b795a7..ab024a19ca9 100644 --- a/srcpkgs/man-db/template +++ b/srcpkgs/man-db/template @@ -1,10 +1,10 @@ # Template file for 'man-db' pkgname=man-db version=2.5.6 -revision=3 +revision=4 distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure -configure_args="--with-db=db4 --with-pager=less --with-gzip=/usr/bin/gzip +configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip --with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix --with-lzma=/usr/bin/lzma --disable-setuid" short_desc="The on-line manual database" @@ -21,11 +21,11 @@ conf_files="/etc/man_db.conf" Add_dependency run glibc Add_dependency run bzip2 -Add_dependency run db +Add_dependency run gdbm Add_dependency run zlib Add_dependency build gettext Add_dependency build bzip2-devel -Add_dependency build db-devel +Add_dependency build gdbm-devel Add_dependency full gzip Add_dependency full less Add_dependency full groff