Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2005 16:23:37 GMT
From:      "David J. Haines" <dhaines@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/83869: sdl12 port is broken on some machines
Message-ID:  <200507211623.j6LGNbNS048741@www.freebsd.org>
Resent-Message-ID: <200507211630.j6LGUM3w046796@freefall.freebsd.org>

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

>Number:         83869
>Category:       ports
>Synopsis:       sdl12 port is broken on some machines
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 21 16:30:22 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     David J. Haines
>Release:        5.4-p5
>Organization:
>Environment:
FreeBSD pilj 5.4-RELEASE-p5 FreeBSD 5.4-RELEASE-p5 #0: Thu Jul 21 11:28:11 EDT 2005     root@pilj:/usr/obj/usr/src/sys/PILJ  i386
>Description:
      The Makefile for SDL 1.2 erroneously references a header file that doesn't exist.  As a result, when you try to compile programs which rely on SDL (e.g. bzflag), a series of errors relating to HID joysticks appear and the build fails.  This is related to PR ports/82171, and indeed, I replied to that PR.
>How-To-Repeat:
Without NO_USB being defined in /etc/make.conf, build and install devel/sdl12 and attempt to build games/bzflag.
>Fix:
Change the line ".if exists(/usr/include/libusbhid.h)" to ".if exists(/usr/include/usbhid.h)" in the sdl12 Makefile.
>Release-Note:
>Audit-Trail:
>Unformatted:



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