Commit graph

6011 commits

Author SHA1 Message Date
Mateusz Piotrowski
bdfe1ff16c Fix pkg-plist
DBUS files are already handled via DBUS_PLIST_FILES.
2020-04-19 12:38:17 +00:00
Mateusz Piotrowski
526922056f Update to 0.6.7
Release notes:
https://github.com/AsamK/signal-cli/releases/tag/v0.6.7
2020-04-19 12:30:38 +00:00
Yuri Victorovich
e4c1662409 net-im/ssh-chat: Update 1.8.2 -> 1.9
Reported by:	portscout
2020-04-19 01:20:04 +00:00
Tobias Kortkamp
4b25956a1b Hook up net-im/nextcloud-talk ... 2020-04-16 22:54:19 +00:00
Bernard Spil
5ca251a49c net-im/nextcloud-talk: Update descriptions 2020-04-16 18:42:24 +00:00
Bernard Spil
6cd712d2e5 net-im/nextcloud-talk: Add Video Conferencing app 2020-04-16 18:37:17 +00:00
Mateusz Piotrowski
a85248844e net-im/toot: Update to 0.26.0
Release notes:
https://github.com/ihabunek/toot/releases/tag/0.26.0
2020-04-16 07:08:01 +00:00
Koichiro Iwao
1222d1e166 leftover of r531821
PR:		245551
2020-04-16 06:48:32 +00:00
Koichiro Iwao
12a5a78e91 New port: net-im/tut: TUI for Mastodon
Minimal, configurable and vim-key inspired terminal
user interface for Mastodon.

PR:		245551
Submitted by:	Lewis Cook <vulcan@wired.sh>
2020-04-16 06:46:29 +00:00
Rodrigo Osorio
cdaba71527 New port net-im/sshout: Instant-messaging solution based on SSH
Secure Shout Host Oriented Unified Talk is an instant-messaging platform
designed to make uses of the existing SSH server in your system.
SSHOUT creates a private chat room in your host. The authentication of the
chat room is done by SSH public authentication. Users can join your chat room
by either directly connecting your SSH server with any SSH client; or using a
SSHOUT client that implemented the client side SSHOUT API.
This package provides the SSHOUT server side programs; if you are finding a
SSHOUT client, go to project page and find out a suitable client; or you can
also write your own client using SSHOUT API.

PR:		228723
Submitted by:	WHR <msl0000023508@gmail.com>
2020-04-15 21:45:03 +00:00
Mathieu Arnold
beb1c1fe19 USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored.  A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.

USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.

PR:		245038
Submitted by:	andrew tao11 riddles org uk
Reviewed by:	mat, kevans, russ haley gmail com
Approved by:	mat (portmgr)
Differential Revision:	https://reviews.freebsd.org/D16494
2020-04-14 15:49:36 +00:00
Tobias Kortkamp
9bfca6b9b6 net-im/uTox: Update to 0.17.2
Changes:	https://github.com/uTox/uTox/releases/tag/v0.17.2
2020-04-14 05:51:50 +00:00
Yuri Victorovich
fbe8c8c48c net-im/qTox: Update 1.16.3-784 -> 1.16.3-882 2020-04-12 19:03:28 +00:00
Piotr Kubaj
1fead13002 net-im/ejabberd: fix build on GCC architectures
GCC 4.2 doesn't support LTO:
cc1: error: unrecognized command line option "-flto"
2020-04-12 16:09:40 +00:00
Adriaan de Groot
562256d478 net-im/libqmatrixclient upgrade to latest release
net-im/quaternion fix backwards versioning
net-im/spectral revision bump for shared library

None of these upgrades are interesting, they just follow the
Quotient ecosystem and give me a chance to correct the lost-
PORTREVISION in quaternion.

PR:		245531
Reported by:	lantw44@gmail.com
2020-04-12 12:48:22 +00:00
Roman Bogorodskiy
9e78cc73fe net-im/telegram-desktop: temporarily disable ccache
Building with ccache might fail, so disable it for now until it's fixed.

PR:		245452
Approved by:	maintainer
2020-04-11 16:33:57 +00:00
Tobias C. Berner
6d0860ccba net-im/prosody: Update to 0.11.5
- use https for the MASTER_SITES
- remove non-working mirror

ChangeLog: https://blog.prosody.im/prosody-0.11.5-released/

PR:		245040
Submitted by:	Thomas Morper <thomas@beingboiled.info>  (maintainer)
2020-04-11 05:59:46 +00:00
Ashish SHUKLA
ed80a01c57 - Add patch to fix build error on i386 architecture:
Compiling c_src/double-conversion/strtod.cc
c_src/double-conversion/strtod.cc:41:18: error: unused variable 'kMaxExactDoubleIntegerDecimalDigits' [-Werror,-Wunused-const-variable]
static const int kMaxExactDoubleIntegerDecimalDigits = 15;
                 ^
c_src/double-conversion/strtod.cc:58:21: error: variable 'exact_powers_of_ten' is not needed and will not be emitted [-Werror,-Wunneeded-internal-declaration]
static const double exact_powers_of_ten[] = {
                    ^
c_src/double-conversion/strtod.cc:84:18: error: unused variable 'kExactPowersOfTenSize' [-Werror,-Wunused-const-variable]
static const int kExactPowersOfTenSize = ARRAY_SIZE(exact_powers_of_ten);
                 ^

Thanks to jrm@ for help with testing

Reported by:	pkg-fallout
2020-04-10 13:37:32 +00:00
Yuri Victorovich
ca9b65b811 devel/spdlog: Update 1.4.2 -> 1.5.0; Change to shared library
PR:		244747
Approved by:	vanilla (maintainer)
2020-04-10 00:57:56 +00:00
Ashish SHUKLA
e29950fc19 - Fix brokenness on 11.x due to lack of LTO support, required by one
of the dependency

Thanks to dewayne@heuristicsystems.com.au for pointing out
the issue

PR:		245428
Reported by:	Bernhard <bernhard.kneip@postadigitale.de>, pkg-fallout@
2020-04-08 13:14:04 +00:00
Tobias C. Berner
1875e0b893 net-im/qxmpp-qt5: update to 1.3.0
Changelog:
	https://github.com/qxmpp-project/qxmpp/releases/tag/v1.3.0
2020-04-07 16:12:51 +00:00
David Thiel
e227afbf89 New maintainer.
PR:		245413
Submitted by:  Thomas Morper
2020-04-07 02:34:29 +00:00
Mikael Urankar
4fa6242518 net-im/matterircd: update to 0.19.4
PR:		245213
Approved by:	norrland@nullbyte.se (maintainer)
2020-04-06 17:24:21 +00:00
Ashish SHUKLA
00c3bd5c27 - Update to 20.03 2020-04-06 12:20:49 +00:00
Tobias C. Berner
356f56b4ba net-im/qxmpp-qt5: update to 1.2.1 2020-04-05 08:40:00 +00:00
Antoine Brodin
5771a96715 Deprecate ports broken for more than 6 months 2020-04-04 20:51:40 +00:00
Fernando Apesteguía
8318aaff0c net-im/telegram-desktop: update to 2.0.1
Changelog:
v2.0.1

    Switch between folders using Ctrl+1, ..., Ctrl+8.
    Fix crash when a pinned in folder chat was added to archive.
    Fix font issues in Linux version.

v2.0.0

    Organize chats into Chat Folders if you have too many chats.
    Create custom folders with flexible settings, or use default recommendations.
    Pin an unlimited number of chats in each folder.
    Switch between folders in the new side bar to easily access all of your chats.
    Send :dice: to any chat to try your luck and get a random number from the animated dice.
    Try out the new animated emoji.

While here, fix the system version string, and also add missing lz4 dependency.

PR:     245227
Submitted by:   henry.hu.sh@gmail.com (maintainer)
2020-04-04 12:13:52 +00:00
Ashish SHUKLA
d0385c05fb - Fix brokenness with net/libsignal 2.3.3. Upstream depends on
particular version (2.3.2), so reference its distfile, build
  it in tree.
- Bump PORTREVISION as dependencies are changed

PR:		245281
2020-04-02 19:37:14 +00:00
Yuri Victorovich
2f5f8c9588 net-im/qTox: Add the DESKTOP_NOTIFICATIONS option
It uses devel/snorenotify
2020-04-01 19:58:13 +00:00
Adriaan de Groot
a1f9eeff23 Update libqmatrixclient and some consumers
- new "sustaining" libqmatrixclient (er .. Quotient) release wth
  improvements in SSO and reduction in crashes.
	https://github.com/quotient-im/libQuotient/releases/tag/0.5.3
	https://github.com/quotient-im/libQuotient/releases/tag/0.5.3.1
- chase a newer rc for quaternion (a technical-minded Matrix client)
- bump the requirements in Spectral

There is a newer Spectral release as well, but it seems to be
incompatible with this libQuotient -- needs CMake support that
libQuotient does not install.
2020-04-01 09:02:33 +00:00
Mateusz Piotrowski
67162f9226 Update to 0.6.6
While here:
- Add D-Bus as a runtime dependency.
- Simplify do-install.

Reported by:	Repology
2020-03-31 12:54:09 +00:00
Yuri Victorovich
de32a259b9 net-im/qTox: Fix new version detection w/in the qTox application
An incorrect GIT_DESCRIBE was supplied to the build.
2020-03-28 02:23:18 +00:00
Mateusz Piotrowski
a2949d84d6 Bump PORTREVISION after r529198
Reported by:	mat
2020-03-26 20:17:20 +00:00
Mateusz Piotrowski
a42188062e Add missing entries to pkg-plist 2020-03-26 16:14:30 +00:00
Mateusz Piotrowski
866b208729 Chase devel/libmatthew plist changes
Also:
- Bring back vendored libmatthew JARs. It turns out that the build script
  is not picking up the ports version of libmatthew when generating the
  signal-cli script (share/signal-cli/bin/signal-cli). Use the vendored
  version for now.
- Remove an unnecessary comment.
2020-03-26 09:02:17 +00:00
Mateusz Piotrowski
c83e0b2a3c Clean up distinfo
I forgot to clean up leftovers after removing the vendored version of
libmatthew from the distfiles.
2020-03-25 22:08:50 +00:00
Mateusz Piotrowski
fea232a260 New port: Command-line and D-Bus interface for Signal and libsignal-service-java
signal-cli is a command-line interface for libsignal-service-java. It
supports registering, verifying, sending and receiving messages. To be able
to link to an existing Signal-Android/signal-cli instance, signal-cli uses
a patched libsignal-service-java, because libsignal-service-java does not
yet support provisioning as a slave device. For registering you need a
phone number where you can receive SMS or incoming calls. signal-cli is
primarily intended to be used on servers to notify admins of important
events. For this use-case, it has a dbus interface, that can be used to
send messages from any programming language that has dbus bindings.

WWW: https://github.com/AsamK/signal-cli
2020-03-25 21:39:53 +00:00
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
Rene Ladan
b0eec09651 Remove textproc/gnome-doc-utils.
It is abandonded upstream for years and is Python-2.7-only.

Adjust consumers, some only need a rebuild, others have their
documentation formerly created by gnome-doc-utils / xml2po removed.

Remove gnomedocutils from USE_GNOME

Submitted by:	rene
Approved by:	portmgr (mat), gnome (kwm)
Differential Revision:	https://reviews.freebsd.org/D23381
2020-01-27 19:40:17 +00:00
Rene Ladan
aa27691193 Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27
2020-01-27 audio/solfege: Unmaintained, uses EOLed python27
2020-01-27 audio/trommler: Unmaintained, uses EOLed python27
2020-01-27 benchmarks/pybench: Unmaintained, uses EOLed python27
2020-01-27 biology/pycogent: Unmaintained, uses EOLed python27
2020-01-27 biology/unanimity: Unmaintained, uses EOLed python27
2020-01-27 cad/pythoncad: Unmaintained, uses EOLed python27
2020-01-27 chinese/bg5pdf: Unmaintained, uses EOLed python27
2020-01-27 comms/py-libimobiledevice: Unmaintained, uses EOLed python27
2020-01-27 converters/py-bcode: Unmaintained, uses EOLed python27
2020-01-27 converters/py-iconv: Unmaintained, uses EOLed python27
2020-01-27 converters/py-zfec: Unmaintained, uses EOLed python27
2020-01-27 databases/gadfly: Unmaintained, uses EOLed python27
2020-01-27 databases/metakit: Unmaintained, uses EOLed python27
2020-01-27 databases/openark-kit: Unmaintained, uses EOLed python27
2020-01-27 databases/py-MySQLdb55: Unmaintained, uses EOLed python27
2020-01-27 databases/py-MySQLdb56: Unmaintained, uses EOLed python27
2020-01-27 databases/py-forgetsql: Unmaintained, uses EOLed python27
2020-01-27 databases/py-oops: Unmaintained, uses EOLed python27
2020-01-27 databases/py-rrdtool_lgpl: Unmaintained, uses EOLed python27
2020-01-27 deskutils/conkyemail: No longer maintained by upstream
2020-01-27 deskutils/cycle: Unmaintained, uses EOLed python27
2020-01-27 deskutils/everygui: Unmaintained, uses EOLed python27
2020-01-27 deskutils/ganyremote: Unmaintained, uses EOLed python27
2020-01-27 deskutils/pypanel: Unmaintained, uses EOLed python27
2020-01-27 deskutils/taskcoach: Unmaintained, uses EOLed python27
2020-01-27 deskutils/tel: Unmaintained, uses EOLed python27
2020-01-27 deskutils/tnote: Unmaintained, uses EOLed python27
2020-01-27 deskutils/vnc2flv: Unmaintained, uses EOLed python27
2020-01-27 deskutils/wammu: Unmaintained, uses EOLed python27
2020-01-27 devel/bbfreeze: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-builder: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-colo: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-externals: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-git: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-gtk: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-loom: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-pipeline: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-rewrite: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-scmproj: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-stats: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-svn: Unmaintained, uses EOLed python27
2020-01-27 devel/bzr-upload: Unmaintained, uses EOLed python27
2020-01-27 devel/ditrack: Unmaintained, uses EOLed python27
2020-01-27 devel/drpython: Unmaintained, uses EOLed python27
2020-01-27 devel/epydoc: Unmaintained, uses EOLed python27
2020-01-27 devel/fb303: Unmaintained, uses EOLed python27
2020-01-27 devel/fnorb: Unmaintained, uses EOLed python27
2020-01-27 devel/gazpacho: Unmaintained, uses EOLed python27
2020-01-27 devel/libmpsse: Unmaintained, uses EOLed python27
2020-01-27 devel/open-usp-tukubai: Unmaintained, uses EOLed python27
2020-01-27 devel/phpbt: Unmaintained, uses EOLed python27
2020-01-27 devel/py-anonfunc: Unmaintained, uses EOLed python27
2020-01-27 devel/py-bison: Unmaintained, uses EOLed python27
2020-01-27 devel/py-fortran: Unmaintained, uses EOLed python27
2020-01-27 devel/py-grouch: Unmaintained, uses EOLed python27
2020-01-27 devel/py-mwlib.rl: Unmaintained, uses EOLed python27
2020-01-27 devel/py-nagioscheck: Unmaintained, uses EOLed python27
2020-01-27 devel/py-ncurses: Unmaintained, uses EOLed python27
2020-01-27 devel/py-ocempgui: Unmaintained, uses EOLed python27
2020-01-27 devel/py-palm: Unmaintained, uses EOLed python27
2020-01-27 devel/py-pyechonest: Unmaintained, uses EOLed python27
2020-01-27 devel/py-resourcepackage: Unmaintained, uses EOLed python27
2020-01-27 devel/py-rlcompleter2: Unmaintained, uses EOLed python27
2020-01-27 devel/py-spark: Unmaintained, uses EOLed python27
2020-01-27 devel/py-xoltar-toolkit: Unmaintained, uses EOLed python27
2020-01-27 devel/py-zkpython: Unmaintained, uses EOLed python27
2020-01-27 devel/pychecker: Unmaintained, uses EOLed python27
2020-01-27 devel/pymacs: Unmaintained, uses EOLed python27
2020-01-27 devel/trac-bitten: Unmaintained, uses EOLed python27
2020-01-27 devel/wxGlade: Unmaintained, uses EOLed python27
2020-01-27 emulators/catapult: Unmaintained, uses EOLed python27
2020-01-27 emulators/dynagui: Unmaintained, uses EOLed python27
2020-01-27 finance/mybudget: Unmaintained, uses EOLed python27
2020-01-27 finance/sabernetdcs-client: Unmaintained, uses EOLed python27
2020-01-27 games/4stattack: Unmaintained, uses EOLed python27
2020-01-27 games/barbie_seahorse_adventures: Unmaintained, uses EOLed python27
2020-01-27 games/battletanks: Unmaintained, uses EOLed python27
2020-01-27 games/bombz: Unmaintained, uses EOLed python27
2020-01-27 games/bouncy: Unmaintained, uses EOLed python27
2020-01-27 games/bubbros: Unmaintained, uses EOLed python27
2020-01-27 games/childsplay: Unmaintained, uses EOLed python27
2020-01-27 games/crossfire-server: Unmaintained, uses EOLed python27
2020-01-27 games/duckmaze: Unmaintained, uses EOLed python27
2020-01-27 games/farblazer: Unmaintained, uses EOLed python27
2020-01-27 games/gbottler: Unmaintained, uses EOLed python27
2020-01-27 games/glchess: Unmaintained, uses EOLed python27
2020-01-27 games/gretools: Unmaintained, uses EOLed python27
2020-01-27 games/kye: Unmaintained, uses EOLed python27
2020-01-27 games/liquidwar: Unmaintained, uses EOLed python27
2020-01-27 games/mopesnake: Unmaintained, uses EOLed python27
2020-01-27 games/nelly: Unmaintained, uses EOLed python27
2020-01-27 games/oneisenough: Unmaintained, uses EOLed python27
2020-01-27 games/ptkei: Unmaintained, uses EOLed python27
2020-01-27 games/py-poker-eval: Unmaintained, uses EOLed python27
2020-01-27 games/pycadia: Unmaintained, uses EOLed python27
2020-01-27 games/pydance: Unmaintained, uses EOLed python27
2020-01-27 games/pysycache: Unmaintained, uses EOLed python27
2020-01-27 games/pythonchess: Unmaintained, uses EOLed python27
2020-01-27 games/pytowerdefense: Unmaintained, uses EOLed python27
2020-01-27 games/rtb: Unmaintained, uses EOLed python27
2020-01-27 games/schiff: Unmaintained, uses EOLed python27
2020-01-27 games/schwarzweiss: Unmaintained, uses EOLed python27
2020-01-27 games/secrettower: Unmaintained, uses EOLed python27
2020-01-27 games/slune: Unmaintained, uses EOLed python27
2020-01-27 games/super_mario_bros_python: Unmaintained, uses EOLed python27
2020-01-27 games/tuxfighter: Unmaintained, uses EOLed python27
2020-01-27 games/twitch: Unmaintained, uses EOLed python27
2020-01-27 games/vegastrike: Unmaintained, uses EOLed python27
2020-01-27 games/zephulor: Unmaintained, uses EOLed python27
2020-01-27 graphics/boxer: Unmaintained, uses EOLed python27
2020-01-27 graphics/electrix: Unmaintained, uses EOLed python27
2020-01-27 graphics/exact-image: Unmaintained, uses EOLed python27
2020-01-27 graphics/gnofract4d: Unmaintained, uses EOLed python27
2020-01-27 graphics/gsculpt: Unmaintained, uses EOLed python27
2020-01-27 graphics/imgtops: Unmaintained, uses EOLed python27
2020-01-27 graphics/imgv: Unmaintained, uses EOLed python27
2020-01-27 graphics/lcms-python: Unmaintained, uses EOLed python27
2020-01-27 graphics/mirage: Unmaintained, uses EOLed python27
2020-01-27 graphics/partio: Unmaintained, uses EOLed python27
2020-01-27 graphics/py-exif: Unmaintained, uses EOLed python27
2020-01-27 graphics/py-gd: Unmaintained, uses EOLed python27
2020-01-27 graphics/py-paint: Unmaintained, uses EOLed python27
2020-01-27 graphics/pygts: Unmaintained, uses EOLed python27
2020-01-27 graphics/pysvg: Unmaintained, uses EOLed python27
2020-01-27 irc/py-supybot-plugins: Unmaintained, uses EOLed python27
2020-01-27 japanese/kana-no-quiz: Unmaintained, uses EOLed python27
2020-01-27 lang/py-prolog: Unmaintained, uses EOLed python27
2020-01-27 lang/sdcc: Unmaintained, uses EOLed python27
2020-01-27 mail/archivemail: Unmaintained, uses EOLed python27
2020-01-27 mail/mailfmt: Unmaintained, uses EOLed python27
2020-01-27 mail/py-libgmail: Unmaintained, uses EOLed python27
2020-01-27 mail/py-ppolicy: Unmaintained, uses EOLed python27
2020-01-27 mail/rss2email2: Unmaintained, uses EOLed python27
2020-01-27 mail/svnmailer: Unmaintained, uses EOLed python27
2020-01-27 math/biggles: Unmaintained, uses EOLed python27
2020-01-27 math/py-gato: Unmaintained, uses EOLed python27
2020-01-27 math/py-gnuplot: Unmaintained, uses EOLed python27
2020-01-27 math/py-mathdom: Unmaintained, uses EOLed python27
2020-01-27 math/py-probstat: Unmaintained, uses EOLed python27
2020-01-27 math/py-rpy: Unmaintained, uses EOLed python27
2020-01-27 misc/gnome-osd: Unmaintained, uses EOLed python27
2020-01-27 misc/gonvert: Unmaintained, uses EOLed python27
2020-01-27 misc/metalink-editor: Unmaintained, uses EOLed python27
2020-01-27 misc/py-YABT: Unmaintained, uses EOLed python27
2020-01-27 misc/xdg-menu: Unmaintained, uses EOLed python27
2020-01-27 multimedia/devede: Unmaintained, uses EOLed python27
2020-01-27 multimedia/gdvrecv: Unmaintained, uses EOLed python27
2020-01-27 multimedia/mmpython: Unmaintained, uses EOLed python27
2020-01-27 multimedia/pymp: Unmaintained, uses EOLed python27
2020-01-27 net/gtknetcat: Unmaintained, uses EOLed python27
2020-01-27 net/ntlmaps: Unmaintained, uses EOLed python27
2020-01-27 net/polyorb: Unmaintained, uses EOLed python27
2020-01-27 net/py-zsi: Unmaintained, uses EOLed python27
2020-01-27 net/pythondirector: Unmaintained, uses EOLed python27
2020-01-27 net/sippy_b2bua: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-jabber: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-jabberbot: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-libturpial: Unmaintained, uses EOLed python27
2020-01-27 net-im/py-xmpppy-irc: Unmaintained, uses EOLed python27
2020-01-27 net-mgmt/pdagent-integrations: Unmaintained, uses EOLed python27
2020-01-27 net-p2p/tribler: Unmaintained, uses EOLed python27
2020-01-27 news/papercut: Unmaintained, uses EOLed python27
2020-01-27 print/pkipplib: Unmaintained, uses EOLed python27
2020-01-27 print/pkpgcounter: Unmaintained, uses EOLed python27
2020-01-27 print/ttfquery: Unmaintained, uses EOLed python27
2020-01-27 science/gwyddion: Unmaintained, uses EOLed python27
2020-01-27 science/psychopy: Unmaintained, uses EOLed python27
2020-01-27 science/py-hcluster: Unmaintained, uses EOLed python27
2020-01-27 science/py-pyteomics.biolccc: Unmaintained, uses EOLed python27
2020-01-27 science/pycdf: Unmaintained, uses EOLed python27
2020-01-27 security/blindelephant: Unmaintained, uses EOLed python27
2020-01-27 security/cfv: Unmaintained, uses EOLed python27
2020-01-27 security/fsh: Unmaintained, uses EOLed python27
2020-01-27 security/gcipher: Unmaintained, uses EOLed python27
2020-01-27 15:34:18 +00:00
Eugene Grosbein
e7fb6fb3dc net-im/finch: switch WWW: to https
Today Pidging developers announced switch to new version of their site
www.pidgin.im keeping old one as old.pidgin.im. New version redirects
plain HTTP requests to HTTPS, so switch the link to decrease delay.
2020-01-26 21:45:11 +00:00
Eugene Grosbein
4440b29880 net-im/pidgin: switch WWW: to https
Today Pidging developers announced switch to new version of their site
www.pidgin.im keeping old one as old.pidgin.im. New version redirects
plain HTTP requests to HTTPS, so switch the link to decrease delay.

Note that other links in our Ports tree already use HTTPS.
2020-01-26 21:39:06 +00:00
Koop Mast
aa49f23a6d Update gstreamer1 to 1.16.2.
- The spc plugin was removed inflavor for the gsm plugin.
- Added in tree qt plugin.

Changelog: https://gstreamer.freedesktop.org/releases/1.16/#1.16.2

Update net-im/fractal to 4.2.2 to support GStreamer 1.16 (approved by maintainer)

Thanks to antoine@ for the exp-run.

PR:		239386
2020-01-26 17:42:36 +00:00
Sunpoet Po-Chuan Hsieh
11493c54b5 Bump PORTREVISION for devel/protobuf shlib change 2020-01-22 05:53:20 +00:00
Mathieu Arnold
968b83ddaa When you remove a Python version from a port (security/py-pysaml2 here)
you have to make sure the ports that depend on it will not try to use
that version, otherwise it breaks bulk -a.

Error: compute_deps_pkg failed to lookup pkgname for security/py-pysaml2@py35 processing package py35-matrix-synapse-1.7.2_1 from net-im/py-matrix-synapse@py35 -- Is SUBDIR+=py-pysaml2@py35 missing in security/Makefile and does the port provide the 'py35' FLAVOR?
Error: compute_deps_pkg failed to lookup existing pkgname for security/py-pysaml2@py35 processing package py35-matrix-synapse-1.7.2_1
Error: compute_deps_pkg failed to lookup pkgname for security/py-pysaml2@py35 processing package py35-keystone-13.0.0_1 from security/py-keystone@py35 -- Is SUBDIR+=py-pysaml2@py35 missing in security/Makefile and does the port provide the 'py35' FLAVOR?
Error: compute_deps_pkg failed to lookup existing pkgname for security/py-pysaml2@py35 processing package py35-keystone-13.0.0_1

Pointy hat:	sunpoet
2020-01-21 11:06:16 +00:00
Sunpoet Po-Chuan Hsieh
e01f0864b1 Move security/py-pymacaroons-pynacl to security/py-pymacaroons
- Bump PORTREVISION for dependency change
2020-01-20 20:12:30 +00:00
Gleb Popov
6670b2fcb5 net-im/matternhorn: Update to 50200.6.0.
Submitted by:	Evilham <github@evilham.com>
Differential Revision:	https://reviews.freebsd.org/D23221
2020-01-17 09:17:42 +00:00
Dmitry Marakasov
a4bb18a1f7 - Update WWW
Approved by:	portmgr blanket
2020-01-14 09:30:20 +00:00
Tobias C. Berner
668d43e949 net-im/kaccounts-providers: add upstream patches
- 0a71da4:	Google provider: limit requested OAuth scopes
- 5952bf2:	Remove the extra comma
2020-01-13 18:43:40 +00:00
Jimmy Olgeni
8ab888e69d Update net-im/py-python-telegram-bot to version 12.3.0. 2020-01-13 10:03:18 +00:00
Dmitry Marakasov
8b0033862c - Update WWW
Approved by:	portmgr blanket
2020-01-13 09:30:17 +00:00
Kubilay Kocak
69062a0c41 net-im/prosody: Update to 0.11.3
Changelog:

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

PR:		241488
Submitted by:	Thomas Morper <thomas beingboiled info>
Approved by:	portmgr (maintainer timeout: > 1 month)
MFH:		2020Q1 (blanket: bugfix release)
2020-01-13 03:30:07 +00:00
Piotr Kubaj
8b9d9d9363 net-im/licq: unbreak on powerpc64 elfv2, fix build error
On powerpc64 elfv2 this port builds fine. On elfv1, it fails to pass tests.
2020-01-10 10:38:54 +00:00
Tobias C. Berner
b87bceff50 Update KDE's App Bundle to 19.12.1
January 09, 2020. Over 120 individual programs plus dozens of programmer
libraries and feature plugins are released simultaneously as part of KDE’s
release service.

Today they all get new bugfix source releases.

Release Notes:	https://community.kde.org/Releases/19.12_Release_Notes
Changelog: 	https://kde.org/announcements/changelog-releases.php?version=19.12.1
2020-01-09 22:28:39 +00:00
Joseph Mingrone
ced1e88d5e editors/emacs-devel: Update to latest master branch commit, 4f2b415
This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.

Submitted by:	ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23012
2020-01-07 04:55:40 +00:00
Matthias Andree
0a5153be5e net-im/farstream: import patch to isolate from Git version updates
...on the download portal of the patch.

PR:		242657
Approved by:	gnome@ (kwm)
2019-12-29 12:22:30 +00:00
Sunpoet Po-Chuan Hsieh
dd24e02376 Update version requirement of RUN_DEPENDS 2019-12-28 07:41:20 +00:00
Baptiste Daroussin
c5fe34636c Update jasper to 2.0.16
This is needed to be able to update gegl to latest version.
Bump revision of all consumer as the ABI is not 100% backward compatible.
Provide a patch for graphics/devil to properly build with latest jasper.
While here add a missing USES=xorg to graphics/devil
2019-12-27 13:43:00 +00:00
Antoine Brodin
de61a87208 Deprecate a few ports
With hat:	portmgr
2019-12-26 07:54:28 +00:00
Bernhard Froehlich
4c6110f7bd net-im/py-matrix-synapse:
- Update to 1.7.2
- Enable PostgreSQL support per default as recommended from upstream
- Add messages for updating

PR:		242702
Submitted by:	Sascha Biberhofer <ports@skyforge.at> (maintainer)
2019-12-20 21:16:08 +00:00
Tobias Kortkamp
6474c40f73 lang/rust: Update to 1.40.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html
Tested by:	mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D22843
2019-12-19 16:14:48 +00:00
Dmitry Marakasov
cad12ee51c - Update WWW
Approved by:	portmgr blanket
2019-12-19 09:40:44 +00:00
Dmitry Marakasov
52597665fe - Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
2019-12-18 09:40:42 +00:00
Koichiro Iwao
2a0fcd00d4 net-im/mikutter: Update to 3.9.8
Relnotes:	https://mikutter.hatenablog.com/entry/2019/11/30/181050
		https://mikutter.hatenablog.com/entry/2019/11/16/102247
2019-12-16 00:09:00 +00:00
Tobias Kortkamp
e318860890 devel/libfmt: Update to 6.1.2
Changes:	https://github.com/fmtlib/fmt/releases/tag/6.1.2
ABI:		https://abi-laboratory.pro/tracker/timeline/fmt
2019-12-14 15:37:47 +00:00
Tobias C. Berner
f8511769bf net-im/telepathy-qt: update to 0.9.8 2019-12-13 20:30:18 +00:00
Tobias C. Berner
f306859985 KDE's December 2019 Apps Update
New versions of KDE applications landing in December

The release of new versions for KDE applications is part of KDE’s continued
effort to bring you a complete and up-to-date catalog of fully-featured,
beautiful and useful programs for your system.

Available now are new versions of KDE’s file browser Dolphin; Kdenlive, one of
the most complete open source video editors; the document viewer Okular; KDE’s
image viewer, Gwenview; and all of your other favorite KDE apps and utilities.
All of these applications have been improved, making them faster and more
stable and they boast exciting new features. The new versions of KDE
applications let you be productive and creative, while at the same time making
use of KDE software easy and fun.

We hope you enjoy all the novel features and improvements worked into all of
KDE’s apps!

Announcement: https://kde.org/announcements/releases/2019-12-apps-update/
2019-12-12 23:24:36 +00:00
Jan Beich
701aa3bcf8 devel/boost-*: update to 1.72.0
Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
2019-12-11 17:53:48 +00:00
Dmitri Goutnik
3d1a98acd6 net-im/6cord: Minor tweaks to Makefile
- Properly format Makefile in accordance to `portclippy`
- Format alignment of OPTIONS_DEFINE

PR:		242365
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
2019-12-11 14:31:23 +00:00
Dmitri Goutnik
186c262df7 net-im/6cord: Unbreak on aarch64
===>  Building 6cord from .
# golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128

http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p518685_s355218/logs/errors/6cord-9.5_1.log

Unbreak by updating golang.org/x/sys to 33540a1f6037 which adds support for freebsd/arm64.
Upstream PR: https://gitlab.com/diamondburned/6cord/merge_requests/21

PR:		242580
Approved by:	Lewis Cook <vulcan@wired.sh> (maintainer)
2019-12-11 14:09:42 +00:00
Rene Ladan
5340a66bf1 Remove expired port:
2019-12-09 net-im/pidgin-privacy-please: Abandonware
2019-12-10 20:07:30 +00:00
Tobias Kortkamp
8a20e9f628 devel/libfmt: Update to 6.1.1
Changes:	https://github.com/fmtlib/fmt/releases/tag/6.1.1
ABI:		https://abi-laboratory.pro/tracker/timeline/fmt
2019-12-08 06:59:43 +00:00
Vanilla I. Shu
e00fb1022a 1: Update devel/spdlog to 1.4.2.
2: Fix build issue due spdlog's upgrade.

Approved by:	danfe@ (www/envoy), adridg@ (net-im/nheko), maintainer timeout (sunpoet@, jhixson@)
2019-12-04 13:19:05 +00:00
Tobias Kortkamp
643f3ea37f devel/libfmt: Update to 6.1.0
Changes:	https://github.com/fmtlib/fmt/releases/tag/6.1.0
ABI:		https://abi-laboratory.pro/tracker/timeline/fmt
2019-12-03 15:03:22 +00:00
Tobias Kortkamp
75418ec125 net-im/uTox: Unbreak with openal-soft-1.20.0
/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;
                                ^
2019-11-30 10:00:27 +00:00
Tobias Kortkamp
24db7d8caa lang/rust, Mk/Uses/cargo.mk: Drop gmake build dependency for backtrace-sys
The backtrace-sys crate no longer needs gmake since 0.1.20.
sysutils/flowgger still uses backtrace-sys-0.1.14.  Since it is the
only USES=cargo port left that needs it, move the gmake dependency
directly to it instead.

lang/rust currently has backtrace-sys-0.1.30.  It also vendors
jemalloc-sys (which also needs gmake to build) but it is hidden
behind rustc's jemalloc feature which we do not currently activate.
It should be safe to remove gmake in lang/rust too.

PR:		242267
Reported by:	mikael.urankar@gmail.com
2019-11-29 22:12:35 +00:00
Bernhard Froehlich
cddd4d2c8b net-im/py-matrix-synapse: Update to 1.6.1 which also fixes two vulnerabitilies
PR:		241574
Submitted by:	Sascha Biberhofer <ports@skyforge.at>
2019-11-28 17:05:12 +00:00
Jung-uk Kim
5a52a08234 Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
2019-11-26 21:46:12 +00:00
Sergey A. Osokin
89e0b04783 Repocopy the databases/redis to the databases/redis4 to update
the databases/redis port to the latest stable version, 5.0.6.

PR:		241526
Reviewed by:	portmgr (adamw)
Approved by:	portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D22336
2019-11-21 19:27:39 +00:00
Tobias Kortkamp
babafeabc8 Clean up WRKSRC and USE_GITHUB usage in some ports 2019-11-16 13:46:53 +00:00
Dmitri Goutnik
d84aa50743 Bump PORTREVISION after r517743 to force relinking.
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
2019-11-16 12:52:39 +00:00
Tobias Kortkamp
581cac9416 Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql 2019-11-15 10:12:08 +00:00
Ashish SHUKLA
b8588b7f41 - Update to 19.09.1 2019-11-13 11:49:01 +00:00
Tilman Keskinoz
112c2a4363 Enable OMEMO support
Bump PORTREVISION

PR:		241381
Reported by:	pvoigt@uos.de
2019-11-11 17:30:17 +00:00
Tobias Kortkamp
0294426b6f net-im/licq: Spell BROKEN_powerpc64 correctly 2019-11-10 11:13:34 +00:00
Mark Linimon
a1f89de71a Mark as broken on powerpc64. This port has been failing to build since
20180303.

Even the usual trick of adding compiler:c++11-lang did not help.
2019-11-10 06:27:38 +00:00
Mark Linimon
0e8adc048e Mark as broken on powerpc64. This port has been failing to build since
20180922.

Approved by:	portmgr (tier-2 blanket)
2019-11-10 05:58:18 +00:00
Tobias C. Berner
19206a139e KDE Applications: update to 19.08.3
November 07, 2019.
Today KDE released the third stability update for KDE Applications 19.08. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.

More than a dozen recorded bugfixes include improvements to Kontact, Ark,
Cantor, K3b, Kdenlive, Konsole, Okular, Spectacle, Umbrello, among others.

Improvements include:
 *   In the video-editor Kdenlive, compositions no longer disappear when
     reopening a project with locked tracks
 *   Okular's annotation view now shows creation times in local time zone
     instead of UTC
 *   Keyboard control has been improved in the Spectacle screenshot utility

You can find the full list of changes here:
	https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.3
2019-11-09 08:13:40 +00:00
Adriaan de Groot
b438f1decd New port: net-im/beebeep
beeBEEP is a secure intra-office (LAN) chat program. It will auto-
discover other beeps on the local network. There are snaps and
AppImages available for Linux, so it's easy to deploy by a small
team in a LAN for local encrypted chat.

https://www.beebeep.net/

(Spotted on Twitter from Alan Pope, so I packaged it for FreeBSD)
2019-11-08 20:40:03 +00:00
Tobias Kortkamp
4443168d87 net-im: Add missing USES={gnome,xorg} 2019-11-08 13:34:26 +00:00
Niclas Zeising
ef5d45aaa6 Sprinkle more USES=xorg 2019-11-07 20:19:59 +00:00
Tobias Kortkamp
2fe5565445 lang/rust: Update to 1.39.0
- Force rebuild all consumers to catch regressions early
- Partially apply D20792 in preparation for PPC_ABI support
- Add LibreSSL 3.0.x support [1]

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html
PR:		241411 [1]
Tested by:	mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D22240
2019-11-07 18:07:20 +00:00
Niclas Zeising
897ad0b36e Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:58:04 +00:00
Antoine Brodin
d0f83e12f1 Mark a few ports BROKEN (unfetchable) 2019-11-06 14:00:19 +00:00
Rene Ladan
2f557a4678 Returns johans's ports to the pool after safekeeping his commit bit. 2019-11-04 21:21:03 +00:00
Sunpoet Po-Chuan Hsieh
7e4f0ce8c7 Cosmetic change 2019-11-03 17:23:08 +00:00
Koichiro Iwao
f0d5dfdfa6 net-im/mikutter: Update to 3.9.6
Relnotes:	https://mikutter.hatenablog.com/entry/2019/10/06/152209
2019-11-03 11:35:51 +00:00
Dmitri Goutnik
22b09eb683 New port: net-im/6cord
Fast, lightweight opensource terminal-driven
client for Discord written in go.

WWW: https://gitlab.com/diamondburned/6cord

PR:		241469
Submitted by:	Lewis Cook <vulcan@wired.sh>
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D22152
2019-10-29 22:57:49 +00:00
Tobias C. Berner
295423c9a9 net-im/qxmpp-qt5: update to 1.1.0 2019-10-29 18:59:49 +00:00
Yuri Victorovich
e88646d0d6 net-im/gloox: Update 1.0.20 -> 1.0.22
Reset maintainer due to extended timeouts on bug #240101, #240100, #240089, as per policy.

PR:		240100
Approved by:	dem.procopiou@gmail.com (maintainer's timeout; 62 days)
2019-10-27 05:11:57 +00:00
Adriaan de Groot
8aafb2ec28 Fix dependencies of net-im/nheko
- because mtxclient was listed as a build dependency only (I thought nheko
   would pick up the .a and statically link it), it would be installed
   with nheko, but marked "automatic" and unused.
 - "pkg autoremove" would remove mtxclient, and then nheko wouldn't start
   because the mtxclient .so was missing.

Make mtxclient a library dependency instead.
2019-10-25 21:12:21 +00:00