aboutsummaryrefslogtreecommitdiff
path: root/net-im/uTox
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
|
* net-im/uTox: fix build on powerpc64lePiotr Kubaj2021-04-061-1/+1
| | | | Use correct emulation.
* Bump portrevision for devel/evdev-protoNiclas Zeising2020-09-281-0/+1
| | | | | | | | Bump portrevision on everything with a build dependency on devel/evdev-proto, to chace the update of evdev-proto in r550442. Notes: svn path=/head/; revision=550443
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* Allow building on powerpc64le.Mark Linimon2020-09-231-1/+2
| | | | | | | | | While here, pet portlint (stray whitespace at EOL). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=549846
* net-im/uTox: Update to 0.17.2Tobias Kortkamp2020-04-143-28/+4
| | | | | | | Changes: https://github.com/uTox/uTox/releases/tag/v0.17.2 Notes: svn path=/head/; revision=531656
* net-im/uTox: Remove LLD_UNSAFETobias Kortkamp2020-02-021-2/+16
| | | | | | | | ld.lld lacks default output emulation. Using -b binary without explicit -m will fail. Add arch-to-emulation mapping and unbreak build. Notes: svn path=/head/; revision=524794
* net-im/uTox: Unbreak build on arm64Tobias Kortkamp2020-02-012-4/+29
| | | | | | | | | | | | | | | | | | | | | In file included from src/main.c:9: In file included from src/native/main.h:16: In file included from src/native/../xlib/main.h:18: In file included from /usr/local/include/X11/extensions/Xrender.h:28: In file included from /usr/local/include/X11/Xlib.h:38: In file included from /usr/include/sys/types.h:46: /usr/include/machine/endian.h:68:20: error: too many arguments provided to function-like macro invocation : "=&r" (ret), "+r" (x)); ^ src/main.h:30:9: note: macro 'volatile' defined here #define volatile(x)(x) ^ While untested optimistically allow the build on armv* again too. Notes: svn path=/head/; revision=524793
* net-im/uTox: Unbreak with openal-soft-1.20.0Tobias Kortkamp2019-11-301-0/+19
| | | | | | | | | | | | /usr/local/include/AL/alc.h:34:26: error: typedef redefinition with different types ('struct ALCdevice' vs 'struct ALCdevice_struct') typedef struct ALCdevice ALCdevice; ^ .../src/av/audio.h:8:33: note: previous definition is here typedef struct ALCdevice_struct ALCdevice; ^ Notes: svn path=/head/; revision=518716
* net-im/uTox: Update to 0.17.1Tobias Kortkamp2019-10-054-52/+38
| | | | | | | | | | | - Take maintainership Changes: https://github.com/uTox/uTox/releases/tag/v0.17.1 PR: 240721 Approved by: portmaster@BSDforge.com (maintainer timeout, 14 days) Notes: svn path=/head/; revision=513815
* 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
* net-im/uTox: Add missing link to upstream commit to patchTobias Kortkamp2019-04-201-0/+3
| | | | | | | PR: 235799 Notes: svn path=/head/; revision=499436
* net-im/uTox: Fix push to talkSteve Wills2019-04-192-2/+27
| | | | | | | | | PR: 235799 Submitted by: Darren Mulligan <fixer@bsdmail.com> Approved by: maintainer timeout (portmaster@bsdforge.com, >2 months) Notes: svn path=/head/; revision=499385
* multimedia/libvpx: update 1.8.0Jan Beich2019-02-061-1/+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
* 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
* Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4lThomas Zander2018-09-291-1/+1
| | | | Notes: svn path=/head/; revision=480899
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+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
* Mark these ports as broken on aarch64, and, where appropriate, armvX.Mark Linimon2018-07-071-0/+4
| | | | | | | | | While here, pet portlint and modernize. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=474058
* - Upgrade Tox to v0.2.3Thierry Thomas2018-06-261-0/+1
| | | | | | | | | Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.3> - Bump PORTREVISION of consumers. Notes: svn path=/head/; revision=473381
* net-im/uTox: Update to 0.17.0Tobias Kortkamp2018-06-218-84/+56
| | | | | | | | | | | | - Update license and WWW Changes: https://github.com/uTox/uTox/releases PR: 229198 Submitted by: tobik Approved by: maintainer Notes: svn path=/head/; revision=472992
* Use BINARY_ALIAS to make LLD_UNSAFE more widely applicableEd Maste2018-03-291-1/+0
| | | | | | | | | | | | | Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE is active to use ld.bfd for these ports. Approved by: portmgr (antoine) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D14876 Notes: svn path=/head/; revision=465900
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultKirill Ponomarev2018-03-281-0/+2
| | | | | | | | | | | output target. Pet portlint(1). PR: 226995 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket) Notes: svn path=/head/; revision=465809
* Make it depend on net-im/tox12 for the moment.Thierry Thomas2018-03-071-3/+3
| | | | | | | | | See https://github.com/uTox/uTox/pull/1157 Reported by: yuri Notes: svn path=/head/; revision=463828
* multimedia/libvpx: update 1.7.0Jan Beich2018-01-251-1/+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
* - 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-1/+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
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+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
* unbreak net-im/uTox on 10.3-RELEASE amd64Nikolai Lifanov2017-02-073-1/+4
| | | | | | | | | | | | | | | | | | | | | | | [ 83%] Building C object CMakeFiles/utox.dir/src/main.c.o /usr/bin/cc -I/usr/local/include/freetype2 -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -Wall -Wextra -fno-strict-aliasing -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -std=gnu99 -o CMakeFiles/utox.dir/src/main.c.o -c /wrkdirs/usr/ports/net-im/uTox/work/uTox-1835eae/src/main.c In file included from /wrkdirs/usr/ports/net-im/uTox/work/uTox-1835eae/src/main.c:5: In file included from /wrkdirs/usr/ports/net-im/uTox/work/uTox-1835eae/src/main.h:282: In file included from /wrkdirs/usr/ports/net-im/uTox/work/uTox-1835eae/src/stb_image.h:678: /usr/include/clang/3.4.1/emmintrin.h:1444:21: error: expected '(' after 'asm' __asm__ volatile ("pause"); ^ /wrkdirs/usr/ports/net-im/uTox/work/uTox-1835eae/src/main.h:84:21: note: expanded from macro 'volatile' #define volatile(x) x ^ PR: 216332 Submitted by: cpm, amdmi3 Reviewed by: matthew Approved by: matthew (mentor), portmaster@BSDforge.com (maintainer timeout, 2 weeks) Differential Revision: https://reviews.freebsd.org/D9477 Notes: svn path=/head/; revision=433579
* Chase toxcore and upgrade to 0.11.1.Thierry Thomas2017-01-108-116/+31
| | | | | | | | PR: 215746 Approved by: maintainer (Chris Hutchinson) Notes: svn path=/head/; revision=431133
* 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
* multimedia/libvpx: update 1.6.0Jan Beich2016-09-301-0/+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
* - Update to 0.9.8.20160729Dmitry Marakasov2016-09-062-4/+5
| | | | | | | | | PR: 211812 Submitted by: olevole@olevole.ru Approved by: maintainer timeout (portmaster@bsdforge.com, 3 weeks) Notes: svn path=/head/; revision=421436
* Update to version 0.9.7Pawel Pekala2016-07-307-31/+18
| | | | | | | | PR: 211443 Submitted by: Chris Hutchinson (maintainer) Notes: svn path=/head/; revision=419326
* - Pass maintainershipt to portmaster@BSDforge.comDmitry Marakasov2016-07-191-1/+1
| | | | | | | | PR: 211119 Submitted by: fidaj@ukr.net (maintainer) Notes: svn path=/head/; revision=418802
* security/libsodium: Upgrade version 1.0.8 => 1.0.10John Marino2016-07-121-0/+1
| | | | | | | | | | | Also bump all ports that depend on libsodium. PR: 210999 Submitted by: manu Approved by: vsevolod (maintainer) Notes: svn path=/head/; revision=418449
* Update to 20160530 v0.9.5.Thierry Thomas2016-05-313-9/+14
| | | | | | | | PR: 209906 Submitted by: Ivan Klymenko (maintainer) Notes: svn path=/head/; revision=416216
* - Update to 0.8.2.20160511Dmitry Marakasov2016-05-167-9/+60
| | | | | | | | PR: 209424 Submitted by: fidaj@ukr.net (maintainer) Notes: svn path=/head/; revision=415337
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to upstream version 0.7.0.20160321Thomas Zander2016-03-254-15/+38
| | | | | | | | | | | While on it: - Pet portlint PR: 208230 Submitted by: fidaj@ukr.net (maintainer) Notes: svn path=/head/; revision=411822
* - 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
* - Add missing sodium dependencyDmitry Marakasov2016-02-091-1/+9
| | | | | | | | | | | - Add a check for that net-im/tox dependency was built with correct options PR: 206706 Submitted by: fidaj@ukr.net (maintainer) Reported by: rozhuk.im@gmail.com Notes: svn path=/head/; revision=408591
* - Update to 0.5.1.20160121Dmitry Marakasov2016-01-273-27/+53
| | | | | | | | PR: 206558 Submitted by: fidaj@ukr.net (maintainer) Notes: svn path=/head/; revision=407371
* - Update to 0.4.4.20151120Dmitry Marakasov2015-11-262-6/+4
| | | | | | | | PR: 204714 Submitted by: fidaj@ukr.net (maintainer) Notes: svn path=/head/; revision=402446
* multimedia/libvpx: update 1.5.0Jan Beich2015-11-141-0/+1
| | | | | | | | | | | | | ABI isn't compatible, so bump PORTREVISION in consumers. Changes: https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0 ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html PR: 204478 Exp-run by: antoine Approved by: ashish (maintainer) Notes: svn path=/head/; revision=401587
* 1) Refresh toxcoreThierry Thomas2015-11-132-5/+9
| | | | | | | | | | | | 1b) Upgrade toxic to 0.7.0 Changelog at <https://github.com/JFreegman/toxic/releases/tag/v0.7.0> 2) Chase Tox's update and refresh uTox Submitted by: thierry (1) and Ivan Klymenko (2)(maintainer) Notes: svn path=/head/; revision=401523
* Upgrade Tox, libfilteraudio, toxic, qTox and uTox to a recent snapshot.Thierry Thomas2015-06-183-15/+5
| | | | | | | | | PR: ports/200865 Submitted by: yuri (at) rawbw.com (qTox maintainer) + patches from other maintainers Approved by: maintainers Notes: svn path=/head/; revision=390058
* multimedia/libvpx: update to 1.4.0Jan Beich2015-06-091-0/+1
| | | | | | | | | | | | | ABI isn't compatible, so bump PORTREVISION in consumers. Changes: https://chromium.googlesource.com/webm/libvpx/+/v1.4.0 Differential Revision: https://reviews.freebsd.org/D2570 Exp-run by: antoine Approved by: ashish, multimedia (kwm) Approved by: maintainer timeout (ale, dinoex; 2 weeks) Notes: svn path=/head/; revision=388940
* Upgrade to 20150514 v0.2.s.Thierry Thomas2015-05-152-4/+4
| | | | | | | | PR: ports/200220 Differential Revision: Ivan Klymenko (maintainer) Notes: svn path=/head/; revision=386410