aboutsummaryrefslogtreecommitdiff
path: root/net/linphone
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Add patches to unbundle Noto fonts.Tijl Coosemans2018-11-213-1/+28
| | | | | | | PR: 232392 Notes: svn path=/head/; revision=485509
* Add missing run dependencies and add an upstream patch to fix some UITijl Coosemans2018-11-102-3/+33
| | | | | | | | | problems. PR: 232392 Notes: svn path=/head/; revision=484629
* Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarativeTobias C. Berner2018-11-041-2/+3
| | | | | | | | | | | | - There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751 Notes: svn path=/head/; revision=484140
* Add USES=compiler:c++11-lib to Linphone ports.Tijl Coosemans2018-10-221-1/+1
| | | | | | | | PR: 232526 Submitted by: pkubaj@anongoth.pl Notes: svn path=/head/; revision=482777
* - Add missing Qt build dependencies.Tijl Coosemans2018-10-182-2/+12
| | | | | | | | | - Patch CMakeLists.txt so bash isn't needed during build. Submitted by: swills Notes: svn path=/head/; revision=482377
* Update the Linphone stack and drop maintainership.Tijl Coosemans2018-10-1819-418/+649
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Linphone uses Qt5 now instead of GTK2. audio/bcg729: - switch to cmake, required by net/mediastreamer - download distfile instead of using gitlab - fix license: source code allows later GPL version audio/msbcg729: deleted, net/mediastreamer contains a G.729 codec now audio/msilbc: deleted, superseded by multimedia/mswebrtc deskutils/belcard: version 1.0.2 multimedia/bcmatroska2: version 0.23 multimedia/msopenh264: version 1.2.1 multimedia/mswebrtc: version 1.1.1 multimedia/msx264: deleted, superseded by msopenh264 net/bctoolbox: version 0.6.0 net/belle-sip: version 1.6.3 net/liblinphone: version 3.12.0 net/linphone: version 4.1.1 + upstream Qt 5.11 patches net/mediastreamer: version 2.16.1 + upstream libsrtp2 patch net/ortp: version 1.0.2 + bump dependent port devel/libosmo-abis security/bzrtp: version 1.0.6 textproc/belr: version 0.1.3 Notes: svn path=/head/; revision=482343
* Retire WITHOUT_DEBUG flag.Guido Falsi2017-10-151-1/+1
| | | | | | | | | | | | The flag has partial support across the tree, and the same effect can be obtained by using ".undef WITH_DEBUG". Reviewed by: mat, rene Approved by: portmgr (rene) Differential Revision: https://reviews.freebsd.org/D12548 Notes: svn path=/head/; revision=452147
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-0/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-1/+1
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* Update the Linphone stack:Tijl Coosemans2016-10-1710-56/+120
| | | | | | | | | | | | | Linphone 3.10.2 bctoolbox 0.2.0 oRTP 0.27.0 + bump PORTREVISION on dependent ports (devel/libosmo-abis) bzrtp 1.0.4 Belle-SIP 1.5.0 Mediastreamer 2.14.0 MS plugins (msbcg729 1.0.2, msopenh264 1.1.2) Notes: svn path=/head/; revision=424119
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 3.9.1Tijl Coosemans2015-11-182-3/+3
| | | | Notes: svn path=/head/; revision=401849
* Update the Linphone stack.Tijl Coosemans2015-11-066-59/+145
| | | | | | | | | | | | Linphone 3.9.0 Ortp 0.25.0 + bump PORTREVISION on dependent ports (devel/libosmo-abis) Libbzrtp 1.0.3 Belle-sip (fix files/patch-src-belle_sip_headers_impl.c) Mediastreamer 2.12.0 MS plugins (msbcg729 1.0.1, msilbc 2.1.2, msopenh264 1.1.1, msx264 1.5.2) Notes: svn path=/head/; revision=400943
* Update to 3.8.5Tijl Coosemans2015-07-032-3/+3
| | | | Notes: svn path=/head/; revision=391249
* Update to 3.8.4Tijl Coosemans2015-06-134-5/+17
| | | | Notes: svn path=/head/; revision=389355
* Update to 3.8.3Tijl Coosemans2015-06-123-12/+4
| | | | Notes: svn path=/head/; revision=389282
* Update the Linphone stack: belle-sip 1.4.1, libbzrtp 1.0.2, ortp 0.24.2,Tijl Coosemans2015-05-165-6/+51
| | | | | | | mediastreamer 2.11.2, linphone 3.8.2 Notes: svn path=/head/; revision=386575
* Add USES=gettext-tools to fix build when NLS option is offTijl Coosemans2015-04-251-2/+2
| | | | | | | Reported by: Raif S. Berent <zaphod@berentweb.com> Notes: svn path=/head/; revision=384724
* Add LDAP optionTijl Coosemans2015-04-171-1/+5
| | | | Notes: svn path=/head/; revision=384156
* Update WWW linksTijl Coosemans2015-04-161-1/+1
| | | | Notes: svn path=/head/; revision=384125
* - Updates to the Linphone stack: Belle-sip 1.4.0, oRTP 0.24.1,Tijl Coosemans2015-04-165-27/+44
| | | | | | | | | | | | | | | | | | Mediastreamer 2.11.1, Linphone 3.8.1 - Switch to PolarSSL 1.3.x to enable instant messaging encryption - SRTP/ZRTP support has been moved from oRTP to Mediastreamer Notable enhancements in this release: - Fullscreen mode - Hang up button in the video window - Wizard for audio/video settings - Arabic translation - Support RTP/AVPF (RFC4585) with VP8 codec: this feature allows transmission error recovery for video, which greatly enhances the video quality over unreliable links Notes: svn path=/head/; revision=384119
* - Fix build when audio/speex isn't installed by adding --disable-speex toTijl Coosemans2015-01-091-5/+4
| | | | | | | | | | CONFIGURE_ARGS. This does not actually disable Speex support because the port doesn't use the bundled mediastreamer. - Remove --enable-zrtp because the port doesn't use the bundled ortp. - Take maintainership Notes: svn path=/head/; revision=376616
* Enable the ZRTP (encryption) option -- and bump PORTREVISION.Mikhail Teterin2014-12-241-1/+3
| | | | | | | | | While here, arrange for the bundled mediastreamer2/ and oRTP/ subdirectories to not be extracted from the tarball -- we build them separately from ports of their own anyway. Notes: svn path=/head/; revision=375387
* Get rid of gnomehierBaptiste Daroussin2014-12-221-2/+2
| | | | Notes: svn path=/head/; revision=375291
* Cleanup plistAntoine Brodin2014-11-221-9/+0
| | | | Notes: svn path=/head/; revision=373063
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Fix pkg-plist when NLS has been disabledTijl Coosemans2014-07-201-2/+2
| | | | | | | Reported by: "chris j. mutter" <cjm@s3.enemy.org> Notes: svn path=/head/; revision=362309
* - Move net/linphone-base to replace net/linphone and update to version 3.7.0Tijl Coosemans2014-07-146-0/+230
| | | | | | | | | | | - Adjust ports that depended on linphone-base to depend on net/ortp or net/mediastreamer instead - Mark net-im/libjingle deprecated (part of Google Talk) Approved by: portmgr (implicit, PORTREVISION bump of unstaged port) Notes: svn path=/head/; revision=361763
* Temporarily remove net/linphone slave port. It will be replaced byTijl Coosemans2014-07-141-12/+0
| | | | | | | | net/linphone-base master port but cannot happen in one commit due to a pre-commit hook that disallows file replacements. Notes: svn path=/head/; revision=361760
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 3.1.0Dmitry Marakasov2009-01-231-1/+1
| | | | | | | | PR: 130442 Submitted by: KATO Tsuguru <tkato432 at yahoo dot com> Notes: svn path=/head/; revision=226717
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 1.6.0Martin Wilke2007-03-223-55/+3
| | | | | | | | | | - Remove broken and deprecated PR: 109805 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=188006
* - Update to 1.3.0Pav Lucistnik2006-03-181-1/+1
| | | | | | | | PR: ports/94500 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=157602
* - Update to 1.2.0Pav Lucistnik2005-12-271-2/+1
| | | | | | | | PR: ports/90931 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=152141
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* - Update to 1.1.0Sergey Matveychuk2005-09-041-2/+1
| | | | | | | | PR: ports/85534 Submitted by: Ports Fury Notes: svn path=/head/; revision=141866
* - Update to 1.0.1Pav Lucistnik2005-04-042-64/+11
| | | | | | | | PR: ports/79481, ports/79482 Submitted by: Ports Fury Notes: svn path=/head/; revision=132504