Bug 97053

Summary: tix build fails with older tcl84 installed
Product: Ports & Packages Reporter: Jason Bacon <bacon>
Component: Individual Port(s)Assignee: jmz
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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.