FreeBSD Bugzilla – Attachment 108653 Details for
Bug 149527
audio/freeswitch-music: Makefile Updates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fs-music.diff
fs-music.diff (text/plain), 5.53 KB, created by
Eric F Crist
on 2010-08-11 15:00:20 UTC
(
hide
)
Description:
fs-music.diff
Filename:
MIME Type:
Creator:
Eric F Crist
Created:
2010-08-11 15:00:20 UTC
Size:
5.53 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/audio/freeswitch-music/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- Makefile 16 Jun 2010 15:03:57 -0000 1.2 >+++ Makefile 11 Aug 2010 13:11:53 -0000 >@@ -5,11 +5,10 @@ > # $FreeBSD: ports/audio/freeswitch-music/Makefile,v 1.2 2010/06/16 15:03:57 jpaetzel Exp $ > # > >-PORTNAME= freeswitch >+PORTNAME= freeswitch-music > PORTVERSION= 1.0.8 > CATEGORIES= audio > MASTER_SITES= http://files.freeswitch.org/ >-PKGNAMESUFFIX= -music > DIST_SUBDIR= freeswitch-music > > MAINTAINER= ecrist@secure-computing.net >@@ -18,6 +17,8 @@ > NO_WRKSUBDIR= yes > NO_BUILD= yes > >+BASE_PORTNAME= freeswitch >+ > OPTIONS= 8K "Install 8000Hz Music" on \ > 16K "Install 16000Hz Music" on \ > 32K "Install 32000Hz Music" on \ >@@ -25,23 +26,30 @@ > > .include <bsd.port.options.mk> > .if defined(WITH_8K) >-DISTFILES+= ${PORTNAME}-sounds${PKGNAMESUFFIX}-8000-${PORTVERSION}${EXTRACT_SUFX} >+DISTFILES+= freeswitch-sounds-music-8000-${PORTVERSION}${EXTRACT_SUFX} > .endif > .if defined(WITH_16K) >-DISTFILES+= ${PORTNAME}-sounds${PKGNAMESUFFIX}-16000-${PORTVERSION}${EXTRACT_SUFX} >+DISTFILES+= freeswitch-sounds-music-16000-${PORTVERSION}${EXTRACT_SUFX} > .endif > .if defined(WITH_32K) >-DISTFILES+= ${PORTNAME}-sounds${PKGNAMESUFFIX}-32000-${PORTVERSION}${EXTRACT_SUFX} >+DISTFILES+= freeswitch-sounds-music-32000-${PORTVERSION}${EXTRACT_SUFX} > .endif > .if defined(WITH_48K) >-DISTFILES+= ${PORTNAME}-sounds${PKGNAMESUFFIX}-48000-${PORTVERSION}${EXTRACT_SUFX} >+DISTFILES+= freeswitch-sounds-music-48000-${PORTVERSION}${EXTRACT_SUFX} > .endif > >-#RUN_DEPENDS+= freeswitch:${PORTSDIR}/net/freeswitch-core >+.for i in 8K 16K 32K 48K >+.if !defined(WITH_${i}) >+PLIST_SUB+= WITH_${i}="@comment " >+.else >+PLIST_SUB+= WITH_${i}="" >+.endif >+.endfor > > do-install: > @${ECHO_MSG} "Installing files..." >- ${MKDIR} ${PREFIX}/share/${PORTNAME}/sounds >- (cd ${WRKDIR} &&${COPYTREE_SHARE} \* ${DATADIR}/sounds/) >+ ${MKDIR} ${PREFIX}/share/${BASE_PORTNAME}/sounds >+ ${TOUCH} ${PREFIX}/share/${BASE_PORTNAME}/sounds/.freeswitch-music >+ (cd ${WRKSRC} &&${COPYTREE_SHARE} \* ${PREFIX}/share/${BASE_PORTNAME}/sounds/) > > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/audio/freeswitch-music/pkg-plist,v >retrieving revision 1.1 >diff -u -r1.1 pkg-plist >--- pkg-plist 11 Jun 2010 22:30:12 -0000 1.1 >+++ pkg-plist 11 Aug 2010 12:44:13 -0000 >@@ -1,23 +1,24 @@ >-%%DATADIR%%/sounds/music/8000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav >-%%DATADIR%%/sounds/music/8000/ponce-preludio-in-e-major.wav >-%%DATADIR%%/sounds/music/8000/suite-espanola-op-47-leyenda.wav >-%%DATADIR%%/sounds/music/8000/danza-espanola-op-37-h-142-xii-arabesca.wav >-%%DATADIR%%/sounds/music/16000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav >-%%DATADIR%%/sounds/music/16000/ponce-preludio-in-e-major.wav >-%%DATADIR%%/sounds/music/16000/suite-espanola-op-47-leyenda.wav >-%%DATADIR%%/sounds/music/16000/danza-espanola-op-37-h-142-xii-arabesca.wav >-%%DATADIR%%/sounds/music/32000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav >-%%DATADIR%%/sounds/music/32000/ponce-preludio-in-e-major.wav >-%%DATADIR%%/sounds/music/32000/suite-espanola-op-47-leyenda.wav >-%%DATADIR%%/sounds/music/32000/danza-espanola-op-37-h-142-xii-arabesca.wav >-%%DATADIR%%/sounds/music/48000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav >-%%DATADIR%%/sounds/music/48000/ponce-preludio-in-e-major.wav >-%%DATADIR%%/sounds/music/48000/suite-espanola-op-47-leyenda.wav >-%%DATADIR%%/sounds/music/48000/danza-espanola-op-37-h-142-xii-arabesca.wav >-@dirrm %%DATADIR%%/sounds/music/8000 >-@dirrm %%DATADIR%%/sounds/music/16000 >-@dirrm %%DATADIR%%/sounds/music/32000 >-@dirrm %%DATADIR%%/sounds/music/48000 >-@dirrm %%DATADIR%%/sounds/music >-@dirrmtry %%DATADIR%%/sounds >-@dirrmtry %%DATADIR%% >+share/freeswitch/sounds/.freeswitch-music >+%%WITH_8K%%share/freeswitch/sounds/music/8000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav >+%%WITH_8K%%share/freeswitch/sounds/music/8000/ponce-preludio-in-e-major.wav >+%%WITH_8K%%share/freeswitch/sounds/music/8000/suite-espanola-op-47-leyenda.wav >+%%WITH_8K%%share/freeswitch/sounds/music/8000/danza-espanola-op-37-h-142-xii-arabesca.wav >+%%WITH_16K%%share/freeswitch/sounds/music/16000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav >+%%WITH_16K%%share/freeswitch/sounds/music/16000/ponce-preludio-in-e-major.wav >+%%WITH_16K%%share/freeswitch/sounds/music/16000/suite-espanola-op-47-leyenda.wav >+%%WITH_16K%%share/freeswitch/sounds/music/16000/danza-espanola-op-37-h-142-xii-arabesca.wav >+%%WITH_16K%%share/freeswitch/sounds/music/32000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav >+%%WITH_32K%%share/freeswitch/sounds/music/32000/ponce-preludio-in-e-major.wav >+%%WITH_32K%%share/freeswitch/sounds/music/32000/suite-espanola-op-47-leyenda.wav >+%%WITH_32K%%share/freeswitch/sounds/music/32000/danza-espanola-op-37-h-142-xii-arabesca.wav >+%%WITH_48K%%share/freeswitch/sounds/music/48000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav >+%%WITH_48K%%share/freeswitch/sounds/music/48000/ponce-preludio-in-e-major.wav >+%%WITH_48K%%share/freeswitch/sounds/music/48000/suite-espanola-op-47-leyenda.wav >+%%WITH_48K%%share/freeswitch/sounds/music/48000/danza-espanola-op-37-h-142-xii-arabesca.wav >+%%WITH_8K%%@dirrm share/freeswitch/sounds/music/8000 >+%%WITH_16K%%@dirrm share/freeswitch/sounds/music/16000 >+%%WITH_32K%%@dirrm share/freeswitch/sounds/music/32000 >+%%WITH_48K%%@dirrm share/freeswitch/sounds/music/48000 >+@dirrm share/freeswitch/sounds/music >+@dirrmtry share/freeswitch/sounds >+@dirrmtry share/freeswitch
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 149527
: 108653