FreeBSD Bugzilla – Attachment 115389 Details for
Bug 157159
Fix port: net/wowzamediaserverpro uses CONF_FILES internally
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.17 KB, created by
Chris Rees
on 2011-05-18 20:50:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Chris Rees
Created:
2011-05-18 20:50:11 UTC
Size:
1.17 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /exports/cvsroot-freebsd/ports/net/wowzamediaserverpro/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- Makefile 29 Dec 2010 20:04:26 -0000 1.3 >+++ Makefile 18 May 2011 19:04:21 -0000 >@@ -30,7 +30,7 @@ > STDOUT_LOG= ${LOG_DIR}/stdout.log > STDERR_LOG= ${LOG_DIR}/stderr.log > >-CONF_FILES= Application.xml MediaCasters.xml RTP.xml VHost.xml jmxremote.password \ >+WMP_CONF_FILES= Application.xml MediaCasters.xml RTP.xml VHost.xml jmxremote.password \ > Authentication.xml MediaReaders.xml Server.xml VHosts.xml log4j.properties \ > MP3Tags.xml MediaWriters.xml Streams.xml jmxremote.access rtp.password > CONF_EXT= sample >@@ -56,7 +56,7 @@ > ${SH} ${WRKDIR}/wowza-licence.sh > > post-patch: >-.for f in ${CONF_FILES} >+.for f in ${WMP_CONF_FILES} > @${MV} ${WRKSRC}/conf/${f} ${WRKSRC}/conf/${f}.${CONF_EXT} > .endfor > >@@ -75,7 +75,7 @@ > @${CP} -R ${WRKSRC}/bin ${APP_HOME} > @${CP} -R ${WRKSRC}/conf/*.${CONF_EXT} ${APP_HOME}/conf/ > >-.for f in ${CONF_FILES} >+.for f in ${WMP_CONF_FILES} > . if !exists(${APP_HOME}/conf/${f}) > @${CP} ${APP_HOME}/conf/${f}.${CONF_EXT} ${APP_HOME}/conf/${f} > . else
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 157159
: 115389