Hi ports@, I have just test this patch and it's work perfectly. The game runs well but I always have a problem with sound which stutterring. For information, I have aucat -l running and I have this same sound problem with Openarena.
Thank you Jonathan for this patch. Kind regards, Guillaume ----- Mail Original ----- De: "Jonathan Armani" <d...@asystant.net> À: ports@openbsd.org Envoyé: Dimanche 5 Avril 2009 20h30:48 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: [update] teeworlds 0.5.1 Update patch after bump. Jonathan ARMANI wrote: > Nobody ? > > Jonathan Armani a écrit : >> Hi, >> >> Update Teeworlds to last version, works fine on amd64 and tested >> on i386 by Alexander Hall. >> >> Please test and commit. >> >> Cheer, >> >> Jonathan Armani >> >> >> >> > > Index: Makefile =================================================================== RCS file: /cvs/openbsd/ports/games/teeworlds/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 10 Feb 2009 00:32:43 -0000 1.4 +++ Makefile 5 Mar 2009 09:43:21 -0000 @@ -2,9 +2,9 @@ COMMENT = platform game featuring buggers equipped with weapons -V = 0.5.0 +V = 0.5.1 DISTNAME = teeworlds-${V}-src -PKGNAME = teeworlds-${V}p3 +PKGNAME = teeworlds-${V} CATEGORIES = games MAINTAINER = Jonathan Armani <d...@asystant.net> Index: distinfo =================================================================== RCS file: /cvs/openbsd/ports/games/teeworlds/distinfo,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 distinfo --- distinfo 18 Jan 2009 17:53:36 -0000 1.1.1.1 +++ distinfo 5 Mar 2009 09:43:21 -0000 @@ -1,10 +1,10 @@ MD5 (bam-0.2.0.tar.gz) = 1O/nRZGnPBzsizTXb/0QSQ== -MD5 (teeworlds-0.5.0-src.tar.gz) = Ode11BwsclAgEhSkq2hE7Q== +MD5 (teeworlds-0.5.1-src.tar.gz) = X5bnP/TD1VLeVZAtqSVWBg== RMD160 (bam-0.2.0.tar.gz) = AK8VHVMrsEUtgC54Lx95mr8SxMU= -RMD160 (teeworlds-0.5.0-src.tar.gz) = 1m3cUvKZRy7NrWTNgJTlZtjR68s= +RMD160 (teeworlds-0.5.1-src.tar.gz) = QrAbZ7R/AQ2b+zMCPsG/G/hgCg8= SHA1 (bam-0.2.0.tar.gz) = mdhtt1D+GOpbJUk4UBIpKb0sZ0s= -SHA1 (teeworlds-0.5.0-src.tar.gz) = 58Rmc8NQdL9SdH3CWhfwkIYoG8w= +SHA1 (teeworlds-0.5.1-src.tar.gz) = QmbEPG5tYfpxit3Vpx20qYEPyNI= SHA256 (bam-0.2.0.tar.gz) = 72zdwd9HsNgQYmUDPvTlXmHeyr8ieaKs1/3wFmM8B1g= -SHA256 (teeworlds-0.5.0-src.tar.gz) = vYARxABmFo2Pqha6UqXn4N61ngNxEjw8Q0BIURDSdqo= +SHA256 (teeworlds-0.5.1-src.tar.gz) = 7HLjQ5zk1FlBD23LbU+huzBdAGQyPcs2+ixnZMNy/ng= SIZE (bam-0.2.0.tar.gz) = 162342 -SIZE (teeworlds-0.5.0-src.tar.gz) = 5890654 +SIZE (teeworlds-0.5.1-src.tar.gz) = 6392475 Index: patches/patch-default_bam =================================================================== RCS file: /cvs/openbsd/ports/games/teeworlds/patches/patch-default_bam,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-default_bam --- patches/patch-default_bam 18 Jan 2009 17:53:36 -0000 1.1.1.1 +++ patches/patch-default_bam 5 Mar 2009 09:43:21 -0000 @@ -1,6 +1,6 @@ -$OpenBSD: patch-default_bam,v 1.1.1.1 2009/01/18 17:53:36 ajacoutot Exp $ ---- default.bam.orig Tue Jan 13 20:36:11 2009 -+++ default.bam Fri Jan 16 18:41:00 2009 +$OpenBSD$ +--- default.bam.orig Thu Mar 5 11:41:17 2009 ++++ default.bam Thu Mar 5 11:41:53 2009 @@ -15,7 +15,7 @@ function Script(name) if family == "windows" then return str_replace(name, "/", "\\") @@ -10,12 +10,12 @@ end function CHash(output, ...) -@@ -132,7 +132,7 @@ function build(settings) +@@ -128,7 +128,7 @@ function build(settings) + settings.link.frameworks:Add("Carbon") + settings.link.frameworks:Add("AppKit") else - glfw_platform = "x11" - pa_platform = "unix" - settings.link.libs:Add("pthread") + settings.link.flags:Add("-pthread") end elseif family == "windows" then - glfw_platform = "win32" + settings.link.libs:Add("gdi32")