Bug 23100

Summary: (no subject)
Product: Ports & Packages Reporter: Sune Stjerneby <sst>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Sune Stjerneby 2000-11-25 22:40:00 UTC
ports/graphics/fxtv fails build due to changes in machine/mouse.h:

In file included from remote.c:48:
/usr/include/machine/mouse.h:3: #error "this file includes <machine/mouse.h> which is deprecated, use <sys/mouse.h> instead"

Fix: patch-ad:
How-To-Repeat: 
# uname -a
FreeBSD crimson.vmunix.dk 5.0-CURRENT FreeBSD 5.0-CURRENT #0:
Sat Nov 25 22:58:04 CET 2000
sst@crimson.vmunix.dk:/usr/src/sys/compile/CRIMSON  i386

# cd /usr/ports/graphics/fxtv && make
Comment 1 Trevor Johnson 2000-11-26 09:03:16 UTC
bash-2.04$ ls /usr/include/sys/mouse.h /usr/include/machine/mouse.h
ls: /usr/include/sys/mouse.h: No such file or directory
/usr/include/machine/mouse.h
bash-2.04$ uname -a
FreeBSD localhost.localdomain 4.2-BETA FreeBSD 4.2-BETA #0: Fri Nov 17
05:07:51 PST 2000
root@localhost.localdomain:/usr/src/sys/compile/4_2_RC2_A  i386
-- 
Trevor Johnson
http://jpj.net/~trevor/gpgkey.txt
Comment 2 Steve Price freebsd_committer freebsd_triage 2000-12-11 02:24:45 UTC
State Changed
From-To: open->closed

Fix committed, thanks!