ports/144177: [patch] games/linux-coldwar-demo fix depends and allow on amd64

Andrius Morkunas hinokind at gmail.com
Sun Feb 21 15:50:02 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list