/lang/gnat-glade/

>
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/uTox
Commit message (Collapse)AuthorAgeFilesLines
* unbreak net-im/uTox on 10.3-RELEASE amd64lifanov2017-02-083-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
* Chase toxcore and upgrade to 0.11.1.thierry2017-01-118-116/+31
| | | | | PR: 215746 Approved by: maintainer (Chris Hutchinson)
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-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.
* multimedia/libvpx: update 1.6.0jbeich2016-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
* - Update to 0.9.8.20160729amdmi32016-09-062-4/+5
| | | | | | PR: 211812 Submitted by: olevole@olevole.ru Approved by: maintainer timeout (portmaster@bsdforge.com, 3 weeks)
* Update to version 0.9.7pawel2016-07-317-31/+18
| | | | | PR: 211443 Submitted by: Chris Hutchinson (maintainer)
* - Pass maintainershipt to portmaster@BSDforge.comamdmi32016-07-191-1/+1
| | | | | PR: 211119 Submitted by: fidaj@ukr.net (maintainer)
* security/libsodium: Upgrade version 1.0.8 => 1.0.10marino2016-07-131-0/+1
| | | | | | | | Also bump all ports that depend on libsodium. PR: 210999 Submitted by: manu Approved by: vsevolod (maintainer)
* Update to 20160530 v0.9.5.thierry2016-06-013-9/+14
| | | | | PR: 209906 Submitted by: Ivan Klymenko (maintainer)
* - Update to 0.8.2.20160511amdmi32016-05-177-9/+60
| | | | | PR: 209424 Submitted by: fidaj@ukr.net (maintainer)
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-10/+10
| | | | | With hat: portmgr Sponsored by: Absolight
* Update to upstream version 0.7.0.20160321riggs2016-03-254-15/+38
| | | | | | | | While on it: - Pet portlint PR: 208230 Submitted by: fidaj@ukr.net (maintainer)
* - Update libsodium to 1.0.8vsevolod2016-03-231-1/+1
| | | | | | | - Bump revisions of all dependant ports PR: 206482 Submitted by: lev, w.schwarzenfeld@aon.at
* - Add missing sodium dependencyamdmi32016-02-101-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
* - Update to 0.5.1.20160121amdmi32016-01-283-27/+53
| | | | | PR: 206558 Submitted by: fidaj@ukr.net (maintainer)
* - Update to 0.4.4.20151120amdmi32015-11-262-6/+4
| | | | | PR: 204714 Submitted by: fidaj@ukr.net (maintainer)
* multimedia/libvpx: update 1.5.0jbeich2015-11-151-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)
* 1) Refresh toxcorethierry2015-11-142-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)
* Upgrade Tox, libfilteraudio, toxic, qTox and uTox to a recent snapshot.thierry2015-06-193-15/+5
| | | | | | PR: ports/200865 Submitted by: yuri (at) rawbw.com (qTox maintainer) + patches from other maintainers Approved by: maintainers
* multimedia/libvpx: update to 1.4.0jbeich2015-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)
* Upgrade to 20150514 v0.2.s.thierry2015-05-152-4/+4
| | | | | PR: ports/200220 Differential Revision: Ivan Klymenko (maintainer)
* - Update to 0.2.r.20150509wen2015-05-112-4/+4
| | | | | PR: 200082 Submitted by: fidaj@ukr.net(maintainer)
* - Update to 20150505 v0.2.qwen2015-05-082-5/+5
| | | | | PR: 200000 Submitted by: fidaj@ukr.net(maintainer)
* Upgrade uTox to 20150419 v0.2.p.thierry2015-04-283-17/+16
| | | | | PR: ports/199358 Submitted by: Ivan Klymenko
* net-im/uTox: update 0.2.o.git20150311 -> 0.2.o.20150402robak2015-04-032-4/+4
| | | | | | | - Removed 'git' from PORTVERSION date appendix PR: 199143 Submitted by: Ivan Klymenko <fidaj@ukr.net>
* Update to git20150311 v0.2.o.thierry2015-03-124-12/+24
| | | | | PR: ports/198528 Differential Revision: Ivan Klymenko (maintainer)
* Update to git20150204 v0.2.l .thierry2015-02-063-5/+27
| | | | | PR: ports/197347 Submitted by: Ivan Klymenko (maintainer)
* Upgrade to git20150114 v0.1.9.thierry2015-01-16