Bug 97053 - tix build fails with older tcl84 installed
Summary: tix build fails with older tcl84 installed
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: jmz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-09 20:20 UTC by Jason Bacon
Modified: 2007-07-06 11:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Bacon 2006-05-09 20:20:14 UTC
	Building the tix port on a system with an older tcl84 installed
	dies with compile errors.

Fix: 

1. Update to latest tcl84
	2. cd /usr/ports/x11-toolkits/tix
	3. make clean
	4. make install

* make clean is necessary - tix build is corrupted by older tcl84 during 
configure phase.
How-To-Repeat: 	1. Install tcl84
	2. Update ports tree
	3. cd /usr/ports/x11-toolkits/tix
	4. make install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-09 22:01:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jmz

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-06 11:39:03 UTC
jmz         2007-07-06 10:38:56 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/tix     Makefile 
  Log:
  Do a `make clean' before the extract target.
  
  PR:             ports/97053
  
  Revision  Changes    Path
  1.49      +4 -1      ports/x11-toolkits/tix/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 jmz freebsd_committer freebsd_triage 2007-07-06 11:39:11 UTC
State Changed
From-To: open->closed

A patch has been committed.