1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
Commit Graph

5404 Commits

Author SHA1 Message Date
Jan Beich
2e8d729d62 lang/rust: update to 1.29.2
- Force rebuild all consumers in case some are affected by miscompilation

Changes:	https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html
PR:		229826 (follow up)
Approved by:	rust (tobik)
MFH:		2018Q4
Differential Revision:	https://reviews.freebsd.org/D17477
2018-10-12 19:01:02 +00:00
Antoine Brodin
89b4379a17 Deprecate most glib12 consumers
With hat:	portmgr
2018-10-12 09:19:04 +00:00
Tobias C. Berner
d847d05617 Update KDE Applications to 18.08.2 2018-10-11 20:23:50 +00:00
Ashish SHUKLA
8f39d19988 - Update to 18.09
- Remove ZLIB option, as ezlib component is mandatory now

PR:		231767
2018-10-11 03:54:46 +00:00
Antoine Brodin
311384c01e Hook fractal to the build 2018-10-09 20:34:02 +00:00
Steve Wills
1a80bb1732 net-im/fractal: create port
Fractal is a Gtk+ Matrix messaging client written in Rust.
Its interface is optimized for collaboration in large groups
such as free software projects.

WWW: https://wiki.gnome.org/Apps/Fractal

PR:		226683
Submitted by:	Greg V <greg@unrelenting.technology>
2018-10-09 18:06:15 +00:00
Steve Wills
9c9f9f3ae4 net-im/telegram-desktop: update to 1.4.0
PR:		232061
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2018-10-09 02:01:19 +00:00
Antoine Brodin
3f14fbb2c0 Fix some PKGNAME collisions 2018-10-08 15:08:13 +00:00
Thierry Thomas
d9f8a4e1fc Upgrade to v0.2.8.
Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.8>.
2018-10-08 14:14:34 +00:00
Steve Wills
2be899d96c net-im/talkatu: update to new snapshot 2018-10-08 01:23:58 +00:00
Tobias C. Berner
cea9dea6a2 net-im/telepathy-qt[45]: falvorize
Flavorize the ports:
	* telepathy-qt4 -> telepathy-qt@qt4
	* telepathy-qt5 -> telepathy-qt@qt5

While here, also clean up the Makefile a bit.

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D17445
2018-10-07 13:43:14 +00:00
Steve Wills
c16154cb5f net-im/py-matrix-synapse: update to 0.33.5.1
PR:		231885
Submitted by:	Sascha Biberhofer <ports@skyforge.at> (maintainer)
2018-10-07 04:18:14 +00:00
Dag-Erling Smørgrav
9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00
Tobias C. Berner
4d5107aa63 net-im/libaccounts-glib: fix build on powerpc64
PR:		231916
Submitted by:	Piotr Kubaj  <pkubaj@anongoth.pl>
2018-10-04 20:19:46 +00:00
Koop Mast
951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00
Thomas Zander
84b6aee905 Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l 2018-09-29 08:04:27 +00:00
Tilman Keskinoz
e771ffe66e Update libmesode to 0.9.2 2018-09-25 07:55:46 +00:00
Antoine Brodin
691d1cee76 Deprecate ports that don't build with recent GHC version 2018-09-22 08:13:53 +00:00
Yuri Victorovich
742355224a net-im/xmpp-client: Remove dependency on packaged Go libs
Also add LICENSE_FILE.

PR:		229989
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	cs (maintainer's timeout; 59 days)
2018-09-21 20:08:18 +00:00
Mark Linimon
8bf23c2df5 Add gnu99 to USE_CSTD to fix builds on gcc-based archs.
Tested on powerpc64, amd64.

Approved by:	portmgr (tier-2 blanket)
2018-09-18 07:10:07 +00:00
Sunpoet Po-Chuan Hsieh
c3b1dedaa6 Update WWW
Approved by:	portmgr (blanket)
2018-09-14 20:37:21 +00:00
Sunpoet Po-Chuan Hsieh
8f498747e2 Update WWW
Approved by:	portmgr (blanket)
2018-09-14 20:37:17 +00:00
Tobias Kortkamp
7b23faf7ed net-im/centerim{,-devel}: Fix build with Clang 6
In file included from rsshook.cc:32:
../../src/icqface.h:248:50: error: cannot combine with previous 'bool' declaration specifier
        bool findresults(const imsearchparams &sp, bool auto = false);
                                                        ^

... and more if one gets past this

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/centerim-4.22.10_5.log
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/centerim-devel-4.22.10.11_7.log

PR:		230904
Approved by:	frank@altpeter.de (maintainer timeout, 2 weeks)
2018-09-10 15:32:24 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Tobias Kortkamp
c863f26735 net-im/ramblercontacts: Fixup r478687
Add a patch which I forgot to svn add.

http://beefy11.nyi.freebsd.org/data/head-i386-default/p479076_s338486/logs/errors/ramblercontacts-0.3.2.1030_2.log
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/ramblercontacts-0.3.2.1030_2.log

Pointy hat:	tobik
Reported by:	pkg-fallout
2018-09-09 10:13:42 +00:00
Jason E. Hale
f319ffe0df Fix build with Qt 5.11
PR:		230884
2018-09-08 09:23:49 +00:00
Adriaan de Groot
bceeb1efc1 Fix net-im/kopete-kde4 with clang7. More of the same boolean foolishness.
Reported by:	jbeich
2018-09-07 10:21:09 +00:00
Adriaan de Groot
023390aaa6 Update the current KDE Applications to 18.08.1, the latest release.
https://www.kde.org/announcements/announce-applications-18.08.1.php

The release notes mention a few dozen fixes, MTP doesn't crash when
concurrently accessed by another application, nothing critical.

Submitted by:	tcberner
2018-09-06 21:06:47 +00:00
Tilman Keskinoz
f3565b50eb Update to 0.33.3.1
This Update fixes a Security issue:

Fix an issue where event signatures were not always correctly validated
Fix an issue where server_acls could be circumvented for incoming events

Submitted by:	maintainer
Security:	CVE-2018-16515
2018-09-06 12:51:20 +00:00
Steve Wills
942eec85b7 Switch to ignore in the 10.x case
Reported by:	mat
2018-09-06 00:56:02 +00:00
Steve Wills
6b52b43be5 net-im/telegram-desktop: put back removed BROKEN line
Can build but won't run on 10.x

PR:		231014
Reported by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Pointyhat to:	swills
2018-09-05 16:14:38 +00:00
Tobias Kortkamp
1d4471080f net-im/jabber: Fix build with Clang 6
expat.cc:412:20: error: comparison between pointer and integer ('const char *' and 'int')
    while (atts[i] != '\0') {
           ~~~~~~~ ^  ~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p478648_s338416/logs/errors/jabber-1.6.1.1_20,1.log

Also deprecate it.  It appears to be unmaintained upstream and the
last relase was more than 10 years ago.
2018-09-04 14:22:48 +00:00
Tobias Kortkamp
f801af2e45 net-im/vacuum-im: Fix build with Clang 6
src/plugins/filemessagearchive/filemessagearchive.cpp:514:24: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                QFile log(dirPath+"/"LOG_FILE_NAME);
                                     ^

... and many more like these later

http://beefy11.nyi.freebsd.org/data/head-i386-default/p478648_s338416/logs/errors/vacuum-im-1.2.5.log
2018-09-04 14:10:25 +00:00
Steve Wills
f608325ef6 net-im/telegram-desktop: update to 1.3.14
PR:		231014
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2018-09-02 19:20:02 +00:00
Jimmy Olgeni
318d42db68 Update net-im/py-python-telegram-bot to version 11.1.0. 2018-09-02 06:30:12 +00:00
Tobias Kortkamp
b10c002366 net-im/ramblercontacts: Fix build with Clang 6
messageprocessor.cpp:120:21: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                QRegExp mail("\\b"MAIL_NODE_PATTERN"@"JID_DOMAIN_PATTERN);
                                  ^

http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/ramblercontacts-0.3.2.1030_2.log

- Apply dos2unix to all source files
2018-09-01 13:07:08 +00:00
Fernando Apesteguía
d177d8bc64 devel/boehm-gc: update to 7.6.8
ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8

* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports

PR:	230577
Submitted by:	yasu@utahime.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16704
2018-08-31 18:27:13 +00:00
Yuri Victorovich
b500c91cc6 net-im/py-matrix-synapse: Update 0.33.2 -> 0.33.3
PR:		231053
Submitted by:	ports@skyforge.at (maintainer)
2018-08-31 18:17:34 +00:00
Thierry Thomas
b19bf0aa01 Upgrade to v0.2.7.
Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.7>.
2018-08-31 13:36:47 +00:00
Yuri Victorovich
c3290df313 net-im/pidgin-skypeweb: Update 1.4 -> 1.5
Port changes:
* Remove most of DOS2UNIX_FILES
* Replace LDFLAGS with localbase:ldflags
* Order USExx section

PR:		230195
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	sepulkarium45@yahoo.com (maintainer's timeout; 30 days)
2018-08-30 20:28:31 +00:00
Adriaan de Groot
b7cbbfac1f Deprecate KDE4 software in categories graphics-textproc.
The last upstream release supporting KDE4 was 10 months ago,
  https://www.kde.org/announcements/announce-applications-17.08.3.php ,
and the kde@ team for FreeBSD has supported modern KDE (i.e.  KDE
Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4
month deprecation period to allow users to switch over.

Also deprecated: multimedia/kmplayer-kde4 (permission from jhale@)
Not deprecated, need to contact maintainers:
  misc/krecipes-kde4
  net-im/kmess-kde4
  net/smb4k-kde4
  textproc/uim-kde4
2018-08-30 18:23:24 +00:00
Jimmy Olgeni
e1af74447d Update net-im/py-python-telegram-bot to version 11.0.0. 2018-08-30 14:24:06 +00:00
Antoine Brodin
1567701613 Mark BROKEN: uses non existing libsigcpp20
Reported by:	pkg-fallout
2018-08-28 05:50:56 +00:00
Tobias C. Berner
6517ccec6c Update KDE Applications to 18.08
Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php
2018-08-25 05:15:02 +00:00
Steve Wills
6ef98c879f net-im/telegram-desktop: update to 1.3.12
PR:		230398
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2018-08-22 16:09:42 +00:00
Mateusz Piotrowski
c5b4143a39 net-im/toot: Update to 0.19.0
Changelog:

- 0.18.0: https://github.com/ihabunek/toot/releases/tag/0.18.0
  - Add support for public, tag and list timelines in toot timeline
  - Add --sensitive and --spoiler-text options to toot post
  - Curses app improvements:
    - Respect sensitive content, require keypress to show
    - Add help modal (press h)
    - Misc rendering improvements

- 0.19.0: https://github.com/ihabunek/toot/releases/tag/0.19.0
  - Add support for replying to a toot
  - Add toot delete command for deleting a toot
  - Add global --quiet flag to silence output
  - Make toot login provide browser login, and toot login_cli log in via
    console. This makes it clear what's the preferred option.
  - Use Idempotency-Key header to prevent multiple toots being posted if
    request is retried
  - Fix a bug where all media would be marked as sensitive

Reviewed by:	krion (mentor)
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D16826
2018-08-22 09:57:00 +00:00
Mathieu Arnold
bc4b55e923 For ports using hash as distribution files, add DIST_SUBDIR. 2018-08-20 10:20:26 +00:00
Steve Wills
ed07769e7f net-im/talkatu: create port
Talkatu is a collection of Gtk+ widgets that are useful for chat applications.

It was started as a rewrite of the GtkIMHTML widget found in Pidgin, but
quickly expanded to include most things related to conversation windows.

WWW: https://bitbucket.org/rw_grim/talkatu/overview
2018-08-19 13:30:35 +00:00
Tobias Kortkamp
3a2182217c Remove net-im/tox12
After r472992 the last consumer net-im/uTox now uses net-im/tox

Approved by:	thierry (maintainer)
2018-08-18 13:15:18 +00:00
Thierry Thomas
8b94797979 Upgrade to v0.2.6.
Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.6>.
2018-08-17 09:53:59 +00:00