Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Nov 2000 23:32:46 +0100 (CET)
From:      Sune Stjerneby <sst@io.dk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23100: 
Message-ID:  <200011252232.XAA18566@io.dk>

next in thread | raw e-mail | index | archive | help

>Number:         23100
>Category:       ports
>Synopsis:       
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 25 14:40:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Sune Stjerneby
>Release:        FreeBSD 5.0-20001123-CURRENT i386
>Organization:
vmunix.dk
>Environment:

FreeBSD-CURRENT as of 2000-11-23.
Current ports-tree as of 2000-11-24.

>Description:

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"

>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

>Fix:

patch-ad:

--- remote.c.orig       Sat Nov 25 23:28:30 2000
+++ remote.c    Sat Nov 25 23:28:36 2000
@@ -45,7 +45,7 @@
 #include <sys/time.h>
 #include <sys/socket.h>
 #include <sys/un.h>
-#include <machine/mouse.h>
+#include <sys/mouse.h>
 #include <X11/Intrinsic.h>
 #include "tvdebug.h"
 #include "tvutil.h"


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011252232.XAA18566>