View | Details | Raw Unified | Return to bug 258999 | Differences between
and this patch

Collapse All | Expand All

(-)b/comms/spandsp/Makefile (-3 / +7 lines)
Lines 1-11 Link Here
1
# Created by: wlloyd@slap.net
1
# Created by: wlloyd@slap.net
2
2
3
PORTNAME=	spandsp
3
PORTNAME=	spandsp
4
PORTVERSION=	0.0.6
4
PORTVERSION=	3.0.0
5
CATEGORIES=	comms
5
CATEGORIES=	comms
6
MASTER_SITES=	http://www.soft-switch.org/downloads/spandsp/
7
6
8
MAINTAINER=	ports@FreeBSD.org
7
MAINTAINER=	jailbird@fdf.net
9
COMMENT=	DSP library and software FAX machine
8
COMMENT=	DSP library and software FAX machine
10
9
11
LICENSE=	LGPL21
10
LICENSE=	LGPL21
Lines 15-20 LIB_DEPENDS= libtiff.so:graphics/tiff Link Here
15
GNU_CONFIGURE=	yes
14
GNU_CONFIGURE=	yes
16
INSTALL_TARGET=	install-strip
15
INSTALL_TARGET=	install-strip
17
USES=		autoreconf gmake libtool localbase
16
USES=		autoreconf gmake libtool localbase
17
USE_GITHUB=	yes
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
GITHUB_COMMIT=	284fe91
20
WRKSRC=		${WRKDIR}/${PORTNAME}-${GITHUB_COMMIT}
21
GH_ACCOUNT=	freeswitch
22
GH_TAGNAME=	${GITHUB_COMMIT}
19
23
20
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/comms/spandsp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (spandsp-0.0.6.tar.gz) = cc053ac67e8ac4bb992f258fd94f275a7872df959f6a87763965feabfdcc9465
1
SHA256 (freeswitch-spandsp-3.0.0-284fe91_GH0.tar.gz) = 288b12eb058d615c526e85fe0fe339293e5713b3513e7918043e93e52e4efd49
2
SIZE (spandsp-0.0.6.tar.gz) = 3309837
2
SIZE (freeswitch-spandsp-3.0.0-284fe91_GH0.tar.gz) = 3584374
(-)b/comms/spandsp/files/patch-Makefile.am (-3 / +3 lines)
Lines 1-6 Link Here
1
--- Makefile.am.orig	2014-09-03 14:15:04.000000000 +0300
1
--- Makefile.am.orig	2021-08-14 20:26:24 UTC
2
+++ Makefile.am	2014-09-03 14:15:16.000000000 +0300
2
+++ Makefile.am
3
@@ -61,7 +61,7 @@ SUBDIRS = src $(MAYBE_DOC) $(MAYBE_TESTD
3
@@ -60,7 +60,7 @@ SUBDIRS = src $(MAYBE_DOC) $(MAYBE_TESTS)
4
 
4
 
5
 DIST_SUBDIRS = src doc test-data spandsp-sim tests
5
 DIST_SUBDIRS = src doc test-data spandsp-sim tests
6
 
6
 
(-)a/comms/spandsp/files/patch-configure.ac (-37 lines)
Removed Link Here
1
--- configure.ac.orig	2014-11-11 15:56:10.000000000 +0100
2
+++ configure.ac	2014-11-11 15:58:13.000000000 +0100
3
@@ -198,7 +198,6 @@ AC_CHECK_HEADERS([stdlib.h])
4
 AC_CHECK_HEADERS([string.h])
5
 AC_CHECK_HEADERS([strings.h])
6
 AC_CHECK_HEADERS([malloc.h])
7
-AC_CHECK_HEADERS([tgmath.h], [INSERT_TGMATH_HEADER="#include <tgmath.h>"])
8
 AC_CHECK_HEADERS([math.h], [INSERT_MATH_HEADER="#include <math.h>"])
9
 AC_CHECK_HEADERS([float.h])
10
 AC_CHECK_HEADERS([fcntl.h])
11
@@ -331,7 +330,7 @@ AX_CHECK_EXPORT_CAPABILITY([$host],
12
 
13
 case "${ax_cv_c_compiler_vendor}" in
14
 gnu)
15
-    COMP_VENDOR_CFLAGS="-std=gnu99 -ffast-math -Wall -Wunused-variable -Wunused-but-set-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes $COMP_VENDOR_CFLAGS"
16
+    COMP_VENDOR_CFLAGS="-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes $COMP_VENDOR_CFLAGS"
17
     if test "$enable_avx" = "yes" ; then
18
         COMP_VENDOR_CFLAGS="-mavx $COMP_VENDOR_CFLAGS"
19
     fi
20
@@ -392,7 +391,7 @@ sun)
21
     REMOVE_FROM_VAR(CFLAGS, -Xc)
22
     ;;
23
 intel)
24
-    COMP_VENDOR_CFLAGS="-std=c99 -D_POSIX_C_SOURCE=2 -D_GNU_SOURCE=1 -Wall -Wunused-variable -Wunused-but-set-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes $COMP_VENDOR_CFLAGS"
25
+    COMP_VENDOR_CFLAGS="-std=c99 -D_POSIX_C_SOURCE=2 -D_GNU_SOURCE=1 -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes $COMP_VENDOR_CFLAGS"
26
     if test "$enable_avx" = "yes" ; then
27
         COMP_VENDOR_CFLAGS="-mavx $COMP_VENDOR_CFLAGS"
28
     fi
29
@@ -426,7 +425,7 @@ intel)
30
     COMP_VENDOR_LDFLAGS=
31
     ;;
32
 *)
33
-    COMP_VENDOR_CFLAGS="-std=c99 -Wall -Wunused-variable -Wunused-but-set-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes $COMP_VENDOR_CFLAGS"
34
+    COMP_VENDOR_CFLAGS="-std=c99 -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes $COMP_VENDOR_CFLAGS"
35
     COMP_VENDOR_LDFLAGS=
36
     ;;
37
 esac
(-)b/comms/spandsp/pkg-plist (-3 / +16 lines)
Lines 1-5 Link Here
1
include/spandsp.h
1
include/spandsp.h
2
include/spandsp/adsi.h
2
include/spandsp/adsi.h
3
include/spandsp/alloc.h
3
include/spandsp/arctan2.h
4
include/spandsp/arctan2.h
4
include/spandsp/async.h
5
include/spandsp/async.h
5
include/spandsp/at_interpreter.h
6
include/spandsp/at_interpreter.h
Lines 14-19 include/spandsp/complex_filters.h Link Here
14
include/spandsp/complex_vector_float.h
15
include/spandsp/complex_vector_float.h
15
include/spandsp/crc.h
16
include/spandsp/crc.h
16
include/spandsp/dc_restore.h
17
include/spandsp/dc_restore.h
18
include/spandsp/data_modems.h
17
include/spandsp/dds.h
19
include/spandsp/dds.h
18
include/spandsp/dtmf.h
20
include/spandsp/dtmf.h
19
include/spandsp/echo.h
21
include/spandsp/echo.h
Lines 84-89 include/spandsp/private/awgn.h Link Here
84
include/spandsp/private/bell_r2_mf.h
86
include/spandsp/private/bell_r2_mf.h
85
include/spandsp/private/bert.h
87
include/spandsp/private/bert.h
86
include/spandsp/private/bitstream.h
88
include/spandsp/private/bitstream.h
89
include/spandsp/private/data_modems.h
87
include/spandsp/private/dtmf.h
90
include/spandsp/private/dtmf.h
88
include/spandsp/private/echo.h
91
include/spandsp/private/echo.h
89
include/spandsp/private/fax.h
92
include/spandsp/private/fax.h
Lines 102-107 include/spandsp/private/modem_connect_tones.h Link Here
102
include/spandsp/private/modem_echo.h
105
include/spandsp/private/modem_echo.h
103
include/spandsp/private/noise.h
106
include/spandsp/private/noise.h
104
include/spandsp/private/oki_adpcm.h
107
include/spandsp/private/oki_adpcm.h
108
include/spandsp/private/playout.h
109
include/spandsp/private/plc.h
110
include/spandsp/private/power_meter.h
105
include/spandsp/private/queue.h
111
include/spandsp/private/queue.h
106
include/spandsp/private/schedule.h
112
include/spandsp/private/schedule.h
107
include/spandsp/private/sig_tone.h
113
include/spandsp/private/sig_tone.h
Lines 120-125 include/spandsp/private/t4_rx.h Link Here
120
include/spandsp/private/t4_t6_decode.h
126
include/spandsp/private/t4_t6_decode.h
121
include/spandsp/private/t4_t6_encode.h
127
include/spandsp/private/t4_t6_encode.h
122
include/spandsp/private/t4_tx.h
128
include/spandsp/private/t4_tx.h
129
include/spandsp/private/t42.h
130
include/spandsp/private/t43.h
131
include/spandsp/private/t81_t82_arith_coding.h
132
include/spandsp/private/t85.h
123
include/spandsp/private/time_scale.h
133
include/spandsp/private/time_scale.h
124
include/spandsp/private/timezone.h
134
include/spandsp/private/timezone.h
125
include/spandsp/private/tone_detect.h
135
include/spandsp/private/tone_detect.h
Lines 143-152 include/spandsp/t4_rx.h Link Here
143
include/spandsp/t4_t6_decode.h
153
include/spandsp/t4_t6_decode.h
144
include/spandsp/t4_t6_encode.h
154
include/spandsp/t4_t6_encode.h
145
include/spandsp/t4_tx.h
155
include/spandsp/t4_tx.h
156
include/spandsp/t42.h
157
include/spandsp/t43.h
158
include/spandsp/t81_t82_arith_coding.h
159
include/spandsp/t85.h
146
include/spandsp/timezone.h
160
include/spandsp/timezone.h
147
include/spandsp/v18.h
161
include/spandsp/v18.h
148
lib/libspandsp.a
162
lib/libspandsp.a
149
lib/libspandsp.so
163
lib/libspandsp.so
150
lib/libspandsp.so.2
164
lib/libspandsp.so.3
151
lib/libspandsp.so.2.0.0
165
lib/libspandsp.so.3.0.0
152
libdata/pkgconfig/spandsp.pc
166
libdata/pkgconfig/spandsp.pc
153
- 

Return to bug 258999