Summary: | games/fuhquake port updated | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alexey Dokuchaev <danfe> | ||||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | ||||||||||
Priority: | Normal | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Alexey Dokuchaev
2003-08-28 16:40:23 UTC
Forgot to fix building on 5.x with XMMS. This is a patch against already-there ``files/patch-mp3_player.c'' %%% --- files/patch-mp3_player.c.orig Tue Jun 3 01:29:57 2003 +++ files/patch-mp3_player.c Mon Sep 1 15:40:29 2003 @@ -48,6 +48,7 @@ #ifdef __XMMS__ @@ -8,6 +8,15 @@ #include <sys/wait.h> cvar_t mp3_dir = {"mp3_xmms_dir", "/usr/local/bin"}; +@@ -288,7 +289,7 @@ + #define XMMS_COMMAND(Name, Param) \ + void MP3_##Name##_f(void) { \ + if (MP3_IsPlayerRunning()) { \ +- xmms_remote_##Param##(XMMS_SESSION); \ ++ xmms_remote_##Param(XMMS_SESSION); \ + } else { \ + Com_Printf("%s\n", mp3_notrunning_msg); \ + } \ @@ -769,7 +770,7 @@ #endif On Mon, Sep 01, 2003 at 03:42:08PM +0700, Alexey Dokuchaev wrote:
> Forgot to fix building on 5.x with XMMS.
> This is a patch against already-there ``files/patch-mp3_player.c''
>
> %%%
> --- files/patch-mp3_player.c.orig Tue Jun 3 01:29:57 2003
> +++ files/patch-mp3_player.c Mon Sep 1 15:40:29 2003
> @@ -48,6 +48,7 @@
>
> #ifdef __XMMS__
> @@ -8,6 +8,15 @@
> #include <sys/wait.h>
>
> cvar_t mp3_dir = {"mp3_xmms_dir", "/usr/local/bin"};
^^^^^
Could anyone *please* substitute 'local' to 'X11R6' since that is really
a place where FreeBSD ports install XMMS.
Thanks!
State Changed From-To: open->closed Committed, thanks! |