FreeBSD Bugzilla – Attachment 111866 Details for
Bug 153191
net/freeswitch-core: missing files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
freeswitch-core-12-17-10.diff
freeswitch-core-12-17-10.diff (text/plain), 3.99 KB, created by
RIchard Neese
on 2010-12-17 16:39:51 UTC
(
hide
)
Description:
freeswitch-core-12-17-10.diff
Filename:
MIME Type:
Creator:
RIchard Neese
Created:
2010-12-17 16:39:51 UTC
Size:
3.99 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/freeswitch-core/Makefile,v >retrieving revision 1.15 >diff -u -r1.15 Makefile >--- Makefile 8 Dec 2010 18:33:22 -0000 1.15 >+++ Makefile 17 Dec 2010 16:24:14 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= freeswitch-core > PORTVERSION= 201044 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= ftp://ftp.secure-computing.net/pub/freeswitch/ \ > ftp://ftp2.secure-computing.net/pub/freeswitch/ \ >Index: files/patch-libs-freetdm-Makefile.am >=================================================================== >RCS file: files/patch-libs-freetdm-Makefile.am >diff -N files/patch-libs-freetdm-Makefile.am >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-libs-freetdm-Makefile.am 17 Dec 2010 16:24:14 -0000 >@@ -0,0 +1,9 @@ >+--- libs/freetdm/Makefile.am >++++ libs/freetdm/Makefile.am >+@@ -320,5 +320,5 @@ mod_freetdm-clean: >+ install-data-local: >+ $(mkinstalldirs) $(DESTDIR)$(PREFIX) >+ $(mkinstalldirs) $(DESTDIR)@confdir@ >+- @[ -f "$(DESTDIR)@confdir@/freetdm.conf" ] || ( cp conf/*.conf $(DESTDIR)@confdir@) >++ @for i in conf/*.conf; do cp $$i $$i.sample; done; cp -f conf/*.conf.sample $(DESTDIR)@confdir@ >+ @echo FreeTDM Installed >Index: files/patch-libs-freetdm-mod_freetdm-Makefile.in >=================================================================== >RCS file: files/patch-libs-freetdm-mod_freetdm-Makefile.in >diff -N files/patch-libs-freetdm-mod_freetdm-Makefile.in >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-libs-freetdm-mod_freetdm-Makefile.in 17 Dec 2010 16:24:14 -0000 >@@ -0,0 +1,12 @@ >+--- libs/freetdm/mod_freetdm/Makefile.in >++++ libs/freetdm/mod_freetdm/Makefile.in >+@@ -15,8 +15,7 @@ $(FTLA): $(FT_DIR)/.update >+ >+ local_install: >+ cd $(FT_DIR) && $(MAKE) install >+- [ -f $(DESTDIR)@confdir@/autoload_configs/freetdm.conf.xml ] || cp -f $(FT_DIR)/conf/freetdm.conf.xml $(DESTDIR)@confdir@/autoload_configs >+- >++ @for i in $(FT_DIR)/conf/*.xml; do cp $$i $$i.sample; done; cp -f $(FT_DIR)/conf/*.xml.sample $(DESTDIR)@confdir@/autoload_configs >+ local_clean: >+ cd $(FT_DIR) && $(MAKE) clean >+ >Index: files/patch-libs-freetdm-src-ftmod-ftmod_zt-ftmod_zt.c >=================================================================== >RCS file: files/patch-libs-freetdm-src-ftmod-ftmod_zt-ftmod_zt.c >diff -N files/patch-libs-freetdm-src-ftmod-ftmod_zt-ftmod_zt.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-libs-freetdm-src-ftmod-ftmod_zt-ftmod_zt.c 17 Dec 2010 16:24:14 -0000 >@@ -0,0 +1,73 @@ >+--- libs/freetdm/src/ftmod/ftmod_zt/ftmod_zt.c >++++ libs/freetdm/src/ftmod/ftmod_zt/ftmod_zt.c >+@@ -52,38 +52,38 @@ static struct { >+ * \brief General IOCTL codes >+ */ >+ struct ioctl_codes { >+- int GET_BLOCKSIZE; >+- int SET_BLOCKSIZE; >+- int FLUSH; >+- int SYNC; >+- int GET_PARAMS; >+- int SET_PARAMS; >+- int HOOK; >+- int GETEVENT; >+- int IOMUX; >+- int SPANSTAT; >+- int MAINT; >+- int GETCONF; >+- int SETCONF; >+- int CONFLINK; >+- int CONFDIAG; >+- int GETGAINS; >+- int SETGAINS; >+- int SPANCONFIG; >+- int CHANCONFIG; >+- int SET_BUFINFO; >+- int GET_BUFINFO; >+- int AUDIOMODE; >+- int ECHOCANCEL; >+- int HDLCRAWMODE; >+- int HDLCFCSMODE; >+- int SPECIFY; >+- int SETLAW; >+- int SETLINEAR; >+- int GETCONFMUTE; >+- int ECHOTRAIN; >+- int SETTXBITS; >+- int GETRXBITS; >++ long GET_BLOCKSIZE; >++ long SET_BLOCKSIZE; >++ long FLUSH; >++ long SYNC; >++ long GET_PARAMS; >++ long SET_PARAMS; >++ long HOOK; >++ long GETEVENT; >++ long IOMUX; >++ long SPANSTAT; >++ long MAINT; >++ long GETCONF; >++ long SETCONF; >++ long CONFLINK; >++ long CONFDIAG; >++ long GETGAINS; >++ long SETGAINS; >++ long SPANCONFIG; >++ long CHANCONFIG; >++ long SET_BUFINFO; >++ long GET_BUFINFO; >++ long AUDIOMODE; >++ long ECHOCANCEL; >++ long HDLCRAWMODE; >++ long HDLCFCSMODE; >++ long SPECIFY; >++ long SETLAW; >++ long SETLINEAR; >++ long GETCONFMUTE; >++ long ECHOTRAIN; >++ long SETTXBITS; >++ long GETRXBITS; >+ }; >+ >+ /**
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 153191
:
111865
| 111866