Bug 15268

Summary: doscmd requires XLib, breaks buildworld
Product: Base System Reporter: jg <jg>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description jg 1999-12-05 07:10:03 UTC
make buildworld fails on a 3.3-STABLE machine unless
you have X11 developer libraries.   

doscmd fails to build in
tty.o: In function `video_setborder':
tty.o(.text+0x25f): undefined reference to `XSetWindowBackground'
and others.

removing doscmd from the usr.sbin Makefile is the workaround.

Most FreeBSD servers dont need or have X11 by default.  This
makes them difficult to upgrade in the field.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 1999-12-06 16:04:27 UTC
State Changed
From-To: open->closed

Please see the discussions associated with PR 12825, in which a bit 
more detail was provided.