[svn-commits] russell: branch 1.8 r359050 - in /branches/1.8: ./ apps/ build_tools/ channel...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Mar 13 18:34:56 CDT 2012
Author: russell
Date: Tue Mar 13 18:34:50 2012
New Revision: 359050
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=359050
Log:
Remove chan_usbradio and app_rpt.
These modules are being maintained outside of the tree and have been for a long
time now, so it doesn't make sense to keep them here.
Review: https://reviewboard.asterisk.org/r/1764/
Removed:
branches/1.8/apps/app_rpt.c
branches/1.8/channels/chan_usbradio.c
branches/1.8/channels/xpmr/
Modified:
branches/1.8/build_tools/menuselect-deps.in
branches/1.8/configure
branches/1.8/configure.ac
branches/1.8/include/asterisk/autoconfig.h.in
branches/1.8/makeopts.in
Modified: branches/1.8/build_tools/menuselect-deps.in
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/build_tools/menuselect-deps.in?view=diff&rev=359050&r1=359049&r2=359050
==============================================================================
--- branches/1.8/build_tools/menuselect-deps.in (original)
+++ branches/1.8/build_tools/menuselect-deps.in Tue Mar 13 18:34:50 2012
@@ -61,7 +61,6 @@
SYSLOG=@PBX_SYSLOG@
TONEZONE=@PBX_TONEZONE@
UNIXODBC=@PBX_UNIXODBC@
-USB=@PBX_USB@
VORBIS=@PBX_VORBIS@
VPB=@PBX_VPB@
WINARCH=@PBX_WINARCH@
Modified: branches/1.8/configure.ac
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configure.ac?view=diff&rev=359050&r1=359049&r2=359050
==============================================================================
--- branches/1.8/configure.ac (original)
+++ branches/1.8/configure.ac Tue Mar 13 18:34:50 2012
@@ -451,7 +451,6 @@
AST_EXT_LIB_SETUP([TINFO], [Term Info], [tinfo])
AST_EXT_LIB_SETUP([TONEZONE], [tonezone], [tonezone])
AST_EXT_LIB_SETUP([UNIXODBC], [unixODBC], [unixodbc])
-AST_EXT_LIB_SETUP([USB], [usb], [usb])
AST_EXT_LIB_SETUP([VORBIS], [Vorbis], [vorbis])
AST_EXT_LIB_SETUP([VPB], [Voicetronix API], [vpb])
AST_EXT_LIB_SETUP([X11], [X11], [x11])
@@ -2073,8 +2072,6 @@
AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [dahdi/tonezone.h], [${tonezone_extra} ${DAHDI_INCLUDE}])
-AST_EXT_LIB_CHECK([USB], [usb], [usb_init], [usb.h], [])
-
if test "${OSARCH}" = "OpenBSD";
then
AST_EXT_LIB_CHECK([VORBIS], [vorbis], [vorbis_info_init], [vorbis/codec.h], [-lm -lvorbisenc -lvorbisfile -logg])
Modified: branches/1.8/include/asterisk/autoconfig.h.in
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/include/asterisk/autoconfig.h.in?view=diff&rev=359050&r1=359049&r2=359050
==============================================================================
--- branches/1.8/include/asterisk/autoconfig.h.in (original)
+++ branches/1.8/include/asterisk/autoconfig.h.in Tue Mar 13 18:34:50 2012
@@ -825,19 +825,19 @@
/* Define to 1 if you have the `strtoq' function. */
#undef HAVE_STRTOQ
-/* Define to 1 if `ifr_ifru.ifru_hwaddr' is member of `struct ifreq'. */
+/* Define to 1 if `ifr_ifru.ifru_hwaddr' is a member of `struct ifreq'. */
#undef HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR
-/* Define to 1 if `uid' is member of `struct sockpeercred'. */
+/* Define to 1 if `uid' is a member of `struct sockpeercred'. */
#undef HAVE_STRUCT_SOCKPEERCRED_UID
-/* Define to 1 if `st_blksize' is member of `struct stat'. */
+/* Define to 1 if `st_blksize' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
-/* Define to 1 if `cr_uid' is member of `struct ucred'. */
+/* Define to 1 if `cr_uid' is a member of `struct ucred'. */
#undef HAVE_STRUCT_UCRED_CR_UID
-/* Define to 1 if `uid' is member of `struct ucred'. */
+/* Define to 1 if `uid' is a member of `struct ucred'. */
#undef HAVE_STRUCT_UCRED_UID
/* Define to 1 if you have the mISDN Supplemental Services library. */
@@ -978,9 +978,6 @@
/* Define to 1 if you have the `unsetenv' function. */
#undef HAVE_UNSETENV
-/* Define to 1 if you have the usb library. */
-#undef HAVE_USB
-
/* Define to 1 if you have the `utime' function. */
#undef HAVE_UTIME
@@ -1114,6 +1111,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
Modified: branches/1.8/makeopts.in
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/makeopts.in?view=diff&rev=359050&r1=359049&r2=359050
==============================================================================
--- branches/1.8/makeopts.in (original)
+++ branches/1.8/makeopts.in Tue Mar 13 18:34:50 2012
@@ -262,9 +262,6 @@
TONEZONE_INCLUDE=@TONEZONE_INCLUDE@
TONEZONE_LIB=@TONEZONE_LIB@
-USB_INCLUDE=@USB_INCLUDE@
-USB_LIB=@USB_LIB@
-
UNIXODBC_INCLUDE=@UNIXODBC_INCLUDE@
UNIXODBC_LIB=@UNIXODBC_LIB@
More information about the svn-commits
mailing list