Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2003 07:35:18 +0200 (CEST)
From:      Ronald Kuehn <rk@ronald.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54425: games/imaze: fix build problems on 5.x
Message-ID:  <200307130535.h6D5ZI30024221@wallace.home.ronald.org>
Resent-Message-ID: <200307130540.h6D5e69G088758@freefall.freebsd.org>

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

>Number:         54425
>Category:       ports
>Synopsis:       games/imaze: fix build problems on 5.x
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 12 22:40:06 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ronald Kuehn
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD wallace.home.ronald.org 4.6-STABLE FreeBSD 4.6-STABLE #9: Mon Aug 19 12:29:58 CEST 2002 rk@merlin.home.ronald.org:/usr/build/obj/usr/src/sys/WALLACE i386


	
>Description:

The bento logs show build problems of games/imaze on 5.x.
I can't test that myself since I currently don't have a 5.x system.
The attached fix should correct that problem (soundcard.h location).

>How-To-Repeat:
	
>Fix:

diff -ruN imaze/files/patch-ab /tmp/imaze/files/patch-ab
--- imaze/files/patch-ab	Thu Jan  1 01:00:00 1970
+++ /tmp/imaze/files/patch-ab	Sat Jun 28 16:03:54 2003
@@ -0,0 +1,11 @@
+--- source/fbsd_joystick.c.orig	Sat Jun 28 15:55:30 2003
++++ source/fbsd_joystick.c	Sat Jun 28 15:56:01 2003
+@@ -44,7 +44,7 @@
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <sys/time.h>
+-#include <machine/joystick.h>
++#include <sys/joystick.h>
+ 
+ #include "argv.h"
+ #include "global.h"
diff -ruN imaze/files/patch-ac /tmp/imaze/files/patch-ac
--- imaze/files/patch-ac	Thu Jan  1 01:00:00 1970
+++ /tmp/imaze/files/patch-ac	Sat Jun 28 16:03:57 2003
@@ -0,0 +1,11 @@
+--- source/voxware_audio.c.orig	Sat Jun 28 15:55:41 2003
++++ source/voxware_audio.c	Sat Jun 28 15:56:08 2003
+@@ -50,7 +50,7 @@
+ #ifdef linux
+ #include <linux/soundcard.h>
+ #else
+-#include <machine/soundcard.h>
++#include <sys/soundcard.h>
+ #endif
+ 
+ #include "argv.h"

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



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