aboutsummaryrefslogtreecommitdiff
path: root/security/libzrtpcppcore
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Update to 4.6.6Carlo Strub2017-08-144-24/+5
| | | | Notes: svn path=/head/; revision=447966
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748 Notes: svn path=/head/; revision=444324
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* security/libzrtpcppcore: update 4.6.3 -> 4.6.4Kurt Jaeger2016-11-113-4/+5
| | | | | | | Changes: https://github.com/wernerd/ZRTPCPP/blob/master/NEWS.md Notes: svn path=/head/; revision=425885
* Update to 4.6.3.Mathieu Arnold2016-03-233-4/+4
| | | | | | | | | PR: 208211 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=411711
* Update to 4.6.2.Mathieu Arnold2016-03-156-9/+9
| | | | | | | | | PR: 207991 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=411175
* - Update to 4.6.0Martin Wilke2016-02-123-4/+4
| | | | | | | | PR: 206897 Submitted by: ports fury Notes: svn path=/head/; revision=408712
* - Update to 4.5.0Dmitry Marakasov2016-01-153-6/+7
| | | | | | | | PR: 206255 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=406185
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Update to 4.4.0Sunpoet Po-Chuan Hsieh2015-12-113-6/+5
| | | | | | | | | Changes: https://github.com/wernerd/ZRTPCPP/commits/master PR: 205221 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=403514
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.Bryan Drewery2015-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested. Notes: svn path=/head/; revision=384932
* Drop maintainership now that Linphone no longer depends on itTijl Coosemans2015-04-161-1/+1
| | | | Notes: svn path=/head/; revision=384122
* Default the WRKSRC to the proper extracted name for USE_GITHUB whenBryan Drewery2015-03-201-1/+0
| | | | | | | | | | | | GH_TAGNAME is defaulted to the new DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX change in r381689. This actually fixes the build for sysutils/zfstools, broken in r381704. With hat: portmgr Notes: svn path=/head/; revision=381715
* Fix renamed distfiles missed in r381688. Also fix the GHR ports updated inBryan Drewery2015-03-191-2/+2
| | | | | | | | | | | | r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the tag fetched from github by defaulting GH_TAGNAME to the same value as DISTVERSION would get by only when GH_COMMIT is not set (when using the new scheme). With hat: portmgr Notes: svn path=/head/; revision=381689
* Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with ↵Bryan Drewery2015-03-191-1/+0
| | | | | | | | | | | | | | GITHUB. The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and only having GH_TAGNAME default to DISTVERSION. All of these ports as-is. With hat: portmgr Notes: svn path=/head/; revision=381648
* Avoid USES=compiler:c++11-lib because every dependent port would have toTijl Coosemans2015-01-112-1/+20
| | | | | | | set it too. Notes: svn path=/head/; revision=376798
* Add USES=compiler:c++11-lib to fix build on FreeBSD 8 and 9.Tijl Coosemans2015-01-091-1/+1
| | | | Notes: svn path=/head/; revision=376612
* Fix categoryTijl Coosemans2015-01-011-1/+1
| | | | | | | Reported by: FreshPorts Sanity Daemon Notes: svn path=/head/; revision=375920
* Add security/libzrtpcppcore, the core ZRTP (RFC 6189) support library fromTijl Coosemans2015-01-016-0/+62
the GNU ZRTP C++ project. Notes: svn path=/head/; revision=375919