Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2008 19:03:33 GMT
From:      Daniel Bye <dan@slightlystrange.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121436: mail/lbdb - missing dependency in m_muttalias module
Message-ID:  <200803061903.m26J3XQU094197@www.freebsd.org>
Resent-Message-ID: <200803061910.m26JADtH015246@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         121436
>Category:       ports
>Synopsis:       mail/lbdb - missing dependency in m_muttalias module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 06 19:10:08 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803061903.m26J3XQU094197>