Bug 118949 - [patch] fix database error in devel/devtodo
Summary: [patch] fix database error in devel/devtodo
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-22 12:40 UTC by Jeppe Larsen
Modified: 2007-12-22 17:10 UTC (History)
0 users

See Also:


Attachments
file.diff (538 bytes, patch)
2007-12-22 12:40 UTC, Jeppe Larsen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeppe Larsen 2007-12-22 12:40:02 UTC
When running devtodo following error appears:
todo: error, no database loaders for database format or database corrupt (last error was 'couldn't compile rx: repetition-operator operand invalid'

Fix: Apply patch. Taken from http://swapoff.org/ticket/54

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-22 12:40:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-22 17:07:43 UTC
pav         2007-12-22 17:07:38 UTC

  FreeBSD ports repository

  Modified files:
    devel/devtodo        Makefile 
  Added files:
    devel/devtodo/files  patch-util-XML.cc 
  Log:
  - Fix runtime bug
  
  PR:             ports/118949
  Submitted by:   Jeppe Larsen <jwl@io.dk>
  Obtained from:  http://swapoff.org/ticket/54
  
  Revision  Changes    Path
  1.21      +1 -0      ports/devel/devtodo/Makefile
  1.1       +11 -0     ports/devel/devtodo/files/patch-util-XML.cc (new)
_______________________________________________
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 Pav Lucistnik freebsd_committer freebsd_triage 2007-12-22 17:07:59 UTC
State Changed
From-To: open->closed

Committed, thanks!