Bug 110905 - Fix sqlite3 detection
Summary: Fix sqlite3 detection
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: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-27 06:00 UTC by Jiawei Ye
Modified: 2007-03-27 11:20 UTC (History)
0 users

See Also:


Attachments
file.diff (423 bytes, patch)
2007-03-27 06:00 UTC, Jiawei Ye
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jiawei Ye 2007-03-27 06:00:10 UTC
	p5-DBD-SQLite requires sqlite>= 3.3.3, but due to the name change of sqlite3, it now fails to detect the installed sqlite and goes on the install it again.
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2007-03-27 10:57:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainers.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-27 11:15:44 UTC
tobez       2007-03-27 10:15:40 UTC

  FreeBSD ports repository

  Modified files:
    databases/p5-DBD-SQLite Makefile 
  Log:
  Fix dependency on [renamed] sqlite3.
  
  PR:             110905
  Submitted by:   leafy <leafy7382@gmail.com>
  
  Revision  Changes    Path
  1.33      +1 -1      ports/databases/p5-DBD-SQLite/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 Anton Berezin freebsd_committer freebsd_triage 2007-03-27 11:16:00 UTC
State Changed
From-To: open->closed

The fix has been committed. Thank you for your submission.