From nobody@FreeBSD.org  Sat Feb 17 00:27:10 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id B91BA37B401
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 Feb 2001 00:27:09 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f1H8R9Q48474;
	Sat, 17 Feb 2001 00:27:09 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200102170827.f1H8R9Q48474@freefall.freebsd.org>
Date: Sat, 17 Feb 2001 00:27:09 -0800 (PST)
From: abgoeree@uwnet.nl
To: freebsd-gnats-submit@FreeBSD.org
Subject: make package fails for mail/lbdb
X-Send-Pr-Version: www-1.0

>Number:         25163
>Category:       ports
>Synopsis:       make package fails for mail/lbdb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 17 00:30:01 PST 2001
>Closed-Date:    Sun Feb 25 20:52:48 PST 2001
>Last-Modified:  Sun Feb 25 20:54:36 PST 2001
>Originator:     Andre Goeree
>Release:        4.2-STABLE
>Organization:
>Environment:
>Description:
make package fails with this error:

root@mandark# root@mandark# root@mandark# ===>  Building package for lbdb-0.24
Creating package /usr/local/ports/mail/lbdb/lbdb-0.24.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/local/ports/mail/lbdb/lbdb-0.24.tgz'
tar: can't add file libexec/m_gpg : No such file or directory
pkg_create: make_dist: tar command failed with code 256
*** Error code 1



>How-To-Repeat:
make install package
>Fix:
none yet!

>Release-Note:
>Audit-Trail:

From: Matthew West <mwest@uct.ac.za>
To: freebsd-gnats-submit@FreeBSD.org
Cc: abgoeree@uwnet.nl
Subject: Re: ports/25163: make package fails for mail/lbdb
Date: Wed, 21 Feb 2001 20:30:47 +0200

 --EeQfGwPcQSOJBaQU
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 try this patch
 
 --
 mwest@uct.ac.za
 
 --EeQfGwPcQSOJBaQU
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="lbdb.diff"
 
 diff -ruN lbdb.orig/Makefile lbdb/Makefile
 --- lbdb.orig/Makefile	Mon Feb 12 20:42:07 2001
 +++ lbdb/Makefile	Wed Feb 21 20:28:05 2001
 @@ -13,6 +13,9 @@
  
  MAINTAINER=	mwest@uct.ac.za
  
 +BUILD_DEPENDS=	abook:${PORTSDIR}/mail/abook \
 +		gpg:${PORTSDIR}/security/gnupg
 +
  WRKSRC=		${WRKDIR}/lbdb-${PORTVERSION}
  GNU_CONFIGURE=	YES
  CONFIGURE_ARGS+=	--libdir=${PREFIX}/libexec --enable-lbdb-dotlock
 diff -ruN lbdb.orig/pkg-plist lbdb/pkg-plist
 --- lbdb.orig/pkg-plist	Mon Feb 12 20:42:07 2001
 +++ lbdb/pkg-plist	Wed Feb 21 20:26:58 2001
 @@ -8,6 +8,7 @@
  libexec/lbdb_lib
  libexec/munge
  libexec/munge-keeporder
 +libexec/m_abook
  libexec/m_bbdb
  libexec/m_fido
  libexec/m_finger
 
 --EeQfGwPcQSOJBaQU--
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Feb 25 20:52:48 PST 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25163 
>Unformatted:
