From nobody@FreeBSD.org  Thu Mar  6 19:06:37 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2883B1065673
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  6 Mar 2008 19:06:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 16EF08FC25
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  6 Mar 2008 19:06:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m26J3X8n094198
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 6 Mar 2008 19:03:33 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m26J3XQU094197;
	Thu, 6 Mar 2008 19:03:33 GMT
	(envelope-from nobody)
Message-Id: <200803061903.m26J3XQU094197@www.freebsd.org>
Date: Thu, 6 Mar 2008 19:03:33 GMT
From: Daniel Bye <dan@slightlystrange.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mail/lbdb - missing dependency in m_muttalias module
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         121436
>Category:       ports
>Synopsis:       mail/lbdb - missing dependency in m_muttalias module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obraun
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 06 19:10:08 UTC 2008
>Closed-Date:    Fri Jul 25 17:20:05 UTC 2008
>Last-Modified:  Fri Jul 25 17:30:02 UTC 2008
>Originator:     Daniel Bye
>Release:        7.0-RELEASE/i386
>Organization:
>Environment:
FreeBSD torus.slightlystrange.org 7.0-RELEASE FreeBSD 7.0-RELEASE #15: Tue Feb 26 19:29:45 GMT 2008     root@torus.slightlystrange.org:/usr/obj/usr/src/sys/TORUS  i386
>Description:
The mail/lbdb port's m_muttalias module doesn't work with the default system sed(1), resulting in no addresses being returned after a lookup in the user's mutt alias files, even thought the search term is indeed in the file:

$ lbdbq example
lbdbq: no matches

And the consulted mutt alias file:

alias test Test User <test@example.com>
>How-To-Repeat:
Use the m_muttalias module with the system default sed(1)
>Fix:
Add a dependency for the port on the textproc/gsed port, and patch the m_muttalias module to use gsed(1) rather than sed(1):

$ lbdbq example
lbdbq: 1 matches
test@example.com        Test User       alias test



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->obraun 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Mar 6 19:10:23 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121436 
State-Changed-From-To: open->closed 
State-Changed-By: obraun 
State-Changed-When: Fri Jul 25 17:19:53 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121436 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121436: commit references a PR
Date: Fri, 25 Jul 2008 17:19:34 +0000 (UTC)

 obraun      2008-07-25 17:19:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/lbdb            Makefile 
   Log:
   * Use gsed for muttalias module.
   * set maintainer to ports@.
   
   PR:             ports/121436
   Submitted by:   Daniel Bye <dan@slightlystrange.org>
   
   Revision  Changes    Path
   1.33      +6 -1      ports/mail/lbdb/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
