Bug 132381 - [patch] databases/sqlite2: Change hard coded TCL dependancy to USE_TCL
Summary: [patch] databases/sqlite2: 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:40 UTC by Scot Hetzel
Modified: 2009-03-23 13:45 UTC (History)
0 users

See Also:


Attachments
file.diff (2.48 KB, patch)
2009-03-07 07:40 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:40:04 UTC
Currently, databases/sqlite2 has a hard coded dependency on either TCL 8.3 or TCL 8.4.  The port doesn't allow the selection of a newer version of TCL.  This also causes other ports that depend on sqlite2 to have an indirect dependency on these versions of TCL 8.3 or TCL 8.4.

This prevents the installation of only one TCL port.

Fix: The attached patch allows sqlite2 to be built with any supported version of TCL.

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

sqlite2 will then install TCL 8.3 or 8.4.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-07 07:40:14 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:42 UTC
mnag        2009-03-23 05:31:29 UTC

  FreeBSD ports repository

  Modified files:
    databases/sqlite2    Makefile pkg-plist 
  Log:
  - Change hard coded TCL dependancy to USE_TCL
  
  PR:             132381
  Submitted by:   Scot W. Hetzel <swhetzel___gmail.com>
  
  Revision  Changes    Path
  1.43      +34 -36    ports/databases/sqlite2/Makefile
  1.13      +3 -3      ports/databases/sqlite2/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 dfilter service freebsd_committer freebsd_triage 2009-03-23 05:31:50 UTC
mnag        2009-03-23 05:31:39 UTC

  FreeBSD ports repository

  Modified files:
    databases/sqlite34   Makefile 
  Log:
  - Change hard coded TCL dependancy to USE_TCL
  
  PR:             132381
  Submitted by:   Scot W. Hetzel <swhetzel___gmail.com>
  
  Revision  Changes    Path
  1.33      +28 -14    ports/databases/sqlite34/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 4 Marcus Alves Grando freebsd_committer freebsd_triage 2009-03-23 13:45:31 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!