Not all but couple of video games :-) On 26 October 2017 at 08:33, Rafael Sadowski <[email protected]> wrote:
> Did you test your diff with all consumers? > > audio/freealut > emulators/fs-uae > emulators/retroarch > games/0ad/base > games/astromenace > games/dhewm3 > games/dustrac > games/gemrb > games/ioquake3 > games/irrlamb > games/love > games/lugaru > games/lwjgl > games/megaglest/base > games/minetest > games/openmw > games/scorched3d > games/solarus > games/spacezero > games/speeddreams > games/supertux > games/supertuxkart > games/taisei > games/tome4 > games/ufoai/base > games/valyriatear > games/vegastrike/engine > games/warzone2100 > games/yquake2 > graphics/blender > graphics/simgear > multimedia/sfml > x11/kde4/libkdegames > x11/qt5/qtmultimedia > > Your diff itself looks good to me. > > On Fri Oct 13, 2017 at 10:57:09PM +0100, David CARLIER wrote: > > Hi, > > > > there is a small update of this port. > > > > Hope it s good. > > > > Regards. > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/audio/openal/Makefile,v > > retrieving revision 1.48 > > diff -u -p -r1.48 Makefile > > --- Makefile 18 Aug 2017 12:47:58 -0000 1.48 > > +++ Makefile 13 Oct 2017 21:54:17 -0000 > > @@ -4,13 +4,12 @@ BROKEN-hppa = undefined reference to __s > > > > COMMENT = cross-platform 3D audio API > > > > -V = 1.16.0 > > +V = 1.17.2 > > EPOCH = 0 > > DISTNAME = openal-soft-$V > > PKGNAME = openal-$V > > CATEGORIES = audio > > -SHARED_LIBS = openal 2.2 > > -REVISION = 1 > > +SHARED_LIBS = openal 3.0 > > > > HOMEPAGE = http://kcat.strangesoft.net/openal.html > > > > Index: distinfo > > =================================================================== > > RCS file: /cvs/ports/audio/openal/distinfo,v > > retrieving revision 1.9 > > diff -u -p -r1.9 distinfo > > --- distinfo 3 Nov 2016 10:27:15 -0000 1.9 > > +++ distinfo 13 Oct 2017 21:54:17 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (openal-soft-1.16.0.tar.bz2) = Lz3NMT/iY5EoT7+FloY3I/ > mcZdbGhG3MtI55ytr0DV8= > > -SIZE (openal-soft-1.16.0.tar.bz2) = 393280 > > +SHA256 (openal-soft-1.17.2.tar.bz2) = o0H4VC8fC4xlJBoX2hPQc/ > GOwGZY4aFgao7Mi7wrMxQ= > > +SIZE (openal-soft-1.17.2.tar.bz2) = 486934 > > Index: patches/patch-Alc_alcConfig_c > > =================================================================== > > RCS file: /cvs/ports/audio/openal/patches/patch-Alc_alcConfig_c,v > > retrieving revision 1.3 > > diff -u -p -r1.3 patch-Alc_alcConfig_c > > --- patches/patch-Alc_alcConfig_c 3 Nov 2016 10:27:15 -0000 1.3 > > +++ patches/patch-Alc_alcConfig_c 13 Oct 2017 21:54:17 -0000 > > @@ -1,7 +1,8 @@ > > $OpenBSD: patch-Alc_alcConfig_c,v 1.3 2016/11/03 10:27:15 jasper Exp $ > > ---- Alc/alcConfig.c.orig Fri Aug 15 08:06:59 2014 > > -+++ Alc/alcConfig.c Sun Sep 4 22:48:18 2016 > > -@@ -326,7 +326,7 @@ void ReadALConfig(void) > > +Index: Alc/alcConfig.c > > +--- Alc/alcConfig.c.orig > > ++++ Alc/alcConfig.c > > +@@ -353,7 +353,7 @@ void ReadALConfig(void) > > const char *str; > > FILE *f; > > > > Index: patches/patch-CMakeLists_txt > > =================================================================== > > RCS file: /cvs/ports/audio/openal/patches/patch-CMakeLists_txt,v > > retrieving revision 1.6 > > diff -u -p -r1.6 patch-CMakeLists_txt > > --- patches/patch-CMakeLists_txt 3 Nov 2016 10:27:15 -0000 1.6 > > +++ patches/patch-CMakeLists_txt 13 Oct 2017 21:54:17 -0000 > > @@ -1,21 +1,13 @@ > > $OpenBSD: patch-CMakeLists_txt,v 1.6 2016/11/03 10:27:15 jasper Exp $ > > ---- CMakeLists.txt.orig Fri Aug 15 08:06:59 2014 > > -+++ CMakeLists.txt Sun Sep 4 22:58:36 2016 > > -@@ -186,7 +186,7 @@ HAVE_C11_ALIGNAS) > > - # Check if we have C11 _Atomic > > - CHECK_C_SOURCE_COMPILES( > > - "#include <stdatomic.h> > > -- int _Atomic foo; > > -+ const int _Atomic foo = ATOMIC_VAR_INIT(~0); > > - int main() > > - { > > - return atomic_load(&foo); > > -@@ -1134,7 +1134,7 @@ ENDIF() > > +Index: CMakeLists.txt > > +--- CMakeLists.txt.orig > > ++++ CMakeLists.txt > > +@@ -1207,7 +1207,7 @@ ENDIF() > > # Install alsoft.conf configuration file > > IF(ALSOFT_CONFIG) > > INSTALL(FILES alsoftrc.sample > > -- DESTINATION share/openal > > -+ DESTINATION share/examples/openal > > +- DESTINATION ${SHARE_INSTALL_DIR}/openal > > ++ DESTINATION ${SHARE_INSTALL_DIR}/examples/openal > > ) > > MESSAGE(STATUS "Installing sample configuration") > > MESSAGE(STATUS "") > > Index: patches/patch-OpenAL32_alBuffer_c > > =================================================================== > > RCS file: /cvs/ports/audio/openal/patches/patch-OpenAL32_alBuffer_c,v > > retrieving revision 1.1 > > diff -u -p -r1.1 patch-OpenAL32_alBuffer_c > > --- patches/patch-OpenAL32_alBuffer_c 3 Nov 2016 10:27:38 -0000 > 1.1 > > +++ patches/patch-OpenAL32_alBuffer_c 13 Oct 2017 21:54:17 -0000 > > @@ -1,9 +1,10 @@ > > $OpenBSD: patch-OpenAL32_alBuffer_c,v 1.1 2016/11/03 10:27:38 jasper > Exp $ > > ---- OpenAL32/alBuffer.c.orig Fri Aug 15 08:06:59 2014 > > -+++ OpenAL32/alBuffer.c Sun Sep 4 22:48:18 2016 > > -@@ -1179,7 +1179,7 @@ static ALboolean DecomposeFormat(ALenum format, > enum F > > - { AL_7POINT1_16_SOFT, FmtX71, FmtShort }, > > - { AL_7POINT1_32F_SOFT, FmtX71, FmtFloat }, > > +Index: OpenAL32/alBuffer.c > > +--- OpenAL32/alBuffer.c.orig > > ++++ OpenAL32/alBuffer.c > > +@@ -1209,7 +1209,7 @@ static ALboolean DecomposeFormat(ALenum format, > enum F > > + { AL_FORMAT_BFORMAT3D_16, FmtBFormat3D, FmtShort }, > > + { AL_FORMAT_BFORMAT3D_FLOAT32, FmtBFormat3D, FmtFloat }, > > }; > > - ALuint i; > > + volatile ALuint i; > > Index: patches/patch-utils_makehrtf_c > > =================================================================== > > RCS file: /cvs/ports/audio/openal/patches/patch-utils_makehrtf_c,v > > retrieving revision 1.2 > > diff -u -p -r1.2 patch-utils_makehrtf_c > > --- patches/patch-utils_makehrtf_c 3 Nov 2016 10:27:15 -0000 1.2 > > +++ patches/patch-utils_makehrtf_c 13 Oct 2017 21:54:17 -0000 > > @@ -1,7 +1,8 @@ > > $OpenBSD: patch-utils_makehrtf_c,v 1.2 2016/11/03 10:27:15 jasper Exp $ > > ---- utils/makehrtf.c.orig Fri Aug 15 08:06:59 2014 > > -+++ utils/makehrtf.c Sun Sep 4 22:48:18 2016 > > -@@ -2071,7 +2071,7 @@ static int StoreMhr (const HrirDataT * hData, > const ch > > +Index: utils/makehrtf.c > > +--- utils/makehrtf.c.orig > > ++++ utils/makehrtf.c > > +@@ -2070,7 +2070,7 @@ static int StoreMhr (const HrirDataT * hData, > const ch > > step = hData -> mIrSize; > > end = hData -> mIrCount * step; > > n = hData -> mIrPoints; > > Index: pkg/PLIST > > =================================================================== > > RCS file: /cvs/ports/audio/openal/pkg/PLIST,v > > retrieving revision 1.8 > > diff -u -p -r1.8 PLIST > > --- pkg/PLIST 3 Nov 2016 10:27:16 -0000 1.8 > > +++ pkg/PLIST 13 Oct 2017 21:54:17 -0000 > > @@ -1,4 +1,6 @@ > > @comment $OpenBSD: PLIST,v 1.8 2016/11/03 10:27:16 jasper Exp $ > > +@bin bin/altonegen > > +@bin bin/bsincgen > > @bin bin/makehrtf > > @bin bin/openal-info > > include/AL/ > >
