Bug 121436 - mail/lbdb - missing dependency in m_muttalias module
Summary: mail/lbdb - missing dependency in m_muttalias module
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Oliver Braun
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-06 19:10 UTC by Daniel Bye
Modified: 2008-07-25 18:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bye 2008-03-06 19:10:08 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-06 19:10:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->obraun

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-25 18:19:34 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"
Comment 3 Oliver Braun freebsd_committer freebsd_triage 2008-07-25 18:19:53 UTC
State Changed
From-To: open->closed

Committed, thanks!