Commit graph

5874 commits

Author SHA1 Message Date
Antoine Brodin
1bf9457272 Convert the tree to use PY_PILLOW
With hat:	portmgr
Originally submitted by:	kai
2020-03-24 19:54:57 +00:00
Guido Falsi
dd087e4403 Fix build with clang 10
PR:		245004
Obtained from:	2661a17c7e (diff-4a56fc9353bac10cf2f51e22e38e3b2a) (part)
Approved by:	portmgr (blanket)
2020-03-23 12:43:39 +00:00
Thierry Thomas
f51e03d781 Upgrade toxcore to v0.2.11.
Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.11>.
2020-03-23 12:19:41 +00:00
Tobias C. Berner
62aa63f89c devel/qca: update to 2.3
- qca-2.3 drop support for OSSL<1.1
- copy devel/qca to devel/qca-legacy which is held at the current version
- update devel/qca to 2.3
- Add Uses/qca.mk which handles dependency on either of the ports depending on
  the FreeBSD version

Users on FreeBSD11 must therefore change their pkg orign à la:

   pkg set -o devel/qca:devel/qca-legacy

PR:		244682
Exp-run by:	antoine
Reviewed by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D24042
2020-03-21 07:23:59 +00:00
Tobias Kortkamp
29a23b8db4 Clean up LLD_UNSAFE from openal-soft ports
After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports.  LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).

PR:		226980
Reviewed by:	jbeich (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23030
2020-03-19 23:02:30 +00:00
Fernando Apesteguía
841549049f net-im/telegram-desktop: Update to 1.9.21
Latest ChangeLog:
https://github.com/telegramdesktop/tdesktop/releases/tag/v1.9.21

Accummulated changes from 1.9.14:

* Bug fixes and other minor improvements.
* Fix a possible crash in animated stickers rendering.
* Fix blurred thumbnails in albums with video files.
* Fix crash in shared links search.
* Improved spellchecking on Windows 7 and Linux.
* Mark new messages as read while scrolling down through them.
* Spell checker on Windows 7.

PR:	244900
Submitted by:	henry.hu.sh@gmail.com (maintainer)
2020-03-19 18:14:39 +00:00
Tobias C. Berner
799eedb844 net-im/telepathy-qt: remove unnecessary lock on python2
- switch to python3
2020-03-16 20:10:07 +00:00
Dmitri Goutnik
5946948a6b net-im/slack-term: Update to 0.5.0
- Add UPDATING entry about config file location change
- Pet portclippy

Changes:	https://github.com/erroneousboat/slack-term/releases/tag/v0.5.0
Reported by:	portscout
2020-03-16 16:38:01 +00:00
Tobias C. Berner
d319673f9c net-im/telegram-desktop: remove deprecation warning
The python dependency was bumped to python3 in r528475
2020-03-15 08:18:52 +00:00
Tobias C. Berner
45ce89a38b net-im/telegram-desktop: update to 1.9.14
PR:		244651
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2020-03-15 08:12:54 +00:00
Tobias C. Berner
519b983cd9 net-im/telepathy-logger-qt5: update to 17.09.0
- switch to python3
2020-03-14 20:26:51 +00:00
Tobias C. Berner
2db60bbeb5 Make some implicit KDE dependencies explicit 2020-03-14 19:03:35 +00:00
Tobias C. Berner
6f934ad187 Make some implicit Qt dependencies explicit 2020-03-14 18:05:23 +00:00
Jan Beich
1ecffdfc3f Fix up PORTREVISION style after "portedit bump-revision" 2020-03-13 09:54:51 +00:00
Jan Beich
f821cdc347 devel/icu: update to 66.1
Changes:	http://site.icu-project.org/download/66
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2020-03-13 09:47:16 +00:00
Tobias Kortkamp
25b7de7213 lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24020
2020-03-12 19:39:24 +00:00
Gleb Popov
999c1ec541 net-im/matterhorn: Update to 50200.7.0.
Submitted by:	Evilham <contact@evilham.com>
Differential Revision:	https://reviews.freebsd.org/D24040
2020-03-12 11:34:04 +00:00
Antoine Brodin
5ae8688c07 Deprecate some ports using deprecated version of python
With hat:	portmgr
2020-03-08 17:01:46 +00:00
Tobias C. Berner
7542316db7 net-im/spectral: add missing dependency on quickcontrols
PR:		244617
Submitted by:	b0cspa@cock.li
Approved by:	adridg
2020-03-08 10:26:38 +00:00
Tobias C. Berner
3cb2eef56a KDE Applications: update to 19.12.3 2020-03-06 22:11:55 +00:00
Kurt Jaeger
baee6b2d5e net-im/prosody: refactor and move to lua 5.2
- Use Lua 5.2 and drop support for the dead LuaJIT.
- Explicitly state all required configure options
  as the "freebsd" preset has some of them wrong.
- Do not install the example certs as they clutter the
  config directory and nobody should ever use them.
  They can be recreated with prosodyctl if needed.
- Remove the broken "daemonize" option from the rc script,
  handle all actions with "prosodyctl" instead.
- Change data directory from /usr/local/var/lib/prosody to
  /var/db/prosody and include instructions in UPDATING
- Install the prosody migrator
- Use arc4random

PR:		241619
Submitted by:	thomas@beingboiled.info
Reviewed by:	lx (maintainer), Sascha Biberhofer <ports@skyforge.at>
Approved by:	lx (maintainer timeout)
2020-03-04 19:47:53 +00:00
Joe Marcus Clarke
60b2e1c601 Use standard ncurses build mechanism.
PR:		243949
Submitted by:	swills
2020-03-02 22:29:44 +00:00
Antoine Brodin
81facae67e Deprecate a few python 2.7 ports
With hat:	portmgr
2020-03-01 20:13:07 +00:00
Dmitri Goutnik
83fb931a3b net-im/6cord: Update to 9.6
- Pet portclippy while here

PR:		244475
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
2020-02-28 12:18:47 +00:00
Tobias Kortkamp
daf2ea4a45 lang/rust: Update to 1.41.1
- Force rebuild all consumers to fix potential miscompilations with
  1.41.0
- Enable SOURCES by default.  The sources are indexed by RLS and
  required for it to function properly, so they should be available
  by default.  This also makes sure we test the option properly.
- Remove implied --config=config.toml from x.py args
- Switch to the upstreamed backtrace crate patches like rust-nightly
- Enable WASM by default [0]
- Strip libraries (D23650) [1]
- Simplify plist generation (D23735) [2]

Changes:	https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html
Submitted by:	mikael [0,1,2]
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23835
2020-02-27 15:22:28 +00:00
Ashish SHUKLA
48c8a9d905 - Update to 0.1.0
- Remove unneeded patch

Submitted by:	Philip Brown <philip at pbdigital dot org> (private email)
2020-02-27 09:20:34 +00:00
Mikael Urankar
25ed1a1fde net-im/matterbridge: unbreak on aarch64
Import an upstream patch [1] to fix build on aarch64

[1] 33540a1f60

PR:		243818
Approved by:	swills (maintainer), manu (mentor)
2020-02-24 20:07:00 +00:00
Mikael Urankar
ba9ae392f8 net-im/matterircd: unbreak on aarch64
It builds fine on aarch64

PR:		243819
Approved by:	norrland@nullbyte.se (maintainer), manu (mentor)
2020-02-24 19:07:57 +00:00
Antoine Brodin
41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00
Sunpoet Po-Chuan Hsieh
d6f74b62f6 Update LIB_DEPENDS after splitting gsasl library into libgsasl
- Bump PORTREVISION for dependency change
2020-02-23 08:07:58 +00:00
Dmitri Goutnik
7cc1a23140 net-im/xmpp-client: Unbreak on aarch64
PR:		242418
Approved by:	cs (maintainer timeout, >2 months)
2020-02-22 12:40:00 +00:00
Dirk Meyer
dae8c27596 - set default MAINTAINER
- fix stage-qa
- mark BROKEN
2020-02-22 08:03:14 +00:00
Danilo G. Baio
bd3d9f00ec net-im/py-matrix-synapse: Update to 1.10.0
Changelog:	https://github.com/matrix-org/synapse/blob/v1.10.0/CHANGES.md

PR:		244081
Submitted by:	Christopher May-Townsend <chris@maytownsend.co.uk>
Approved by:	Sascha Biberhofer <ports@skyforge.at> (maintainer)
2020-02-16 21:23:56 +00:00
Eugene Grosbein
fb735ba8c6 net-im/pidgin-icyque: update to g20200111
Some bugfixes and improvements in group chat support.
2020-02-15 10:41:11 +00:00
Greg Lehey
53b20d6e60 Update to current version.
Remove BROKEN.
Remove MAINTAINER, whose email is no longer valid.
2020-02-13 23:38:30 +00:00
Mateusz Piotrowski
34e69304c5 Add missing runtime dependencies
Reported by:	arved
2020-02-11 13:21:10 +00:00
Tilman Keskinoz
34e59da18a Update to 0.9.3 2020-02-11 08:27:36 +00:00
Tilman Keskinoz
d7562de213 Update to 0.9.3 2020-02-11 08:24:45 +00:00
Tilman Keskinoz
5665410fad Update profanity to 0.8.1 2020-02-10 09:58:23 +00:00
Kubilay Kocak
2fc828c848 net-im/prosody: Update to 0.11.4
Changelog:

  https://blog.prosody.im/prosody-0.11.4-released/

PR:		243460
Submitted by:	Thomas Morper <thomas beingboiled info>
Approved by:	portmgr (maintainer timeout: > 14 days)
MFH: 2010Q1	(blanket: bugfix release)
2020-02-10 04:54:57 +00:00
Tobias C. Berner
a22f8d1e58 net-im/qxmpp-qt5: update to 1.2.0
Changelog:
	https://github.com/qxmpp-project/qxmpp/blob/master/CHANGELOG.md
2020-02-07 19:53:24 +00:00
Li-Wen Hsu
c94236cf7e Followup security/nss installation path modification in r525484
PR:		243835
2020-02-07 13:33:36 +00:00
Tobias C. Berner
557a04d0c8 Update KDE's Applications to 19.12.2
Changelog:
	https://kde.org/info/releases-19.12.2.php
2020-02-06 18:08:07 +00:00
Koichiro Iwao
6a8b4e9223 net-im/mikutter: Update to 4.0.4
While here,
- Always use system ruby even if devel/rbenv is installed

Relnotes:	https://mikutter.hatenablog.com/entry/2019/12/25/001520
		https://mikutter.hatenablog.com/entry/2020/01/01/124344
		https://mikutter.hatenablog.com/entry/2020/01/05/194602
		https://mikutter.hatenablog.com/entry/2020/01/12/184122
		https://mikutter.hatenablog.com/entry/2020/02/01/173247
2020-02-04 02:33:41 +00:00
Tobias Kortkamp
f8c11b4f6a net-im/uTox: Remove LLD_UNSAFE
ld.lld lacks default output emulation.  Using -b binary without explicit
-m will fail.  Add arch-to-emulation mapping and unbreak build.
2020-02-02 00:07:37 +00:00
Tobias Kortkamp
2e076c1cd3 net-im/uTox: Unbreak build on arm64
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.
2020-02-01 23:55:10 +00:00
Yuri Victorovich
dc0b5b1e1d net-im/qTox: Update 1.16.3-529 -> 1.16.3-784 2020-02-01 21:46:46 +00:00
Mateusz Piotrowski
e6223958fd Update to 0.25.2
While here, pet portfmt & portclippy.

Reported by:	Repology
2020-02-01 16:02:46 +00:00
Ashish SHUKLA
a7534e7766 - Update to 20.01 2020-02-01 12:36:04 +00:00
Tobias Kortkamp
83209114b8 lang/rust: Update to 1.41.0
- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
  architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
  produce more useful failure logs when something panics during
  builds

Changes:	https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23385
2020-01-30 20:00:06 +00:00