Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2007 20:20:44 +0400
From:      Max Brazhnikov <makc@issp.ac.ru>
To:        freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/114587: patch audio/openal: fix build depending ports on 7-current
Message-ID:  <200707142020.44390.makc@issp.ac.ru>
In-Reply-To: <200707141610.l6EGA9XW025343@freefall.freebsd.org>
References:  <200707141610.l6EGA9XW025343@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_cfPmG9oohuoKc3C
Content-Type: text/plain;
  charset="koi8-r"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

PORTREVISION should be bumped

--Boundary-00=_cfPmG9oohuoKc3C
Content-Type: text/x-diff;
  charset="koi8-r";
  name="openal_gcc42.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="openal_gcc42.diff"

diff -ruN --exclude=CVS /usr/ports/audio/openal/Makefile /home/makc/porting/ports/audio/openal/Makefile
--- /usr/ports/audio/openal/Makefile	Sun Jan 28 12:07:35 2007
+++ /home/makc/porting/ports/audio/openal/Makefile	Sat Jul 14 20:12:23 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	openal
 PORTVERSION=	20060211
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 MASTER_SITES=	http://openal.org/openal_webstf/downloads/
 DISTVERSION=	0.0.8
diff -ruN --exclude=CVS /usr/ports/audio/openal/files/patch-common__include__AL__alc.h /home/makc/porting/ports/audio/openal/files/patch-common__include__AL__alc.h
--- /usr/ports/audio/openal/files/patch-common__include__AL__alc.h	Thu Jan  1 03:00:00 1970
+++ /home/makc/porting/ports/audio/openal/files/patch-common__include__AL__alc.h	Sat Jul 14 19:33:57 2007
@@ -0,0 +1,20 @@
+--- ./common/include/AL/alc.h.orig	Sat Feb 11 12:36:55 2006
++++ ./common/include/AL/alc.h	Sat Jul 14 19:33:48 2007
+@@ -187,7 +187,7 @@
+ 
+ ALC_API void            ALC_APIENTRY alcDestroyContext( ALCcontext *context );
+ 
+-ALC_API ALCcontext *    ALC_APIENTRY alcGetCurrentContext( ALCvoid );
++ALC_API ALCcontext *    ALC_APIENTRY alcGetCurrentContext( void );
+ 
+ ALC_API ALCdevice*      ALC_APIENTRY alcGetContextsDevice( ALCcontext *context );
+ 
+@@ -248,7 +248,7 @@
+ typedef void           (ALC_APIENTRY *LPALCPROCESSCONTEXT)( ALCcontext *context );
+ typedef void           (ALC_APIENTRY *LPALCSUSPENDCONTEXT)( ALCcontext *context );
+ typedef void           (ALC_APIENTRY *LPALCDESTROYCONTEXT)( ALCcontext *context );
+-typedef ALCcontext *   (ALC_APIENTRY *LPALCGETCURRENTCONTEXT)( ALCvoid );
++typedef ALCcontext *   (ALC_APIENTRY *LPALCGETCURRENTCONTEXT)( void );
+ typedef ALCdevice *    (ALC_APIENTRY *LPALCGETCONTEXTSDEVICE)( ALCcontext *context );
+ typedef ALCdevice *    (ALC_APIENTRY *LPALCOPENDEVICE)( const ALCchar *devicename );
+ typedef ALCboolean     (ALC_APIENTRY *LPALCCLOSEDEVICE)( ALCdevice *device );

--Boundary-00=_cfPmG9oohuoKc3C--



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