Date: Fri, 20 Jul 2007 13:34:08 -0400 (EDT) From: Thomas Abthorpe <thomas@goodking.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: thomas@goodking.ca Subject: ports/114778: [PATCH] comms/spandsp: update to 0.0.3 Message-ID: <200707201734.l6KHY8oQ070022@goodking.goodking.ca> Resent-Message-ID: <200707201740.l6KHe7Ys010202@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114778 >Category: ports >Synopsis: [PATCH] comms/spandsp: update to 0.0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 20 17:40:06 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.2-STABLE i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD goodking.goodking.ca 6.2-STABLE FreeBSD 6.2-STABLE #2: Thu Jul 12 23:31:30 EDT 2007 >Description: - update to 0.0.3 Removed file(s): - files/patch-src::t31.c Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- spandsp-0.0.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/comms/spandsp/Makefile /home/ports/comms/spandsp/Makefile --- /usr/ports/comms/spandsp/Makefile Fri Jun 22 08:31:46 2007 +++ /home/ports/comms/spandsp/Makefile Fri Jul 20 10:39:05 2007 @@ -6,12 +6,11 @@ # PORTNAME= spandsp -DISTVERSION= 0.0.2pre26 +DISTVERSION= 0.0.3 CATEGORIES= comms MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \ - http://www.soft-switch.org/downloads/spandsp/old/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= pav + http://www.soft-switch.org/downloads/spandsp/old/ +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Fax DSP library for Asterisk diff -ruN --exclude=CVS /usr/ports/comms/spandsp/distinfo /home/ports/comms/spandsp/distinfo --- /usr/ports/comms/spandsp/distinfo Fri Jun 16 19:34:22 2006 +++ /home/ports/comms/spandsp/distinfo Fri Jul 20 10:38:30 2007 @@ -1,3 +1,3 @@ -MD5 (spandsp-0.0.2pre26.tar.gz) = 2b28a75b1d7c49616534bd7264317241 -SHA256 (spandsp-0.0.2pre26.tar.gz) = 57ac136a61974eb6c8cfd81bab14a514a04a3be8c513cc1682524ec4082d0fc8 -SIZE (spandsp-0.0.2pre26.tar.gz) = 1417752 +MD5 (spandsp-0.0.3.tgz) = 6ea33941985fbf94b5f79dc3255ad925 +SHA256 (spandsp-0.0.3.tgz) = 368467b757736aef99e19f68e4ed50012b555ef18445b4ad7e47da8c1c353118 +SIZE (spandsp-0.0.3.tgz) = 1667197 diff -ruN --exclude=CVS /usr/ports/comms/spandsp/files/patch-src-Makefile.in /home/ports/comms/spandsp/files/patch-src-Makefile.in --- /usr/ports/comms/spandsp/files/patch-src-Makefile.in Wed Jul 19 20:19:08 2006 +++ /home/ports/comms/spandsp/files/patch-src-Makefile.in Fri Jul 20 11:50:30 2007 @@ -1,14 +1,11 @@ - -$FreeBSD: ports/comms/spandsp/files/patch-src-Makefile.in,v 1.3 2006/07/20 00:19:08 sobomax Exp $ - ---- src/Makefile.in.orig -+++ src/Makefile.in -@@ -195,9 +195,9 @@ +--- src/Makefile.in.orig Sat Mar 31 08:39:20 2007 ++++ src/Makefile.in Fri Jul 20 11:50:18 2007 +@@ -213,9 +213,9 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --AM_CFLAGS = -std=c99 -+#AM_CFLAGS = -std=c99 +-AM_CFLAGS = $(COMP_VENDOR_CFLAGS) ++#AM_CFLAGS = $(COMP_VENDOR_CFLAGS) MAINTAINERCLEANFILES = Makefile.in -INCLUDES = -I$(top_builddir) +#INCLUDES = -I$(top_builddir) diff -ruN --exclude=CVS /usr/ports/comms/spandsp/files/patch-src::awgn.c /home/ports/comms/spandsp/files/patch-src::awgn.c --- /usr/ports/comms/spandsp/files/patch-src::awgn.c Thu Jul 20 16:34:59 2006 +++ /home/ports/comms/spandsp/files/patch-src::awgn.c Fri Jul 20 12:00:03 2007 @@ -1,13 +1,15 @@ - -$FreeBSD: ports/comms/spandsp/files/patch-src::awgn.c,v 1.1 2006/07/20 20:34:59 sobomax Exp $ - ---- src/awgn.c -+++ src/awgn.c -@@ -51,6 +51,7 @@ - #include <stdio.h> +--- src/awgn.c.orig Sun Nov 19 09:07:24 2006 ++++ src/awgn.c Fri Jul 20 11:59:50 2007 +@@ -48,12 +48,8 @@ + + #include <stdlib.h> #include <inttypes.h> +-#if defined(HAVE_TGMATH_H) + #include <tgmath.h> +-#endif +-#if defined(HAVE_MATH_H) #include <math.h> -+#include <tgmath.h> +-#endif + #include "spandsp/telephony.h" #include "spandsp/dc_restore.h" - #include "spandsp/awgn.h" diff -ruN --exclude=CVS /usr/ports/comms/spandsp/files/patch-src::t31.c /home/ports/comms/spandsp/files/patch-src::t31.c --- /usr/ports/comms/spandsp/files/patch-src::t31.c Wed Jul 19 20:19:08 2006 +++ /home/ports/comms/spandsp/files/patch-src::t31.c Wed Dec 31 19:00:00 1969 @@ -1,21 +0,0 @@ - -$FreeBSD: ports/comms/spandsp/files/patch-src::t31.c,v 1.1 2006/07/20 00:19:08 sobomax Exp $ - ---- src/t31.c -+++ src/t31.c -@@ -81,14 +81,7 @@ - .pulse_dial = FALSE, - .double_escape = FALSE, - .adaptive_receive = FALSE, -- .s_regs[0] = 0, -- .s_regs[3] = '\r', -- .s_regs[4] = '\n', -- .s_regs[5] = '\b', -- .s_regs[6] = 1, -- .s_regs[7] = 60, -- .s_regs[8] = 5, -- .s_regs[10] = 0 -+ .s_regs = { 0, 0, 0, '\r', '\n', '\b', 1, 60, 5, 0, 0 } - } - }; - diff -ruN --exclude=CVS /usr/ports/comms/spandsp/files/patch-src::tone_generate.c /home/ports/comms/spandsp/files/patch-src::tone_generate.c --- /usr/ports/comms/spandsp/files/patch-src::tone_generate.c Thu Jul 20 16:34:59 2006 +++ /home/ports/comms/spandsp/files/patch-src::tone_generate.c Fri Jul 20 12:03:16 2007 @@ -1,13 +1,15 @@ - -$FreeBSD: ports/comms/spandsp/files/patch-src::tone_generate.c,v 1.1 2006/07/20 20:34:59 sobomax Exp $ - ---- src/tone_generate.c -+++ src/tone_generate.c -@@ -39,6 +39,7 @@ +--- src/tone_generate.c.orig Sat Mar 3 05:40:33 2007 ++++ src/tone_generate.c Fri Jul 20 12:03:07 2007 +@@ -37,12 +37,8 @@ #include <stdio.h> #include <time.h> #include <fcntl.h> -+#include <tgmath.h> +-#if defined(HAVE_TGMATH_H) + #include <tgmath.h> +-#endif +-#if defined(HAVE_MATH_H) + #include <math.h> +-#endif #include "spandsp/telephony.h" #include "spandsp/dc_restore.h" diff -ruN --exclude=CVS /usr/ports/comms/spandsp/files/patch-src::v17tx.c /home/ports/comms/spandsp/files/patch-src::v17tx.c --- /usr/ports/comms/spandsp/files/patch-src::v17tx.c Thu Jul 20 16:34:59 2006 +++ /home/ports/comms/spandsp/files/patch-src::v17tx.c Fri Jul 20 12:05:25 2007 @@ -1,13 +1,15 @@ - -$FreeBSD: ports/comms/spandsp/files/patch-src::v17tx.c,v 1.1 2006/07/20 20:34:59 sobomax Exp $ - ---- src/v17tx.c -+++ src/v17tx.c -@@ -39,6 +39,7 @@ +--- src/v17tx.c.orig Sun Mar 18 05:43:50 2007 ++++ src/v17tx.c Fri Jul 20 12:05:16 2007 +@@ -35,12 +35,8 @@ + #include <inttypes.h> #include <stdlib.h> #include <string.h> +-#if defined(HAVE_TGMATH_H) + #include <tgmath.h> +-#endif +-#if defined(HAVE_MATH_H) #include <math.h> -+#include <tgmath.h> +-#endif #include "spandsp/telephony.h" #include "spandsp/logging.h" diff -ruN --exclude=CVS /usr/ports/comms/spandsp/pkg-plist /home/ports/comms/spandsp/pkg-plist --- /usr/ports/comms/spandsp/pkg-plist Fri Jun 16 19:34:22 2006 +++ /home/ports/comms/spandsp/pkg-plist Fri Jul 20 13:15:55 2007 @@ -1,42 +1,53 @@ include/spandsp.h include/spandsp/adsi.h -include/spandsp/alaw_ulaw.h include/spandsp/arctan2.h include/spandsp/async.h +include/spandsp/at_interpreter.h include/spandsp/awgn.h +include/spandsp/bell_r2_mf.h include/spandsp/bert.h include/spandsp/biquad.h +include/spandsp/bit_operations.h +include/spandsp/bitstream.h include/spandsp/complex.h include/spandsp/complex_filters.h +include/spandsp/complex_vector_float.h include/spandsp/dc_restore.h include/spandsp/dds.h -include/spandsp/ec_disable_tone.h +include/spandsp/dtmf.h include/spandsp/echo.h +include/spandsp/fax.h include/spandsp/fir.h include/spandsp/fsk.h include/spandsp/g168models.h +include/spandsp/g711.h include/spandsp/g722.h include/spandsp/g726.h +include/spandsp/gsm0610.h include/spandsp/hdlc.h include/spandsp/ima_adpcm.h include/spandsp/logging.h -include/spandsp/mmx.h +include/spandsp/lpc10.h +include/spandsp/modem_connect_tones.h include/spandsp/modem_echo.h include/spandsp/noise.h include/spandsp/oki_adpcm.h -include/spandsp/oss.h include/spandsp/playout.h include/spandsp/plc.h include/spandsp/power_meter.h include/spandsp/queue.h include/spandsp/schedule.h include/spandsp/sig_tone.h +include/spandsp/silence_gen.h include/spandsp/super_tone_rx.h include/spandsp/super_tone_tx.h include/spandsp/t30.h include/spandsp/t30_fcf.h include/spandsp/t31.h include/spandsp/t35.h +include/spandsp/t38_core.h +include/spandsp/t38_gateway.h +include/spandsp/t38_terminal.h include/spandsp/t4.h include/spandsp/telephony.h include/spandsp/time_scale.h @@ -53,7 +64,8 @@ include/spandsp/v42.h include/spandsp/v42bis.h include/spandsp/v8.h -include/spandsp/vector.h +include/spandsp/vector_float.h +include/spandsp/vector_int.h lib/libspandsp.a lib/libspandsp.la lib/libspandsp.so --- spandsp-0.0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707201734.l6KHY8oQ070022>