ports/121436: mail/lbdb - missing dependency in m_muttalias module
Daniel Bye
dan at slightlystrange.org
Thu Mar 6 19:10:14 UTC 2008
>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 at 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 at 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 at example.com Test User alias test
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list