From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 21 15:50:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A6B91065670 for ; Sun, 21 Feb 2010 15:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1EDC98FC16 for ; Sun, 21 Feb 2010 15:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1LFo11s004004 for ; Sun, 21 Feb 2010 15:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1LFo1fj004003; Sun, 21 Feb 2010 15:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 21 Feb 2010 15:50:01 GMT Resent-Message-Id: <201002211550.o1LFo1fj004003@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrius Morkunas Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 655A2106566B for ; Sun, 21 Feb 2010 15:49:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 551408FC15 for ; Sun, 21 Feb 2010 15:49:42 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1LFngrY057227 for ; Sun, 21 Feb 2010 15:49:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o1LFngSx057226; Sun, 21 Feb 2010 15:49:42 GMT (envelope-from nobody) Message-Id: <201002211549.o1LFngSx057226@www.freebsd.org> Date: Sun, 21 Feb 2010 15:49:42 GMT From: Andrius Morkunas To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/144177: [patch] games/linux-coldwar-demo fix depends and allow on amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2010 15:50:02 -0000 >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: