aboutsummaryrefslogtreecommitdiff
path: root/net-im/tox
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Opencv is checked by configure, but actually it is only needed forThierry Thomas2018-05-121-2/+2
| | | | | | | | | | tests. PR: 228178 Reported by: vvd (at) unislabs.com Notes: svn path=/head/; revision=469731
* Bump PORTREVISION on more opencv consumers due to opencv updateSteve Wills2018-05-091-0/+1
| | | | Notes: svn path=/head/; revision=469466
* Upgrade to v0.2.2.Thierry Thomas2018-04-182-4/+4
| | | | | | | Release notes at https://github.com/TokTok/c-toxcore/releases/tag/v0.2.2 Notes: svn path=/head/; revision=467725
* Upgrade to v0.2.1.Thierry Thomas2018-03-102-4/+4
| | | | | | | Release notes at https://github.com/TokTok/c-toxcore/releases/tag/v0.2.1 Notes: svn path=/head/; revision=464090
* - Repocopy tox to tox12, to be used by uToxThierry Thomas2018-03-075-91/+9
| | | | | | | | | | | - Upgrade tox to v0.2.0 Release notes at https://github.com/TokTok/c-toxcore/releases/tag/v0.2.0 PR: 226310 Differential Revision: https://reviews.freebsd.org/D14558 Notes: svn path=/head/; revision=463827
* multimedia/libvpx: update 1.7.0Jan Beich2018-01-251-0/+1
| | | | | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0 ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ Notes: svn path=/head/; revision=459963
* Upgrade to 0.1.11.Thierry Thomas2017-12-273-5/+30
| | | | | | | Changelog at <https://github.com/TokTok/c-toxcore/releases/tag/v0.1.11>. Notes: svn path=/head/; revision=457426
* Fix the build in some cases.Thierry Thomas2017-11-282-1/+12
| | | | | | | | PR: 222235 Submitted by: rozhuk.im (at) gmail.com Notes: svn path=/head/; revision=455075
* - Update libsodium to 1.0.15 [1]Vsevolod Stakhov2017-10-221-1/+1
| | | | | | | | | | - Bump revisions for all dependent ports PR: 223147 [1] Submitted by: Greg V [1] Notes: svn path=/head/; revision=452629
* 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
* Upgrade to v0.1.8.Thierry Thomas2017-04-292-6/+6
| | | | | | | | | | Changelog at <https://github.com/TokTok/c-toxcore/releases/tag/v0.1.8>. PR: 218947 Submitted by: Yuri Victorovich Notes: svn path=/head/; revision=439742
* graphics/opencv: back out r423216 and r423063 (replaying r423316)Jan Beich2017-04-141-2/+2
| | | | | | | | | | | | Renaming didn't help to unblock 3.x progress as co-existence with 2.x was no less complex than simply fixing consumers. This commit also restores directory-level history accidentally lost via git-svn. PR: 210505 Pointy hat to: jbeich (should've discussed first) Notes: svn path=/head/; revision=438490
* 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
* Fix USE_GITHUB usage.Mathieu Arnold2017-02-132-4/+4
| | | | | | | | | For a couple of ports, bump PORTEPOCH as their version were wrong. Sponsored by: Absolight Notes: svn path=/head/; revision=433999
* Move devel/libcheck to devel/checkSunpoet Po-Chuan Hsieh2017-02-051-1/+1
| | | | | | | - Bump PORTREVISION for dependent ports Notes: svn path=/head/; revision=433395
* Fix TEST_DEPENDS.Thierry Thomas2017-01-201-2/+2
| | | | Notes: svn path=/head/; revision=432001
* Upgrade to v0.1.5.Thierry Thomas2017-01-203-4/+27
| | | | | | | Changelog at <https://github.com/TokTok/c-toxcore/releases/tag/v0.1.5>. Notes: svn path=/head/; revision=431977
* Typo: s/TARGET/DEPENDS/Thierry Thomas2017-01-111-1/+1
| | | | Notes: svn path=/head/; revision=431210
* - Upgrade to v0.1.3Thierry Thomas2017-01-112-6/+8
| | | | | | | | | | Changelog at https://github.com/TokTok/c-toxcore/releases/tag/v0.1.3 - As reported by Sean C. Farley, msgpack and portaudio are only needed for tests. Notes: svn path=/head/; revision=431209
* - Change repository to the active oneThierry Thomas2017-01-103-49/+39
| | | | | | | | | - Upgrade to v0.1.2 PR: 215398 Notes: svn path=/head/; revision=431131
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-1/+0
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* multimedia/libvpx: update 1.6.0Jan Beich2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | ABI is incompatible... or not? SONAME has changed but the removed vp10 symbols weren't actually exposed (and still aren't). Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails: vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3': vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in simplify_binary_operation_1, at simplify-rtx.c:2563 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0 ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html Notes: svn path=/head/; revision=422956
* Fix tox-bootstrapd.Thierry Thomas2016-09-272-1/+2
| | | | Notes: svn path=/head/; revision=422827
* Refresh.Thierry Thomas2016-09-252-5/+5
| | | | Notes: svn path=/head/; revision=422750
* There is no more net-im/venom port. Fix outdated package description.Thierry Thomas2016-08-311-1/+1
| | | | | | | | PR: 212285 Submitted by: Aleksander Alekseev Notes: svn path=/head/; revision=421184
* security/libsodium: Upgrade version 1.0.8 => 1.0.10John Marino2016-07-121-1/+1
| | | | | | | | | | | Also bump all ports that depend on libsodium. PR: 210999 Submitted by: manu Approved by: vsevolod (maintainer) Notes: svn path=/head/; revision=418449
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update libsodium to 1.0.8Vsevolod Stakhov2016-03-231-1/+1
| | | | | | | | | | - Bump revisions of all dependant ports PR: 206482 Submitted by: lev, w.schwarzenfeld@aon.at Notes: svn path=/head/; revision=411691
* Cleanup GH_* and variables order.Mathieu Arnold2015-12-291-1/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=404743