Bug 86183 - libiodbc doens't honor WITHOUT_X11
Summary: libiodbc doens't honor WITHOUT_X11
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: 2005-09-15 21:10 UTC by Vick Khera
Modified: 2005-09-16 00:09 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 Vick Khera 2005-09-15 21:10:18 UTC
	

building ports/databases/libiodbc pulls in X11 libs even if WITHOUT_X11 is
defined.

Fix: 

the port's knob WITHOUT_GUI should be implied when WITHOUT_X11 is set, or it
should be renamed to WITHOUT_X11.
How-To-Repeat: 	

set WITHOUT_X11 in /etc/make.conf
cd /usr/ports/databases/libiodbc
make
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-09-16 00:09:28 UTC
State Changed
From-To: open->closed

Port now recognizes WITHOUT_X11!