Bug 147276 - x11-fonts/tkfont/Makefile does not use default tcl/tk version by USE_TK=yes
Summary: x11-fonts/tkfont/Makefile does not use default tcl/tk version by USE_TK=yes
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: Stefan Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-01 12:20 UTC by Robert Jenssen
Modified: 2010-06-30 20:30 UTC (History)
0 users

See Also:


Attachments
file.diff (896 bytes, patch)
2010-06-01 12:20 UTC, Robert Jenssen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Jenssen 2010-06-01 12:20:02 UTC
x11-fonts/tkfont/Makefile is hardwired to tcl/tk version 8.4 rather than using the default tcl/tk version defined in bsd.tcl.mk. Also, tkfont assumes xlsfonts is present.

Fix: Apply attached patch to Makefile

Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/x11-fonts/tkfont && make install
tkfont
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-06-01 13:32:22 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Stefan Walter freebsd_committer freebsd_triage 2010-06-30 16:40:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Take.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-06-30 20:26:43 UTC
stefan      2010-06-30 19:26:34 UTC

  FreeBSD ports repository

  Modified files:
    x11-fonts/tkfont     Makefile 
  Log:
  - Use USE_TK.
  - Add dependency on xlsfonts.
  
  PR:             147276
  Submitted by:   Robert Jenssen <robertjenssen@ozemail.com.au>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.22      +4 -2      ports/x11-fonts/tkfont/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 Stefan Walter freebsd_committer freebsd_triage 2010-06-30 20:26:45 UTC
State Changed
From-To: open->closed

Committed, thanks!