From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 15 09:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 770D77D9; Fri, 15 Mar 2013 09:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5B023ADE; Fri, 15 Mar 2013 09:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2F902IT089876; Fri, 15 Mar 2013 09:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2F900H6089874; Fri, 15 Mar 2013 09:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 15 Mar 2013 09:00:00 GMT Resent-Message-Id: <201303150900.r2F900H6089874@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Cc: benlutz@datacomm.ch, Sender Ghost , Pawel Pekala Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christoph Mallon Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 77AD47B8 for ; Fri, 15 Mar 2013 08:58:06 +0000 (UTC) (envelope-from christoph.mallon@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by mx1.freebsd.org (Postfix) with ESMTP id 0E49FACD for ; Fri, 15 Mar 2013 08:58:05 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.31]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MTMoj-1U8LsJ32Yx-00SOUf for ; Fri, 15 Mar 2013 09:58:04 +0100 Received: (qmail invoked by alias); 15 Mar 2013 08:58:04 -0000 Received: from p5B1321A3.dip.t-dialin.net (EHLO rotluchs.lokal) [91.19.33.163] by mail.gmx.net (mp031) with SMTP; 15 Mar 2013 09:58:04 +0100 Received: from tron by rotluchs.lokal with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UGQSg-000O5J-6z; Fri, 15 Mar 2013 09:58:02 +0100 Message-Id: Date: Fri, 15 Mar 2013 09:58:02 +0100 From: Christoph Mallon To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 X-GNATS-Notify: benlutz@datacomm.ch, Sender Ghost , Pawel Pekala Subject: ports/176986: [PATCH] games/uqm: Install the music and voice addons into the right place. Cc: Christoph Mallon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Christoph Mallon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Mar 2013 09:00:02 -0000 >Number: 176986 >Category: ports >Synopsis: [PATCH] games/uqm: Install the music and voice addons into the right place. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 15 09:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Mallon >Release: >Organization: >Environment: >Description: The game looks for the music and voice data in the directory addons/, not packages/. The maintainer and submitter of the last version update are X-GNATS-Notified. >How-To-Repeat: >Fix: Please apply this patch. --- 0001-games-uqm-Install-the-music-and-voice-addons-into-th.patch begins here --- >From 20c0379ae686108208071d99b30ac57b7d53dbb3 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Fri, 15 Mar 2013 07:14:25 +0100 Subject: [PATCH] games/uqm: Install the music and voice addons into the right place. The game looks for them in the directory addons/, not packages/. --- games/uqm/Makefile | 7 ++++--- games/uqm/pkg-plist | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/games/uqm/Makefile b/games/uqm/Makefile index f08377b..ca2a0ad 100644 --- a/games/uqm/Makefile +++ b/games/uqm/Makefile @@ -3,6 +3,7 @@ PORTNAME= uqm PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/sc2/UQM/${PORTVERSION:R} DISTFILES= ${PORTNAME}-${PORTVERSION}-source.tgz ${PORTNAME}-${DATAVERSION}-content.uqm @@ -46,13 +47,13 @@ USE_OPENAL= al .endif post-extract: - ${MKDIR} ${WRKSRC}/content/packages + ${MKDIR} ${WRKSRC}/content/addons ${WRKSRC}/content/packages ${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-content.uqm ${WRKSRC}/content/packages/ .ifdef(WITH_VOICE) - ${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-voice.uqm ${WRKSRC}/content/packages/ + ${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-voice.uqm ${WRKSRC}/content/addons/ .endif .ifdef(WITH_MUSIC) - ${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-3domusic.uqm ${WRKSRC}/content/packages/ + ${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-3domusic.uqm ${WRKSRC}/content/addons/ .endif do-configure: diff --git a/games/uqm/pkg-plist b/games/uqm/pkg-plist index 0b3419d..0c0217c 100644 --- a/games/uqm/pkg-plist +++ b/games/uqm/pkg-plist @@ -2,9 +2,10 @@ bin/uqm lib/uqm/uqm %%DATADIR%%/content/packages/uqm-0.7.0-content.uqm %%DATADIR%%/content/version -%%VOICEADDON%%%%DATADIR%%/content/packages/uqm-0.7.0-voice.uqm -%%MUSICADDON%%%%DATADIR%%/content/packages/uqm-0.7.0-3domusic.uqm +%%VOICEADDON%%%%DATADIR%%/content/addons/uqm-0.7.0-voice.uqm +%%MUSICADDON%%%%DATADIR%%/content/addons/uqm-0.7.0-3domusic.uqm @dirrm %%DATADIR%%/content/packages +@dirrm %%DATADIR%%/content/addons @dirrm %%DATADIR%%/content @dirrm %%DATADIR%% @dirrm lib/uqm -- 1.8.1.5 --- 0001-games-uqm-Install-the-music-and-voice-addons-into-th.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: