Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2010 15:49:42 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144177: [patch] games/linux-coldwar-demo fix depends and allow on amd64
Message-ID:  <201002211549.o1LFngSx057226@www.freebsd.org>
Resent-Message-ID: <201002211550.o1LFo1fj004003@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144177
>Category:       ports
>Synopsis:       [patch] games/linux-coldwar-demo fix depends and allow on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 21 15:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrius Morkunas
>Release:        
>Organization:
>Environment:
>Description:
Port should depend on openal:
# linux-coldwar
bin/meng: error while loading shared libraries: libopenal.so.0: cannot open shared object file: No such file or directory

And it works on amd64.
>How-To-Repeat:
Launch the game without linux openal installed.

>Fix:


Patch attached with submission follows:

diff -ruN games/linux-coldwar-demo.orig/Makefile games/linux-coldwar-demo/Makefile
--- games/linux-coldwar-demo.orig/Makefile	2009-09-17 07:42:02.000000000 +0000
+++ games/linux-coldwar-demo/Makefile	2010-02-21 15:45:19.702405303 +0000
@@ -16,9 +16,9 @@
 MAINTAINER=	mva@FreeBSD.org
 COMMENT=	Coldwar Demo - a third-person sneaker like Splinter Cell
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	yes
-USE_LINUX_APPS=	sdl12 jpeg sdlmixer mikmod libogg libvorbis libtheora xorglibs
+USE_LINUX_APPS=	sdl12 jpeg sdlmixer openal mikmod libogg libvorbis libtheora xorglibs
 NO_CDROM=	Redistribution is limited, see license
 NO_BUILD=	yes
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002211549.o1LFngSx057226>