Bug 64324 - x11-toolkits/tk84's Makefile lacks of appropriate tunables
Summary: x11-toolkits/tk84's Makefile lacks of appropriate tunables
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-16 10:20 UTC by Seva Gluschenko
Modified: 2004-04-02 01:54 UTC (History)
0 users

See Also:


Attachments
file.diff (1.34 KB, patch)
2004-03-16 10:20 UTC, Seva Gluschenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Seva Gluschenko 2004-03-16 10:20:17 UTC
	The x11-toolkits/tk84 port has the Makefile which looks a bit outdated and needs
	to be tuned appropriately. The following changes were adopted:

	1. Changed "build" to "extract" in forced dependency on tcl84 because only extracted
	source is really needed if tcl84 is installed already.

	2. Added --with-x configure argument turned on by default. It may be turned off specifying
	WITHOUT_X11=yes.

	3. Added --enable-threads configure arg turned off by default. It can be turned on specifying
	WITH_THREADS=yes.

Fix: Apply patch below in /usr/ports/x11-toolkits/tk84, rebuild and reinstall tk84 if needed.

How-To-Repeat: 	Try to build an up-to-date tk84 port. You'll be forced to build tcl84 first. You won't be able
	to turn on threads or X support.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-04-02 01:53:39 UTC
State Changed
From-To: open->closed

Partially committed, thanks. 
I don't think --with-x does anything, so I haven't added 
WITHOUT_X11 knob.