aboutsummaryrefslogtreecommitdiffstats
path: root/games/tremulous
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-06-12 06:56:08 +0800
committeralepulver <alepulver@FreeBSD.org>2006-06-12 06:56:08 +0800
commit288b6cbd63273a951de40cb09fa1ba3bd612eaa3 (patch)
treecd4c277e9afc466d38d7e2879796c042c6b4eb97 /games/tremulous
parent292dba322df1abc000b32b75a2480ee9b65c2d78 (diff)
downloadfreebsd-ports-gnome-288b6cbd63273a951de40cb09fa1ba3bd612eaa3.tar.gz
freebsd-ports-gnome-288b6cbd63273a951de40cb09fa1ba3bd612eaa3.tar.zst
freebsd-ports-gnome-288b6cbd63273a951de40cb09fa1ba3bd612eaa3.zip
- Add pkg-message about how to fix SDL sound problem.
Diffstat (limited to 'games/tremulous')
-rw-r--r--games/tremulous/Makefile4
-rw-r--r--games/tremulous/pkg-message10
2 files changed, 11 insertions, 3 deletions
diff --git a/games/tremulous/Makefile b/games/tremulous/Makefile
index 7215e35a95ad..c8df870fc9e7 100644
--- a/games/tremulous/Makefile
+++ b/games/tremulous/Makefile
@@ -155,10 +155,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/tremulous.xpm ${PREFIX}/share/pixmaps
post-install:
-.if defined(WITH_SDL_AUDIO) || defined(WITH_OPENAL)
@${ECHO_CMD}
- @${ECHO_CMD} "WARNING: if you have sound problems try recompiling without SDL_AUDIO and OPENAL options." | ${FMT}
+ @${CAT} ${PKGMESSAGE}
@${ECHO_CMD}
-.endif
.include <bsd.port.post.mk>
diff --git a/games/tremulous/pkg-message b/games/tremulous/pkg-message
new file mode 100644
index 000000000000..581f11640146
--- /dev/null
+++ b/games/tremulous/pkg-message
@@ -0,0 +1,10 @@
+==============================================================================
+
+If you have sound problems with SDL try setting the variable "s_sdlSpeed" to
+"44100". It will be saved to the configuration file.
+
+If you have sound problems with OpenAL recompile without it. Also the OPENAL
+option causes the program to omit restoring gamma and mouse sensivity after
+exitting.
+
+==============================================================================