FreeBSD Bugzilla – Attachment 52296 Details for
Bug 79253
Asterisk port has errors in some config files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.38 KB, created by
ari
on 2005-03-26 14:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ari
Created:
2005-03-26 14:10:02 UTC
Size:
1.38 KB
patch
obsolete
>--- Makefile.old Sat Mar 12 04:20:41 2005 >+++ Makefile Sun Mar 27 01:06:27 2005 >@@ -7,6 +7,7 @@ > > PORTNAME= asterisk > PORTVERSION= 1.0.6 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ > ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ >@@ -19,10 +20,10 @@ > MAINTAINER= sobomax@FreeBSD.org > COMMENT= An Open Source PBX and telephony toolkit > >-BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client > LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \ > newt.51:${PORTSDIR}/devel/newt >-RUN_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client >+ >+OPTIONS= MYSQL "MySQL support" off > > ONLY_FOR_ARCHS= i386 sparc64 > >@@ -41,6 +42,11 @@ > CXX="${CXX}" > > MAN8= asterisk.8 >+MUSICCONF= ${WRKSRC}/configs/musiconhold.conf.sample >+ >+.if defined(WITH_MYSQL) >+USE_MYSQL= YES >+.endif > > .include <bsd.port.pre.mk> > >@@ -67,6 +73,10 @@ > RUN_DEPENDS+= ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel > PLIST_SUB+= WITH_ZAPTEL="" > .endif >+ >+post-extract: >+ @${MV} ${MUSICCONF} ${MUSICCONF}.old >+ @${SED} 's,/var/lib/asterisk/,/usr/local/share/asterisk/,g' ${MUSICCONF}.old > ${MUSICCONF} > > post-install: > @${INSTALL_SCRIPT} ${FILESDIR}/asterisk.sh ${PREFIX}/etc/rc.d
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 79253
: 52296