Subject: Re: pkg/29879 (was making lbdb deterministic) update lbdb to 0.30
To: None <sketch@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Antoine Reilles <Antoine.Reilles@loria.fr>
List: pkgsrc-bugs
Date: 06/30/2005 21:25:02
The following reply was made to PR pkg/29879; it has been noted by GNATS.

From: Antoine Reilles <Antoine.Reilles@loria.fr>
To: Jeremy C.Reed <reed@reedmedia.net>
Cc: gnats-bugs@netbsd.org
Subject: Re: pkg/29879 (was making lbdb deterministic) update lbdb to 0.30
Date: Thu, 30 Jun 2005 23:24:56 +0200

 --Apple-Mail-3-125576293
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=US-ASCII;
 	delsp=yes;
 	format=flowed
 
 >
 > It may be easier to provide a diff that doesn't include any formatting
 > changes (like spacing or tabs), so it can easier reviewed for real
 > changes.
 
 Woops, i was too fast replying. One reason i planned to update to  
 0.30 was that the updated configure script has options to deactivate  
 the build of modules, something that was missing with previous versions.
 
 Here an updated patch, without the formatting problem, which uses that.
 I will attack the use of options for the package when i get more  
 time, to learn how this works
 
 best regards
 antoine
 
 
 --Apple-Mail-3-125576293
 Content-Transfer-Encoding: 7bit
 Content-Type: application/octet-stream;
 	x-unix-mode=0644;
 	name="lbdb-0.30.diff"
 Content-Disposition: attachment;
 	filename=lbdb-0.30.diff
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/databases/lbdb/Makefile,v
 retrieving revision 1.2
 diff -u -r1.2 Makefile
 --- Makefile	22 May 2005 20:07:45 -0000	1.2
 +++ Makefile	30 Jun 2005 21:20:17 -0000
 @@ -1,7 +1,7 @@
  # $NetBSD: Makefile,v 1.2 2005/05/22 20:07:45 jlam Exp $
  
  DISTNAME=		${PKGNAME:S/-/_/}
 -PKGNAME=		lbdb-0.29
 +PKGNAME=		lbdb-0.30
  CATEGORIES=		databases
  MASTER_SITES=		http://www.spinnaker.de/debian/
  
 @@ -18,6 +18,11 @@
  
  CONFIGURE_ARGS+=	--libdir=${PREFIX}/libexec/lbdb/
  CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFDIR}
 +CONFIGURE_ARGS+=  --without-getent
 +CONFIGURE_ARGS+=  --without-abook
 +CONFIGURE_ARGS+=  --without-evolution-addressbook-export
 +CONFIGURE_ARGS+=  --without-pgp
 +CONFIGURE_ARGS+=  --without-pgpk
  
  WRKSRC=			${WRKDIR}/${PKGNAME_NOREV}
  
 Index: PLIST
 ===================================================================
 RCS file: /cvsroot/pkgsrc/databases/lbdb/PLIST,v
 retrieving revision 1.1.1.1
 diff -u -r1.1.1.1 PLIST
 --- PLIST	25 Mar 2005 21:39:11 -0000	1.1.1.1
 +++ PLIST	30 Jun 2005 21:20:17 -0000
 @@ -7,11 +7,9 @@
  libexec/lbdb/lbdb-munge
  libexec/lbdb/lbdb_bbdb_query.el
  libexec/lbdb/lbdb_lib
 -libexec/lbdb/m_abook
  libexec/lbdb/m_bbdb
  libexec/lbdb/m_fido
  libexec/lbdb/m_finger
 -libexec/lbdb/m_getent
  libexec/lbdb/m_gnomecard
  libexec/lbdb/m_gpg
  libexec/lbdb/m_inmail
 Index: distinfo
 ===================================================================
 RCS file: /cvsroot/pkgsrc/databases/lbdb/distinfo,v
 retrieving revision 1.1.1.1
 diff -u -r1.1.1.1 distinfo
 --- distinfo	25 Mar 2005 21:39:11 -0000	1.1.1.1
 +++ distinfo	30 Jun 2005 21:20:17 -0000
 @@ -1,6 +1,6 @@
  $NetBSD: distinfo,v 1.1.1.1 2005/03/25 21:39:11 kim Exp $
  
 -SHA1 (lbdb_0.29.tar.gz) = 60f34b7867908450d34a75b5e09f3f7f89b9f8e9
 -RMD160 (lbdb_0.29.tar.gz) = b5574ad13ead6b49fc7fe12472707f42046e38e3
 -Size (lbdb_0.29.tar.gz) = 85590 bytes
 -SHA1 (patch-aa) = 00b2f69f30637938e9142c17c334e633878a0526
 +SHA1 (lbdb_0.30.tar.gz) = d137c11857ea23e9689e0f93d876ec107a7b8467
 +RMD160 (lbdb_0.30.tar.gz) = 289c2a9395523bac08bc36510894b14fb3b18057
 +Size (lbdb_0.30.tar.gz) = 104620 bytes
 +SHA1 (patch-aa) = 9575cd97dc5d6021686c6847f43e6bb715f05c21
 Index: patches/patch-aa
 ===================================================================
 RCS file: /cvsroot/pkgsrc/databases/lbdb/patches/patch-aa,v
 retrieving revision 1.1.1.1
 diff -u -r1.1.1.1 patch-aa
 --- patches/patch-aa	25 Mar 2005 21:39:11 -0000	1.1.1.1
 +++ patches/patch-aa	30 Jun 2005 21:20:17 -0000
 @@ -1,7 +1,7 @@
  $NetBSD: patch-aa,v 1.1.1.1 2005/03/25 21:39:11 kim Exp $
  
 ---- Makefile.in.orig	2004-01-18 07:58:43.000000000 -0500
 -+++ Makefile.in	2005-03-25 16:25:39.000000000 -0500
 +--- Makefile.in.orig	2005-06-30 21:35:33.000000000 +0200
 ++++ Makefile.in	2005-06-30 21:38:11.000000000 +0200
  @@ -38,6 +38,7 @@
   libdir=@libdir@
   mandir=@mandir@
 
 --Apple-Mail-3-125576293
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=US-ASCII;
 	format=flowed
 
 
 
 --Apple-Mail-3-125576293--