Bug 51595 - www/mozilla port's Makefile fails to disable Xft
Summary: www/mozilla port's Makefile fails to disable Xft
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-29 18:40 UTC by Seva Gluschenko
Modified: 2003-05-01 17:01 UTC (History)
0 users

See Also:


Attachments
file.diff (237 bytes, patch)
2003-04-29 18:40 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 2003-04-29 18:40:16 UTC
	The www/mozilla port offers user several make options including WITHOUT_XFT.
	Specifying it doesn't really disables Xft linking because configure script
	detects it and installs anyway. The only way to handle it is to extend
	configure args with explicit --disable-xft switch.

Fix: Apply patch below:

How-To-Repeat: 	Try to build the port by changing directory to www/mozilla port and then typing
	make WITHOUT_XFT=yes. Warning: it takes really long time for build to complete.
	After it is finished, however, issueing ldd command against the compiled binary
	will clearly demonstrate that Xft was used in build.

	Breaking build after configure processing finished and looking into
	work/mozilla/config.log will prove it, too
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-05-01 16:56:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

over to maintainers
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-05-01 17:01:24 UTC
State Changed
From-To: open->closed

Committed, thanks!