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

Collapse All | Expand All

(-)b/net/liblinphone/Makefile (-3 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	liblinphone
1
PORTNAME=	liblinphone
2
DISTVERSION=	5.1.32
2
DISTVERSION=	5.1.56
3
PORTREVISION=	1
4
CATEGORIES=	net
3
CATEGORIES=	net
5
4
6
MAINTAINER=	bofh@FreeBSD.org
5
MAINTAINER=	bofh@FreeBSD.org
Lines 29-35 USES= cmake gnome iconv pkgconfig python:build sqlite Link Here
29
USE_GITLAB=	yes
28
USE_GITLAB=	yes
30
GL_SITE=	https://gitlab.linphone.org/BC
29
GL_SITE=	https://gitlab.linphone.org/BC
31
GL_ACCOUNT=	public
30
GL_ACCOUNT=	public
32
GL_COMMIT=	05b13b98229fc69ed3075916857dbe32b60b2b39
31
GL_COMMIT=	c5d52f725840bceca36874f480d86bdbb91f5b7e
33
USE_GNOME=	libxml2
32
USE_GNOME=	libxml2
34
USE_LDCONFIG=	yes
33
USE_LDCONFIG=	yes
35
34
(-)b/net/liblinphone/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1657714936
1
TIMESTAMP = 1661328845
2
SHA256 (public-liblinphone-05b13b98229fc69ed3075916857dbe32b60b2b39_GL0.tar.gz) = 9458a11c0bcc4496ff321c13f529394aec358f954e07c5d71ebf73f0d85e69d6
2
SHA256 (public-liblinphone-c5d52f725840bceca36874f480d86bdbb91f5b7e_GL0.tar.gz) = e7f680c2eb46bd751245250f0a22074dbf219dd2955362620c9ba63a6e76351e
3
SIZE (public-liblinphone-05b13b98229fc69ed3075916857dbe32b60b2b39_GL0.tar.gz) = 22753242
3
SIZE (public-liblinphone-c5d52f725840bceca36874f480d86bdbb91f5b7e_GL0.tar.gz) = 22756256
(-)b/net/liblinphone/files/patch-CMakeLists.txt (+11 lines)
Added Link Here
1
--- CMakeLists.txt.orig	2022-08-24 08:22:37 UTC
2
+++ CMakeLists.txt
3
@@ -320,7 +320,7 @@ else()
4
 	list(APPEND STRICT_OPTIONS_CPP
5
 		"-Wall"
6
 		"-Wconversion"
7
-		"-Werror=return-type"
8
+		"-Wno-error=return-type"
9
 		"-Winit-self"
10
 		"-Wno-error=deprecated-declarations"
11
 		"-Wpointer-arith"
(-)b/net/mediastreamer/Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	mediastreamer
1
PORTNAME=	mediastreamer
2
PORTVERSION=	5.1.43
2
PORTVERSION=	5.1.55
3
CATEGORIES=	net
3
CATEGORIES=	net
4
4
5
MAINTAINER=	bofh@FreeBSD.org
5
MAINTAINER=	bofh@FreeBSD.org
Lines 19-25 USE_GITLAB= yes Link Here
19
GL_SITE=	https://gitlab.linphone.org/BC
19
GL_SITE=	https://gitlab.linphone.org/BC
20
GL_ACCOUNT=	public
20
GL_ACCOUNT=	public
21
GL_PROJECT=	${PORTNAME}2
21
GL_PROJECT=	${PORTNAME}2
22
GL_COMMIT=	bdd96a6c47faeff1d88fff2bf64ec9274c0b2b9d
22
GL_COMMIT=	a48ff7d92ddfdce17f47cf71b1867ed85fc826cd
23
USE_GNOME=	libxml2
23
USE_GNOME=	libxml2
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
25
(-)b/net/mediastreamer/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1655325691
1
TIMESTAMP = 1661322319
2
SHA256 (public-mediastreamer2-bdd96a6c47faeff1d88fff2bf64ec9274c0b2b9d_GL0.tar.gz) = 656e7dbb65d3f7b1773e178193f7d44226820d32b5cb6478afc89191e3d8a182
2
SHA256 (public-mediastreamer2-a48ff7d92ddfdce17f47cf71b1867ed85fc826cd_GL0.tar.gz) = 68cd1a45af7d07774c830c8f0e545b3af1b98d80aca25f517434d01c793f44b0
3
SIZE (public-mediastreamer2-bdd96a6c47faeff1d88fff2bf64ec9274c0b2b9d_GL0.tar.gz) = 25309406
3
SIZE (public-mediastreamer2-a48ff7d92ddfdce17f47cf71b1867ed85fc826cd_GL0.tar.gz) = 25305400
(-)b/net/ortp/Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	ortp
1
PORTNAME=	ortp
2
PORTVERSION=	5.1.32
2
PORTVERSION=	5.1.55
3
CATEGORIES=	net
3
CATEGORIES=	net
4
4
5
MAINTAINER=	sobomax@FreeBSD.org
5
MAINTAINER=	sobomax@FreeBSD.org
Lines 14-20 USES= cmake compiler:c11 Link Here
14
USE_GITLAB=	yes
14
USE_GITLAB=	yes
15
GL_SITE=	https://gitlab.linphone.org/BC
15
GL_SITE=	https://gitlab.linphone.org/BC
16
GL_ACCOUNT=	public
16
GL_ACCOUNT=	public
17
GL_COMMIT=	23439fba3b800c2fdb105af748ca018f51146d57
17
GL_COMMIT=	d5505bf226f8c81e5742d854ef559e201fdc2ee9
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
CMAKE_ARGS=	-DENABLE_DOC=NO -DENABLE_STATIC=NO -DENABLE_STRICT=NO \
20
CMAKE_ARGS=	-DENABLE_DOC=NO -DENABLE_STATIC=NO -DENABLE_STRICT=NO \
(-)b/net/ortp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1655323910
1
TIMESTAMP = 1661323951
2
SHA256 (public-ortp-23439fba3b800c2fdb105af748ca018f51146d57_GL0.tar.gz) = 15ee76dbcef92893fa5ef99ca6554fc38e533f3537e784b8c88bd39e6006d308
2
SHA256 (public-ortp-d5505bf226f8c81e5742d854ef559e201fdc2ee9_GL0.tar.gz) = 4a07e15837814521701648049357c43ee7f949122c4afc0ff068fd9487a4767e
3
SIZE (public-ortp-23439fba3b800c2fdb105af748ca018f51146d57_GL0.tar.gz) = 240154
3
SIZE (public-ortp-d5505bf226f8c81e5742d854ef559e201fdc2ee9_GL0.tar.gz) = 240251

Return to bug 266006