diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-31 18:01:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-31 18:01:45 +0800 |
commit | d0092eb5cccb3cf23b5189292322ffe2676ecf87 (patch) | |
tree | e282606588a87b5c739414907912441d81a46871 /games | |
parent | 2bb25c407b461d71aa7b491c7c9b67f8c4361346 (diff) | |
download | freebsd-ports-gnome-d0092eb5cccb3cf23b5189292322ffe2676ecf87.tar.gz freebsd-ports-gnome-d0092eb5cccb3cf23b5189292322ffe2676ecf87.tar.zst freebsd-ports-gnome-d0092eb5cccb3cf23b5189292322ffe2676ecf87.zip |
- Update to 2.1.3
PR: 122265
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/stormbaancoureur/Makefile | 6 | ||||
-rw-r--r-- | games/stormbaancoureur/distinfo | 6 | ||||
-rw-r--r-- | games/stormbaancoureur/files/patch-src-common-soundenginealsa.cxx | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/games/stormbaancoureur/Makefile b/games/stormbaancoureur/Makefile index a15af77f68e1..4b5e9bdcaa82 100644 --- a/games/stormbaancoureur/Makefile +++ b/games/stormbaancoureur/Makefile @@ -6,7 +6,7 @@ # PORTNAME= stormbaancoureur -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= games MASTER_SITES= http://bram.creative4vision.nl/sturmbahnfahrer/download/ \ http://www.amdmi3.ru/distfiles/ @@ -15,8 +15,8 @@ MAINTAINER= amdmi3@amdmi3.ru COMMENT= Simulated obstacle course for automobiles LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut -BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ - ${X11BASE}/lib/libode.a:${PORTSDIR}/devel/ode +BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ + ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode USE_GL= yes diff --git a/games/stormbaancoureur/distinfo b/games/stormbaancoureur/distinfo index 44430a231d59..60c7f30c954a 100644 --- a/games/stormbaancoureur/distinfo +++ b/games/stormbaancoureur/distinfo @@ -1,3 +1,3 @@ -MD5 (stormbaancoureur-2.1.2.tar.gz) = 58293d0538be83e237589a32c43b7a37 -SHA256 (stormbaancoureur-2.1.2.tar.gz) = 98e5ed4a0f96cd0a75d9306b07b91de481544be0ad409fcdfb68bcf254651531 -SIZE (stormbaancoureur-2.1.2.tar.gz) = 4018466 +MD5 (stormbaancoureur-2.1.3.tar.gz) = 5475c64d85d0921f446cf9fbb3b73c35 +SHA256 (stormbaancoureur-2.1.3.tar.gz) = 55e6f47fd41387eb8f7b8ef66c1c6783ba7d9bf849dabbd94f9d7a93465e6376 +SIZE (stormbaancoureur-2.1.3.tar.gz) = 4015265 diff --git a/games/stormbaancoureur/files/patch-src-common-soundenginealsa.cxx b/games/stormbaancoureur/files/patch-src-common-soundenginealsa.cxx index 18b7a21df7ea..291de32a38bd 100644 --- a/games/stormbaancoureur/files/patch-src-common-soundenginealsa.cxx +++ b/games/stormbaancoureur/files/patch-src-common-soundenginealsa.cxx @@ -1,5 +1,5 @@ ---- src-common/soundenginealsa.cxx.orig 2008-01-06 23:27:11.000000000 +0300 -+++ src-common/soundenginealsa.cxx 2008-02-09 00:54:41.000000000 +0300 +--- src-common/soundenginealsa.cxx.orig 2008-03-22 21:45:22.000000000 +0300 ++++ src-common/soundenginealsa.cxx 2008-03-30 17:58:09.000000000 +0400 @@ -38,219 +38,46 @@ complexfeed(0), enginefeed(0), @@ -186,9 +186,9 @@ - - float fractiondone = activefeed->FractionDone(delay); - -- if (delay < framelag) +- if (delay < (int) buffersz) - { -- int todo = framelag - delay; +- int todo = buffersz - delay; -#if 0 - int cnt = (todo + periodsz-1) / periodsz; // Use this with pulse audio (fedora) -#else |