Bug 132382 - [patch] databases/sqlite3: Change hard coded TCL dependancy to USE_TCL
Summary: [patch] databases/sqlite3: Change hard coded TCL dependancy to USE_TCL
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: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-07 07:50 UTC by Scot Hetzel
Modified: 2009-03-23 13:45 UTC (History)
0 users

See Also:


Attachments
file.diff (792 bytes, patch)
2009-03-07 07:50 UTC, Scot Hetzel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scot Hetzel 2009-03-07 07:50:05 UTC
Currently, databases/sqlite3 has a dependency on TCL 8.4.  The port uses an inconsistent variable (TCL_V) to select a different version of TCL.

This will cause all dependant ports on sqlite3 to have an indirect dependency on TCL 8.4 (or ${TCL_V}).

Fix: The attached patch allows databases/sqlite3 to choose the TCL version through the USE_TCL variable.

Patch attached with submission follows:
How-To-Repeat: Install TCL > 8.4 and set WITH_TCL_VER to that version
Then install databases/sqlite3

This will cause the installation to TCL 8.4
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-07 07:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-23 05:31:25 UTC
mnag        2009-03-23 05:31:15 UTC

  FreeBSD ports repository

  Modified files:
    databases/sqlite3    Makefile distinfo pkg-plist 
    databases/sqlite3/files patch-Makefile.in 
  Log:
  - Update to 3.6.11
  - Change hard coded TCL dependancy to USE_TCL [1]
  
  PR:             132382 [1]
  Submitted by:   Scot W. Hetzel <swhetzel___gmail.com> [1]
  
  Revision  Changes    Path
  1.35      +12 -11    ports/databases/sqlite3/Makefile
  1.25      +3 -3      ports/databases/sqlite3/distinfo
  1.7       +24 -0     ports/databases/sqlite3/files/patch-Makefile.in
  1.13      +5 -5      ports/databases/sqlite3/pkg-plist
_______________________________________________
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 Marcus Alves Grando freebsd_committer freebsd_triage 2009-03-23 13:45:37 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!