FreeBSD Bugzilla – Attachment 132650 Details for
Bug 176986
[PATCH] games/uqm: Install the music and voice addons into the right place.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-games-uqm-Install-the-music-and-voice-addons-into-th.patch
0001-games-uqm-Install-the-music-and-voice-addons-into-th.patch (text/plain), 2.05 KB, created by
Christoph Mallon
on 2013-03-15 09:00:00 UTC
(
hide
)
Description:
0001-games-uqm-Install-the-music-and-voice-addons-into-th.patch
Filename:
MIME Type:
Creator:
Christoph Mallon
Created:
2013-03-15 09:00:00 UTC
Size:
2.05 KB
patch
obsolete
>From 20c0379ae686108208071d99b30ac57b7d53dbb3 Mon Sep 17 00:00:00 2001 >From: Christoph Mallon <christoph.mallon@gmx.de> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 176986
: 132650 |
132651