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

5390 Commits

Author SHA1 Message Date
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
Bernhard Froehlich
f8d7fdf39e net-im/py-matrix-synapse: Update to 0.33.2
PR:		229846
Submitted by:	Sascha Biberhofer <ports@skyforge.at> (maintainer)
Reported by:	Markus Mann <freebsd-public@it64.de>
2018-08-09 11:29:37 +00:00
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Thierry Thomas
96e55c73cd Upgrade to v0.2.5.
Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.5>.
2018-08-08 20:52:16 +00:00
Fernando Apesteguía
4889b760a7 devel/libconfig: update to 1.7.2
* Change to USE_GH
* Bump PORTREVISION of dependant ports.

Committing after maintainer timeout

PR:	229961
Submitted by:	che@bein.link
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16442
2018-08-06 17:22:36 +00:00
Jimmy Olgeni
6cbeed4ff8 Update net-im/py-fbmq to version 2.5.0. 2018-08-02 22:18:13 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-07-29 22:18:44 +00:00
Thierry Thomas
72245d5529 Upgrade to v0.2.4.
Release notes at <https://github.com/TokTok/c-toxcore/releases/tag/v0.2.4>.
2018-07-21 20:58:34 +00:00
Yuri Victorovich
b4cbc81275 net-im/qTox: Update 1.16.2 -> 1.16.3
Reported by:	portscout
2018-07-21 15:14:46 +00:00
Tobias C. Berner
5936b0b76e net-im/psi: Add patches to fix build
Add dependencies on the ui-gen target, this
should fix the race condition during the build.

PR:		229854
Reported by:	antoine
2018-07-20 20:46:10 +00:00
Yuri Victorovich
867e28b9b8 net-im/qTox: Update 1.16.1 -> 1.16.2
Reported by:	portscout
2018-07-17 17:41:57 +00:00
Rene Ladan
0f9f51655f Remove expired ports:
2018-07-15 net/p5-ZConf-Bookmarks: Unmaintained
2018-07-15 net/p5-ZConf: Unmaintained
2018-07-15 textproc/p5-Text-SpellChecker-GUI: Unmaintained
2018-07-15 deskutils/p5-ZConf-Runner-GUI-GTK: Unmaintained
2018-07-15 deskutils/p5-ZConf-BGSet: Unmaintained
2018-07-15 deskutils/p5-ZConf-Runner: Unmaintained
2018-07-15 graphics/p5-Image-Size-FillFullSelect: Unmaintained
2018-07-15 graphics/p5-Imager-AverageGray: Unmaintained
2018-07-15 mail/p5-Mail-IMAPTalk-MailCache: Unmaintained
2018-07-15 mail/p5-ZConf-Mail: Unmaintained
2018-07-15 mail/p5-Mail-Cache: Unmaintained
2018-07-15 www/p5-ZConf-RSS: Unmaintained
2018-07-15 www/p5-ZConf-RSS-GUI-GTK: Unmaintained
2018-07-15 devel/p5-ZConf-GUI: Unmaintained
2018-07-15 net-im/mastodon: Breaks too frequently
2018-07-15 x11-fm/p5-PerlFM: Unmaintained
2018-07-15 astro/p5-ZConf-Weather: Unmaintained
2018-07-15 sysutils/p5-ZConf-Cron: Unmaintained
2018-07-16 17:07:19 +00:00
Tobias C. Berner
73fc733977 Update KDE Applications to 18.04.3 2018-07-13 17:41:56 +00:00
Ruslan Makhmatkhanov
d9c4027b61 net-im/gajim: update to 1.0.3
Changelog:

Gajim 1.0.3 (20 May 2018)

  Bugs fixed:

  * 8296 Fix errors on roster updates after stream management resume
  * 9106 Convert font weight from pango to css values
  * 9124 Bring ChatControl to front when notification is clicked

  * Set no-store hint on groupchat chatstates
  * Dont show OOB uri if message body is the same
  * Add missing bybonjour dependency for Windows zeroconf
2018-07-10 17:06:52 +00:00
Ruslan Makhmatkhanov
88f7b353bb net-im/py-nbxmpp: update to 0.6.6 2018-07-10 17:05:45 +00:00