From cad304e4e907d1fcbff450d530fde509560a6af1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 22 Apr 2014 14:00:41 +0200 Subject: [PATCH] man-db: use bdb rather than gdbm; remove localized manpages. --- srcpkgs/man-db/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/man-db/template b/srcpkgs/man-db/template index 08c1ff7fc28..92a04f1f6ea 100644 --- a/srcpkgs/man-db/template +++ b/srcpkgs/man-db/template @@ -1,15 +1,15 @@ # Template file for 'man-db' pkgname=man-db version=2.6.7.1 -revision=1 +revision=2 lib32disabled=yes build_style=gnu-configure -configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip +configure_args="--with-db=db --with-pager=less --with-gzip=/usr/bin/gzip --with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix --with-lzma=/usr/bin/lzma --with-xz=/usr/bin/xz --disable-setuid --without-included-regex --enable-automatic-create" hostmakedepends="pkg-config groff" -makedepends="gdbm-devel zlib-devel libpipeline-devel>=1.3.0 groff" +makedepends="db-devel zlib-devel libpipeline-devel>=1.3.0 groff" depends="bzip2 gzip less groff grep coreutils" conf_files="/etc/man_db.conf" short_desc="The on-line manual database" @@ -22,4 +22,6 @@ checksum=8d65559838fccca774e3ef7c15c073180c786e728785c735e136297facca41fc post_install() { # Install the cron daily job. vinstall ${FILESDIR}/man-db.cron-daily 744 etc/cron.daily man-db + # Remove localized manpages. + rm -rf ${DESTDIR}/usr/share/man/{es,it} }