aboutsummaryrefslogtreecommitdiff
path: root/net-im/tox
Commit message (Collapse)AuthorAgeFilesLines
* net-im/tox: Update 0.2.22 => 0.2.23 (security fix)Eric Camachat2026-06-052-5/+4
| | | | | | | | | | Changelog: https://github.com/TokTok/c-toxcore/releases/tag/v0.2.23 PR: 295879 Security: GHSA-42vg-9mg3-399f Sponsored by: UNIS Labs MFH: 2026Q2
* */*: Bump PORTREVISION for libsodium consumers after version bumpDaniel Engberg2026-06-011-0/+1
| | | | Bump consumers of libsodium
* net-im/tox: Update 0.2.21 => 0.2.22Vladimir Druzenko2026-02-093-41/+17
| | | | | | | | | | | | Changelog: https://github.com/TokTok/c-toxcore/releases/tag/v0.2.22 - make test work without errors. - Rework DAEMON option, make it deafult. - Remove old patch - disabled functions work without errors in runtime. PR: 293052 MFH: 2026Q1
* multimedia/libvpx: update 1.16.0Jan Beich2026-01-291-1/+1
| | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.15.2..v1.16.0 Reported by: Repology
* security/libsodium: Update to 1.0.21Vsevolod Stakhov2026-01-071-0/+1
| | | | | | | | | The API remains compatible but bumping all dependent ports as SHLIB has changed. Changelog: https://github.com/jedisct1/libsodium/releases/tag/1.0.21-RELEASE Security: https://00f.net/2025/12/30/libsodium-vulnerability/ PR: 279347
* net-im/tox: Update 0.2.20 => 0.2.21, take maitainershipVladimir Druzenko2025-11-074-26/+27
| | | | | | | | | | | Changelog: https://github.com/TokTok/c-toxcore/releases/tag/v0.2.21 While here fix warnings from portclippy. PR: 290838 Co-authored-by: Eric Camachat <eric@camachat.org> MFH: 2025Q4
* multimedia/libvpx: update 1.15.1Jan Beich2025-04-101-1/+1
| | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.15.0..v1.15.1 Reported by: portscout
* math/libbraiding, math/libhomfly, net-im/tox: drop maintainershipThierry Thomas2025-02-021-1/+1
|
* net-im/tox: Improve portDaniel Engberg2025-02-023-33/+28
| | | | | | | | | | | | * Use upstream release archive * Fix various dependency related issues * Add USES= compiler:c++17-lang * Utilize USES= cmake:testing * Fix plist-issue, bash-completion * Rework and modernize Makefile layout to closer follow Porters Handbook PR: 284134 Approved by: portmgr (maintainer timeout, 2+ weeks)
* net-im/tox: update to 0.2.20Eric Camachat2025-01-172-8/+7
| | | | | | | Release notes at https://github.com/TokTok/c-toxcore/releases/tag/v0.2.20 PR: 283837 Reported by: eric (at) camachat.org
* multimedia/libvpx: update 1.15.0Jan Beich2024-11-021-1/+1
| | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.14.1..v1.15.0 Reported by: Repology
* */*: Remove incorrect libtool dependencyDaniel Engberg2024-05-261-1/+1
| | | | | | | | All these ports builds without libtool Tested using Poudriere Approved by: portmgr (blanket, build fix)
* security/libsodium: update to 1.0.19, bump dependent portsVsevolod Stakhov2024-05-201-0/+1
| | | | | PR: 278259 Reported by: Andrey Korobkov <alster-vinterdalen.se>
* net-im/tox: upgrade to v0.2.19Thierry Thomas2024-05-012-9/+8
| | | | Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.19>.
* multimedia/libvpx: update 1.14.0Jan Beich2024-01-201-1/+1
| | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.13.1..v1.14.0 Reported by: portscout
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-1/+1
|
* multimedia/libvpx: update 1.13.0Jan Beich2023-02-111-1/+1
| | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.12.0..v1.13.0 Reported by: portscout
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* graphics/opencv: bump consumers after e21578d954550998435c5d6d532e2d5a67398bfeTobias C. Berner2022-09-021-0/+1
| | | | | | This was missed in the upgrade of graphics/opencv. Reported by: VVD
* net-im: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * <ports@c0decafe.net> * Adam Weinberger <adamw@FreeBSD.org> * Alberto Villa <avilla@FreeBSD.org> * Alexander Logvinov <ports@logvinov.com> * Alexander Timoshenko <gonzo@univ.kiev.ua> * Andrew Lewis <freeghb@gmail.com> * Andrey Akhmichin <sepulkarium45@yahoo.com> * Bartek Rutkowski <r@robakdesign.com> * Bernard Spil <brnrd@freebsd.org> * Brendan Molloy <brendan+freebsd@bbqsrc.net> * Denis Shaposhnikov <dsh@vlink.ru> * Dennis Herrmann <dhn@FreeBSD.org> * Dmitry Sivachenko <demon@FreeBSD.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Eugene Grosbein <eugen@FreeBSD.org> * Florent Thoumie <flz@FreeBSD.org> * Frank Altpeter <frank@altpeter.de> * Gea-Suan Lin <gslin@gslin.org> * Geoffrey Mainland <mainland@apeiron.net> * Henry Hu <henry.hu.sh@gmail.com> * Jim Mock <jim@FreeBSD.org> * Joe Marcus Clarke <marcus@FreeBSD.org> * John Prather * Jonathan Chen <jonc@chen.org.nz> * Joseph S. Atkinson <jsatkinson@embarqmail.com> * Junji NAKANISHI <jun-g@daemonfreaks.com> * Kelly Cochran <kcochran@trolans.net> * Koop Mast <kwm@FreeBSD.org> * Kris Moore <kmoore@FreeBSD.org> * Kris Moore <kmoore@freebsd.org> * Lars Eggert <lars.eggert@gmx.net> * Marc Bruenink * Matthew West <mwest@uct.ac.za> * Matthias Fechner <mfechner@FreeBSD.org> * Max E. Kuznecov <mek@mek.uz.ua> * Meethune Bhowmick <meethune@gmail.com> * Michael Johnson <ahze@FreeBSD.org> * Nicola Stanislao Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * Nikolay Pavlov <qpadla@gmail.com> * Oleg Ginzburg (olevole@olevole.ru) * Pavel Andreev * Saulius Menkevicius <bob@nulis.lt> * SeaD * Seamus Venasse <svenasse@polaris.ca> * Sergey Skvortsov <skv@protey.ru> * Steve Wills <swills@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Tsung-Han Yeh <snowfly@yuntech.edu.tw> * Vsevolod Stakhov <vsevolod@highsecure.ru> * Wen Heping <wen@FreeBSD.org> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * Yuri <yuri@tsoft.com> * Yuri Victorovich * Yuri Victorovich <yuri@rawbw.com> * dd * gahr * gnome@freebsd.org * jodocus <jodocus@jodocus.org> * mph * trasz * vsevolod With hat: portmgr
* net-im/tox: upgrade to v0.2.18Thierry Thomas2022-04-203-9/+28
| | | | | | | | Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.18>. Note: an optimization (increase the size of the send and receive UDP buffers) has been disabled, because it caused failure. Waiting for a better solution.
* net-im/tox: Update deprecated CPE vendorBernhard Froehlich2022-03-181-1/+1
| | | | Approved by: portmgr (blanket)
* net-im/tox: upgrade to v0.2.17Thierry Thomas2022-03-062-4/+4
| | | | | Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.17>.
* net-im/tox: upgrade to v0.2.16Thierry Thomas2022-02-193-4/+8
| | | | Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.16>.
* net-im/tox: upgrade to v0.2.15Thierry Thomas2022-02-062-5/+4
| | | | | Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.14> and <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.15>.
* devel/libconfig: update to 1.7.3Marius Strobl2022-01-261-0/+1
| | | | | | | | | | | - Chase shared library bump across dependant ports. - Fetch releases rather than tags from GitHub. [1] - Properly depend on makeinfo, adding an INFO knob. - Refresh pkg-descr and COMMENT accordingly. PR: 261062 Reported by: dizzy [1] Approved by: maintainer timeout
* net-im/tox: Add CPE informationBernhard Froehlich2021-12-211-1/+3
| | | | Approved by: portmgr (blanket)
* net-im/tox: upgrade to v0.2.13Thierry Thomas2021-12-072-6/+5
| | | | Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.13>.
* multimedia/libvpx: update 1.11.0Jan Beich2021-10-091-1/+1
| | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0 Reported by: portscout, Repology
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/opencv: update to 4.5.1 -- and make port more easily maintainableTobias C. Berner2021-01-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a major upgrade from 3.x to 4.x. Changelog from versions 3.4.1--4.5.1 can be found here: https://github.com/opencv/opencv/wiki/ChangeLog Note: this has explicitely not been added as a new graphics/opencv4 port, but replaces the previous graphics/opencv[3] port. Again, to improve maintainability by not giving ports the option to pick the "wrong one" - this leads however to some abandoned ports being broken. The port has been greatly simplified: * graphics/opencv-core which existed to enable ffmpeg to depend on opencv, and vice versa has been removed. ffmpeg no longer can depend on opencv. * graphics/py-opencv has been integrated into graphics/opencv, the default versions python bindings will be built unless the PYTHON option is explicitely turned off. * graphics/opencv-java has been integrated into graphics/opencv -- it is off by default, but can be enabled by toggling the JAVA option -- there are no consumers in the tree, so that option might go away in the future. * All the previous options have been removed and replaced by a (hopefully) sane set of dependencies that make the port and package most usable for the majority of consumers. - Please let me know if you think there are better defaults (i.e. anything that is missing, or something that should not be dependet on). - If you think something should be added or removed, please open a bug report. - If you think something should be added as an optional dependency, please open a bug report (with a good reason [tm]). The depending ports have been updated to work against opencv4, or marked broken. * Ports broken: - graphics/rubygem-objectdetect: OpenCV4 no longer ships opencv-1.0 API - graphics/p5-Image-ObjectDetect: OpenCV4 no longer ships opencv-1.0 API - graphics/gimp-gmic-plugin: OpenCV4 no longer ships opencv-1.0 API * Backports: - misc/visp: https://github.com/lagadic/visp/commit/dfa7e4bd47c24cd2e631477e6afb18806733ff8a - multimedia/zart: https://github.com/c-koi/zart/commit/6ca1964690afbbc78627d7c868a692401043a584, https://github.com/c-koi/zart/commit/d3a2931b1a07ec0322211f253468000363c4b6cb * Others: - misc/actiona: switch to pkgconfig 'opencv4' - multimedia/libav: drop opencv support - misc/darknet: already failed to build prior to the upgrade - math/saga: remove patching added to work against opencv3 Notes: svn path=/head/; revision=563430
* Chase libsndfile 1.0.30 update.Thomas Zander2020-10-011-0/+1
| | | | | | | | | Details: - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild. - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=550824
* Upgrade toxcore to v0.2.12.Thierry Thomas2020-05-012-4/+4
| | | | | | | Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.12>. Notes: svn path=/head/; revision=533568
* Upgrade toxcore to v0.2.11.Thierry Thomas2020-03-232-5/+4
| | | | | | | Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.11>. Notes: svn path=/head/; revision=528970
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-1/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+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
* Upgrade to v0.2.10.Thierry Thomas2019-06-252-5/+4
| | | | | | | Release notes on <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.10>. Notes: svn path=/head/; revision=505100
* multimedia/libvpx: update 1.8.0Jan Beich2019-02-061-0/+1
| | | | | | | | | | | www/firefox, www/firefox-esr, mail/thunderbird wait for upstream fix via https://bugzilla.mozilla.org/show_bug.cgi?id=1525393 Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.7.0..v1.8.0 ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ Notes: svn path=/head/; revision=492305
* Upgrade to v0.2.9.Thierry Thomas2019-01-132-9/+9
| | | | | | | | | Release notes at <https://github.com/TokTok/c-toxcore/releases>. Note: tests are now an option. Notes: svn path=/head/; revision=490135
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+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
* Upgrade to v0.2.8.Thierry Thomas2018-10-082-4/+4
| | | | | | | Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.8>. Notes: svn path=/head/; revision=481542
* Upgrade to v0.2.7.Thierry Thomas2018-08-313-4/+5
| | | | | | | Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.7>. Notes: svn path=/head/; revision=478556
* Upgrade to v0.2.6.Thierry Thomas2018-08-172-4/+4
| | | | | | | Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.6>. Notes: svn path=/head/; revision=477416
* Upgrade to v0.2.5.Thierry Thomas2018-08-082-5/+4
| | | | | | | Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.5>. Notes: svn path=/head/; revision=476679
* devel/libconfig: update to 1.7.2Fernando Apesteguía2018-08-061-1/+1
| | | | | | | | | | | | | | | * Change to USE_GH * Bump PORTREVISION of dependant ports. Committing after maintainer timeout PR: 229961 Submitted by: che@bein.link Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16442 Notes: svn path=/head/; revision=476517
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Upgrade to v0.2.4.Thierry Thomas2018-07-212-4/+4
| | | | | | | Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.4>. Notes: svn path=/head/; revision=475075
* - Upgrade Tox to v0.2.3Thierry Thomas2018-06-262-5/+4
| | | | | | | | | Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.3> - Bump PORTREVISION of consumers. Notes: svn path=/head/; revision=473381