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> 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 How-To-Repeat: Use the m_muttalias module with the system default sed(1)
Responsible Changed From-To: freebsd-ports-bugs->obraun Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed, thanks!